Closed KonradHoeffner closed 1 year ago
Caddy doesn't equate 127.0.0.1 with localhost, so without this there won't be any result when accessing "localhost".
I think you introduces a bug here. The variable BASE_URL is also used to construct API_URL.
BASE_URL
API_URL
See: https://github.com/Onto-Med/top-deployment/blob/33e3201aa31baace34bb72aefd23d1a5ee8cc100/docker-compose.env.tpl#L22
Oh yes didn't see that, sorry. I will change it.
Caddy doesn't equate 127.0.0.1 with localhost, so without this there won't be any result when accessing "localhost".