Closed kloknibor closed 1 day ago
What is in your env
file?
Do you have APP_URL=http://in.localhost:8003
set like the example? You may need to update this to be https...
I'm seeing the same issue and have https
specified for my protocol in APP_URL
.
I have REQUIRE_HTTPS
set to false
in order to run behind a proxy that handles TLS termination.
Edit: Settings
> Client Portal
> Domain URL
is also showing the correct protocol.
Following the advice in this StackOverflow post worked for me: https://stackoverflow.com/a/65691937.
Can an option be added to call URL::forceScheme('https')
within boot
? I'm patching the file during build at the moment.
Setup information
docker-compose
Describe the bug
To reproduce Steps to reproduce the behavior:
Expected behavior The client portal to properly load
Screenshots/logs
Docker version 25.0.1, build 29cf629
(paste your output here)
(paste your output here)