At this moment I don’t have any problems anymore. I’m running on the latest versions of NodeRed (3.0.3) and Hassio 0.92.2.
Because NodeRed has (working) ingress now, I had to remove the NodeRed instance of panel_iframe from the configuration.yaml file.
In the NodeRed addon settings I activated the switch “show in sidebar”. This is my config:
{
"credential_secret": "secret stuff1",
"dark_mode": false,
"http_node": {
"username": "secret stuff2",
"password": "secret stuff1"
},
"http_static": {
"username": "secret stuff2",
"password": "secret stuff1"
},
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"require_ssl": true,
"system_packages": [],
"npm_packages": [],
"init_commands": [],
"log_level": "info",
"port": 1880
}
If you’re using Chrome browser, right click within the Hassio interface and click “inspect element”. Under the “Application” tab, delete every local/session storage and the cache. Try also emptying the browser cache etc. Do this of course after updating to the latest versions.
I happen to be also running hassio on a VM, so we might have a similar setup. Tell me if you need more information and I’ll do my best to help you.