Unable to view node status

I run HA in a virtual machine and installed Node Red through HACS. Everything was working great. I am not sure when this happened but I am not able to view a nodes status or debug messages and more. If I access Node Red directly (http://localhost:1880), I am able to see the node status and debug messages.

I do see this error message in the Node Red log. I don't know what it means.

(node:479) UnhandledPromiseRejectionWarning: Error: Huejay: timeout of 15000ms exceeded
    at /config/node-red/node_modules/huejay/lib/Transport.js:106:15
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at runNextTicks (internal/process/task_queues.js:64:3)
    at listOnTimeout (internal/timers.js:526:9)
    at processTimers (internal/timers.js:500:7)
(node:479) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 49112)

How can I get Node Red to show the node status and debug messages again when I click on the Node Red icon in HA?

Node-RED
Current version: 10.0.0

core-2021.9.5

If it works when you go in directly but not via HA then I think this might be better directed to an HA forum.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.