Password page doesn't work in 0.8.2
Environment
Docker
Version
0.8.2
Describe the problem
So I just updated to v0.8.2 and opened it up in an incognito tab to make sure the password page was still working. I tried it and it just didn't show up, it would let me right through to the actual dashboard.
I had a friend also try accessing my domain, and they were also let right in without being asked for a password.
I rolled back to 0.8.0 which I was running for a little bit and the password feature is working just fine there.
This is my docker compose:
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:0.8.2
environment:
- BASE_URL=homarr
- PASSWORD=some_password
restart: unless-stopped
volumes:
- ./data/docker/homarr:/app/data/configs
- /var/run/docker.sock:/var/run/docker.sock
ports:
- '7575:7575'
Additional info
I tried looking at the docker logs, and all it ever shows is this:

Let me know if there is more I can provide.
Please tick the boxes
- [X] You've read the docs
- [X] You've checked for duplicate issues
- [X] You've tried to debug yourself
The password feature is disabled at the moment until I find what's causing an issue with it. I am going to make an issue on NextJS's repo about it.
Hi there! @ajnart are there any updates on this issue? :)
Excited to get this up and running on my server!
Hi there! @ajnart are there any updates on this issue? :)
Excited to get this up and running on my server!
Yes ! The updates have been reverted on the dev branch until I can find a fix.
Can you test the dev image and tell me if it works the way you'd want it to?
Hi there! @ajnart are there any updates on this issue? :) Excited to get this up and running on my server!
Yes ! The updates have been reverted on the dev branch until I can find a fix.
Can you test the dev image and tell me if it works the way you'd want it to?
I'd love to! Do i just add ":dev" instead of ":latest" to my docker compose file? @ajnart
Hi there! @ajnart are there any updates on this issue? :) Excited to get this up and running on my server!
Yes ! The updates have been reverted on the dev branch until I can find a fix.
Can you test the dev image and tell me if it works the way you'd want it to?
I'd love to! Do i just add ":dev" instead of ":latest" to my docker compose file? @ajnart
Yup that's it
Edit : Btw if you are not already on it I'd recommend you join our discord server where you can give your opinion on future features
Hi there! @ajnart are there any updates on this issue? :) Excited to get this up and running on my server!
Yes ! The updates have been reverted on the dev branch until I can find a fix. Can you test the dev image and tell me if it works the way you'd want it to?
I'd love to! Do i just add ":dev" instead of ":latest" to my docker compose file? @ajnart
Yup that's it
Edit : Btw if you are not already on it I'd recommend you join our discord server where you can give your opinion on future features
@ajnart testing right now! I'll reply to your message with my results.
And dude, I'm def gonna join.
Hi there! @ajnart are there any updates on this issue? :) Excited to get this up and running on my server!
Yes ! The updates have been reverted on the dev branch until I can find a fix. Can you test the dev image and tell me if it works the way you'd want it to?
I'd love to! Do i just add ":dev" instead of ":latest" to my docker compose file? @ajnart
Yup that's it
Edit : Btw if you are not already on it I'd recommend you join our discord server where you can give your opinion on future features
Yo @ajnart looks like it's working! Password page is back :)
Any news for the merge in master branch? This is a required feature for us and the regression was not pleasant to discover.
Any news for the merge in master branch? This is a required feature for us and the regression was not pleasant to discover.
Sorry to hear that. I'm working very hard on v0.9.0 it will be released shortly
This is fixed!