-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
Docker fresh install -> blank white page #424
Comments
Hi, Is the Also please attach a terminal to your container et run |
try with |
sorry it is |
It's strange because when I reproduce the missing |
Hi, |
The APP_URL is set to http://192.168.15.7. Does it have to be https? |
If you access the app in your browser by typing |
This is how I'm running the image:
Accessing the browser with http, it gives that error that I sent before. If I run it with:
I get "ERR_SSL_PROTOCOL_ERROR" on the browser. How do you suggest I run it? Thanks! |
What protocol are you using in the browser addressbar? Anyway, there is maybe something wrong in my CSP implementation. |
I'm using http when the APP_URL has http and https when it has https. Running with the command:
and accessing it with http, I get the same error. |
Hi, quick update. If I use the ASSET_URL=http://192.168.15.7:8000 then it works. I'm now using docker compose, to integrate with my reverse proxy and automate the deployment. If you need any more informations, please let me know. Thanks! |
Shame on me, I forgot to mention the need of the custom port 😖 😅 You can safely remove |
If I remove it, it stops working. :/ |
ok, thx for the feedback. Please continue with this extra env var, will check why this occur on my side asap |
Thank you for helping me make it work! If you need any other information, let me know. |
There seems to be something wrong with the asset url, the urls that are used in the html include the 8000 port, which is not set in either |
Ok I did some more testing and it seems after 2 more docker compose stop and up's it now suddenly works. IDK what happened, but some env variables are probably being fucked by docker. |
Version
5.4.3
Details & Steps to reproduce
Proxmox
Expectation
Everything else like a white page.
Error & Logs
Execution environment
No response
Containerization
Additional information
No response
The text was updated successfully, but these errors were encountered: