You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(node:5624) UnhandledPromiseRejectionWarning: Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
at ServerResponse.setHeader (_http_outgoing.js:526:11)
at ServerResponse.header (C:\Users\neile\AppData\Roaming\npm\node_modules\node-red\node_modules\express\lib\response.js:771:10)
at ServerResponse.json (C:\Users\neile\AppData\Roaming\npm\node_modules\node-red\node_modules\express\lib\response.js:264:10)
at C:\Users\neile\.node-red\node_modules\node-red-contrib-wled2\dist\controllers\palettes.js:76:30
at step (C:\Users\neile\.node-red\node_modules\node-red-contrib-wled2\dist\controllers\palettes.js:33:23)
at Object.next (C:\Users\neile\.node-red\node_modules\node-red-contrib-wled2\dist\controllers\palettes.js:14:53)
at fulfilled (C:\Users\neile\.node-red\node_modules\node-red-contrib-wled2\dist\controllers\palettes.js:5:58)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
This is because I forgot some return; statements 🤦♂️
The text was updated successfully, but these errors were encountered:
This is because I forgot some
return;
statements 🤦♂️The text was updated successfully, but these errors were encountered: