Node-Red on Hassio

I’m trying to install Node-red, using Hassio interface. I clicked on INSTALL, set the configuration. But when I click on START nothing happens. On the log form I can see:

Error grabbing logs: EOF

Why? I installed Hassio on QNAP LXC container. Everything works, but some add-on (like Node-red) don’t want start.

Thanks

Here the configuration of node-red

{
“credential_secret”: “xxxxxxxx”,
“dark_mode”: true,
“http_node”: {
“username”: “admin”,
“password”: “xxxxxxxx”
},
“http_static”: {
“username”: “admin”,
“password”: “xxxxxxxx”
},
“ssl”: false,
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”,
“require_ssl”: true,
“system_packages”: [],
“npm_packages”: [],
“init_commands”: [],
“log_level”: “trace”
}

Have you done a reboot of Hassio after the initial install.

Yes, rebooted many times

These settings conflict with each other.