Replies: 2 comments 1 reply
-
|
version? platform? paste your nginx proxy config? not much information here sorry :( |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Running into the same thing here. Version: 0.54.5 Proxy config: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the app behind nginx on a subfolder. USE_X_SETTINGS=1 environment variable is set.
https://www.domain.tld/cdio/ -> http://127.0.0.1:5000/
Everything is working great, but when I set a password to secure the app, after login i'm redirected to https://www.domain.tld/ instead of https://www.domain.tld/cdio/
You can even see it in the address bar: https://www.domain.tld/cdio/login?redirect=/
I think the login code needs to be updated to honor the USE_X_SETTINGS=1 variable. With this set, I would expect the login page url to be: https://www.domain.tld/cdio/login?redirect=/cdio/
Beta Was this translation helpful? Give feedback.
All reactions