You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application in Docker container is not reading env variables defined when starting up container.
Consequently, navigating to {url}/login returns a 500 error
Expected Behavior
After setting required env variables, navigating to {url}/login should trigger auth flow
@jawabuu I figured out the issue. Thanks again for signaling the issue. I hope that you will find the container useful otherwise feel free to open other issues to request features/changes or report issues. Cheers!
I am reproducing the issue with Safari and Chrome. I am usually using Firefox which is why I didn't catch it. I have opened a separate issue #27 for tracking. This might take me a little longer to fix to be honest as it seems that nowadays these browser don't accept session cookies that are not delivered over SSL/TLS. Firefox makes an exception for localhost.
Is there an existing issue for this?
Current Behavior
Application in Docker container is not reading env variables defined when starting up container.
Consequently, navigating to {url}/login returns a 500 error
Expected Behavior
After setting required env variables, navigating to {url}/login should trigger auth flow
version
Relevant log output
Confirm envs are present in the container
Steps To Reproduce
Anything else?
No response
The text was updated successfully, but these errors were encountered: