yllibed / Zigbee2MqttAssistant

GUI for Zigbee2Mqtt running in docker and HASS.IO
449 stars 42 forks source link

[BUG] Unable to perform any action hassio ingress error #327

Open slado opened 3 years ago

slado commented 3 years ago

Describe the bug

When I try to perform any action (rename device, remove device, launch network scan, I get an error

It looks like the webpage at https://[address]/api/hassio_ingress/gQXbNfxOzWjU6l8ypOGICWSMPC0edBfiLhQKd0eVTlU/Home/Scan might be having issues, or it may have moved permanently to a new web address.

To Reproduce

Steps to reproduce the behavior:

  1. Install Home assistant from image
  2. Install zigbee2mqttassistant
  3. Display map
  4. Select device
  5. Click remove (or any other action)

Expected behavior

Action should execute without any error

Steps I took to try resolve the problem

Screenshots

The grey screen with error (see above) is displayed

Installation

HA is installed on LAN and published to internet via nginx reverse proxy with these settings

nginx configuration

  location / {
    allow all;
    proxy_set_header        Host $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_pass              http://[address]:8123/;
    proxy_read_timeout      180;
    proxy_buffering         off;
    proxy_http_version      1.1;
    proxy_set_header        Upgrade $http_upgrade;
    proxy_set_header        Connection "Upgrade";
    }

Pertinent logs

Additional context

slado commented 3 years ago

HassOS 4.13

redpizza69 commented 3 years ago

+1