Replies: 2 comments 2 replies
-
this one is only for the notifications.. |
Beta Was this translation helpful? Give feedback.
2 replies
-
aaah my apologies, yeah this needs a pytest added to be sure I think |
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.
-
Describe the bug
The env-var "BASE_URL" isn't working in the docker image. So the website doesn't works behind a reverse proxy in a subdir.
Version
Exact version in the top right area: 0.42
To Reproduce
Steps to reproduce the behavior:
I start the container with
All vars are working, but BASE_URL.
If I check on settings -> Base URL
I get an empty var
Default value is the ENV var 'BASE_URL' (Currently "")
Expected behavior
The var should be set.
Beta Was this translation helpful? Give feedback.
All reactions