Closed nhorvath closed 5 years ago
What browser is it? I think the logs are suggesting the websocket connection is not created properly.
(which would make sense because everyhing except for index.html and edit are handled by websockets)
I didn't realize you were using websockets. That was it. I enabled websocket forwarding in my nginx proxy and all is well. Thanks!
I had the same problem and the nginx proxy was behind it too :)
Here is my nginx proxy section for future people who might have the same issue:
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_redirect off;
proxy_ssl_verify off;
I have same problem. Works fine with direct connection but not via nginx proxied connection. I tried to modify my proxy as written above but no luck. Can you share your entire nginx configuration?
Operating environment/Installation (Hass.io/Docker/pip/etc.):
Linux htpc 4.15.0-42-generic #45-Ubuntu SMP Thu Nov 15 19:32:57 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux running a Virtualbox vm running HassOS 1.13
ESP (ESP32/ESP8266/Board/Sonoff):
NodeMCU
Affected component:
n/a
Description of problem: I created a barebones device with the wizard. When I click any action (Validate, build, clean, compile, show logs, etc.) the popup appears with a single black line and says "Terminated process." in a black hover in the top right. Nothing proceeds. The only logs generated are http 400 (see below). The only action that works is Edit.
Problem-relevant YAML-configuration entries:
Traceback (if applicable):
Additional information: Logs from hassio addon page: