Hi, there is a bug i got when using the library "node-red-contrib-spark". Precisely the "api" node from Webex. When i use it and compile the program, the server stops and try to restart on loop. But each time it throw the same error. I don't have access to Nodered anymore.
Can't read from server. It may not have the appropriate access-control-origin settings.
I tried to decomment httpNodeCors
section in settings.js
, if it's a cors problem, but it didn't resolve anything.
To fix the restart issue, i edited the ~/.node-red/flows.js
in order to remove the problematic Webex node. And after that, Nodered works correcly.
But I don't know why the Webex node breaks Nodered server and if it's a library-related problem.