Zigbee2MqttAssistant icon indicating copy to clipboard operation
Zigbee2MqttAssistant copied to clipboard

[BUG] Unable to perform any action hassio ingress error

Open slado opened this issue 3 years ago • 2 comments

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

  • Version of Zigbee2Mqtt:1.14.4.1
  • Version of Zigbee2MqttAssistant:0.3.157
  • Installation type (HASS.IO, Docker...): Home assistant image on Raspberry PI 4 HassOS 4.13
  • Docker version + CPU type (amd64, arm arm64...):

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 avatar Sep 18 '20 14:09 slado

HassOS 4.13

slado avatar Sep 18 '20 14:09 slado

+1

redpizza69 avatar May 13 '21 09:05 redpizza69