I have 2 Hassio’s running Node Red, one at my office and one here at home and both will not let me log into the web ui. It asks for the user and password then loops. I haven’t logged into it for a good month so I am not sure when or what update killed it. I cleared the firefox cache and I also tried IE and get the same result. I turned on the side bar and can access it via the Home Assistant GUI. any suggestions?
{
“credential_secret”: “MySuperSecretKey”,
“dark_mode”: false,
“http_node”: {
“username”: “”,
“password”: “”
},
“http_static”: {
“username”: “”,
“password”: “”
},
“ssl”: false,
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”,
“require_ssl”: false,
“system_packages”: [],
“npm_packages”: [],
“init_commands”: [],
“log_level”: “info”,
“port”: 1880
}
access to it broke with version 179 of the supervisor. it’s still accessible using ingress. just activate the add-on’s “show in sidebar” option and access node-red from there until the issue is resolved.
Thanks, I did that Thursday and have access now. just couldn’t find anything about the cause while searching
supervisor version 181 is out. this one fixed it for me
that did it for me too