-
Notifications
You must be signed in to change notification settings - Fork 270
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
Only getting a purple screen #24
Comments
Are you getting any errors in the console? |
I started the container 6 now. Twice I got
Three times I got
And once I got
regarding the first example, it could be that I simply didn't let it run long enough for it to throw the API request message |
I'm seeing the same thing when trying to access flame from behind an nginx reverse proxy. It works fine if I hit the site at the docker host:port itself, so I am guessing I'm missing some config or something. I can post my nginx config if that would help. |
I have never used reverse proxy before so I will try to setup one, check if I can reproduce this problem and then work from there. I suspect it all comes from this ws:// protocol. |
Indeed, it works when not using a reverse proxy |
Nginx behind reverse proxy with https, Chrome DevTools / Console spits out the following.
Suppose wss is needed to serve the content securely / via https. Nginx using http is working perfectly with the following configuration (some of the settings could probably be skipped):
Bet it's the same thing with #23 |
So I setup reverse proxy using NginxProxyManager and got the same error on all major browsers. I've added simple check on WeatherWidget which will connect to either I don't know how it works with other reverse proxy services but here I had to allow for websocket support to get it fully working. |
@maeries Do you have reverse proxy working on Caddy v2? For me it works on mobile (chrome & safari) but not on desktop (chrome). I just get the purple screen. If so, could you share your Caddyfile? |
Merge upstream 2.3.1
After deploying flame using this docker-compose file
I only get a purple screen when visiting the URL (I use Caddy2 as a reverse proxy). When I refresh the page I can see
for a fraction of a second, before only the background color is shown again.
I tried Firefox and vivaldi and both show the same behaviour
The text was updated successfully, but these errors were encountered: