-
Hi, just setup an instance via the documented docker compose file and everything runs perfect when entering ip and port into the browser. Next step was to add it to my reverse proxy (like so many other stuff I run) and it works fine when entering the url into the browser manually. Last step in my deployment routine is to add the service to my homepage (https://gethomepage.dev/) but now I get a NS_ERROR_REDIRECT_LOOP when trying to access the service via the link on homepage. And I have absolutely no idea why ... If I copy said link from homepage and paste it into the browser ... no problems. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
That's an interesting one... are you running in single-user or multiuser mode? Can you see the requests being made in the docker log? That might tell us what it's doing; I suspect that for some reason it's redirecting back after checking authentication, instead of to its own root page. The other thing is - are you running it on a sub-path (like |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Weird, I've just been informed about the same thing on try.manyfold.app! #3265 |
Beta Was this translation helpful? Give feedback.
-
Well, this was an interesting one in which I learned something new about browser security. I've pushed a fix in v0.91.1 that seems to fix it for me on https://try.manyfold.app, so hopefully it will fix yours too! |
Beta Was this translation helpful? Give feedback.
Well, this was an interesting one in which I learned something new about browser security. I've pushed a fix in v0.91.1 that seems to fix it for me on https://try.manyfold.app, so hopefully it will fix yours too!