You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8000
div>
This issue is also in image 1.8.4 and I'm having the same problem. I do not think this is related to the haproxy.
Any recommendations for fixes?
Steps I did:
Working as expected
docker-compose down
docker-compose pull (octoprint:latest)
docker-compose up -d
WebGUI Login Fails
4.1. Login to docker container docker exec -it {container_id} /bin/bash
4.2. Check user list octoprint user list (0 users registers in the system)
4.3 View docker container volume contents cat /octoprint/octoprint/users.yaml (Shows me [admin] and single [user] account)
When executing octoprint user add bob the new user is added to /home/root/.octoprint/users.yaml file.
I had the same issue. I am using docker-compose and the fix was to docker-compose down and up. I know this sounds too simple but it worked for me. I had restarted the container via docker several times.
One thing to note is that when using octoprint cli in this image, you have to pass the --basedir /octoprint/octoprint option so it looks in the correct directory for octoprint configurations and data.
Describe the bug
After letting octoprint update itself to the latest version, 1.8.3, logins fail (http 403)
It seems to be related to haproxy an security changes dicussed at OctoPrint/OctoPrint#4645
Container Details
"2022-08-09T12:33:57.320Z"
To Reproduce
The text was updated successfully, but these errors were encountered: