homarr icon indicating copy to clipboard operation
homarr copied to clipboard

Password page doesn't work in 0.8.2

Open WBawa opened this issue 2 years ago • 9 comments

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: image

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

WBawa avatar Jul 23 '22 02:07 WBawa

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.

ajnart avatar Jul 23 '22 07:07 ajnart

Hi there! @ajnart are there any updates on this issue? :)

Excited to get this up and running on my server!

koinupapi avatar Jul 24 '22 16:07 koinupapi

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?

ajnart avatar Jul 24 '22 16:07 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

koinupapi avatar Jul 24 '22 16:07 koinupapi

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 avatar Jul 24 '22 16:07 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

@ajnart testing right now! I'll reply to your message with my results.

And dude, I'm def gonna join.

koinupapi avatar Jul 24 '22 16:07 koinupapi

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 :)

koinupapi avatar Jul 24 '22 17:07 koinupapi

Any news for the merge in master branch? This is a required feature for us and the regression was not pleasant to discover.

matbgn avatar Aug 04 '22 08:08 matbgn

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

ajnart avatar Aug 04 '22 10:08 ajnart

This is fixed!

ajnart avatar Oct 11 '22 02:10 ajnart