-
-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin panel does not load correctly behind reverse proxy #34
Comments
I'm going to be making a significant change to how the app handles environment variables / config options... more to come on that. |
Hey i'm facing same issue, any update on this? |
@alexdelprete @Dima-Kal latest code in |
Could be a proper workaround, basically we're forcing SSL. But I was wondering about what the guys at LinuxServer.io did to solve the same issue for BookStack, I wrote about it in my previous post, don't know if you noticed it:
|
I have a "mixed content" issue loading the admin panel, it doesn't load the CSS. I use Traefik, with an https url, and it's pulling the site from the internal docker http url.
This is what I see in the log (see http error 302):
If I use the docker url directly it works fine.
This is the log whith the direct url, bypassing the proxy:
I already had this issue with BookStack, that is built with PHP: BookStackApp/BookStack#1204
The guys at LinuxServer.io built the BookStack image with an APP_URL env variable to solve the issue with reverse proxies. I guess it configures the BASE_URL for php, something like that.
The text was updated successfully, but these errors were encountered: