Skip to content

Empty response on access #1324

Sep 13, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

So, I finally found the issue.

I had quotes in my URL in my env file:

# this is wrong (it's not actually, but according to Docker's env parser it is)
BASE_URL="https://example.org"

# this works
BASE_URL=https://example.org

This lead to the container continuously crashing and restarting and that led to an empty response.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@metmarkosaric
Comment options

Answer selected by apfelbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants