v3.0.1 seems to be working with ingress just fine against Hassio. However, Iāve lost one sensor that was fed off an āhttp inā node. I re-enabled the 1880 forwarding on the container, but the service that was forwarding data to node-red is now always getting 401 authentication errors now.
Iāve tried using the http credentials in the node-red settings and Iāve even tried using the native Hassio credentials. Neither works.
Very good! I was struggling with the /hassio/ingress/ URL structure because it would load my NodeRed plugin with a double HA navigation bar on the left. Your solution at least fixed that for me.
Howeverā¦ I canāt get NodeRed to work anymore:
Without setting port 1880 in the config:
NodeRed wonāt load inside the panel iframe, nor by accessing the āOpen web UIā button. Iām seeing the black NodeRed header, but the canvas and nodes wonāt load. This has definitely something to do with update 3.0.0 > 3.0.1 or with HA update 0.91.3 > 0.91.4.
The logs donāt show any errors.
Setting port 1880 in the config.
I followed the steps in your gif at post Home Assistant Community Add-on: Node-RED. NodeRed then asks for username and password, but doesnāt accept them. Iām entirely sure that my credentials should be correct. I copied and pasted them from my plugin config.
@frenck Any idea what could cause NodeRed not to work? Iām using SSL with a custom domain (no duckdns).
Edit 18-04-2019: Today I decided to revert back to NodeRed 3.0.0 and Hassio 0.91.3, because thatās when NodeRed still worked. I found out that reverting didnāt fix anything. The log errors are gone and my automations started to work again, but I canāt reach the NodeRed interface anymore.
I tried to find the cause, but couldnāt find a solution. I deleted everything that could have been stored: app data, cookies, history etc. Without any success. Iām looking forward to a solution!
Seeing the same thing here. No matter what username or password I put in, it doesnāt go all the way through. This is also a browser popup login and not the normal Node-Red login screen so maybe thatās a clue to what the issue is?
Oddly, I get past the initial browser login with my hassio creds and then the node red page partially loads and another browser login window pops up. Ultimately never getting past this point. Not a game breaker for me as the ingress version works just fine but it was nice opening the flows full screen without the hassio bars taking up some space.
What hassio and nodered version do you use? How did you get the ingress version to work? I canāt get anything to work anymore
Here is what I used:
Donāt use Chrome (at least on Windows), it does not work (at least for me), try Edge.
I didnāt change my node-red config, and left the network disabled (I think that defaulted)
In configuration.yaml I used the following (found in a comment elsewhere, I did not find this documented anywhere. This puts it in the menu, it should work from the UI panel in the Hass.io panel.
Really for me it was the combination of chrome not working, that led me to making all sorts of changes to get it going, which broke things rather than fixing them. I think that if Chrome worked, this would have worked out of the box after the upgrade, but I changed so many things chasing the chrome problem I am not sure.
It is related to some heavy caching, looking into a solution.
Sorry if that sounded like a complaint, it was mostly berating myselfā¦ Iāve been doing this long enough I really should not have stayed in chrome so long before trying a different browser, or incognito, or similar. Just web apps (and this is a good example) are getting so much like ārealā client side native apps now I tend to forget I am even in a browser.
Actually I want to set lower value to try to save memory on my RPI. When container is started it uses about 70 Mb, but during next several days it slowly grows to 200Mb.
Cleared my cache and it didnt fix it. Opened Icognito and it worked just fine, Ill wrap it up to chrome not wanting to let go of the cache. Thanks for the quick fix!
The biggest issue since update 3.xx is that http-in nodes are no longer working. Is this already adressed and someone is working on that? The reason is, that the port 1880 is no longer open, if you open it with the seperate option the addon asks for user and password on that port, but dont accept the given users and passwords.