Particle Node causing Node-Red docker container to crash

Hi,

I am trying to set up particle node in my flow and every time I configure the particle node with clientid and client secret my nodered container crashes with the following error.

24 Feb 10:13:39 - [warn] Encrypted credentials not found
24 Feb 10:13:39 - [info] Server now running at http://127.0.0.1:1880/
24 Feb 10:13:39 - [info] Starting flows
24 Feb 10:13:39 - [info] Started flows
24 Feb 10:13:39 - [red] Uncaught Exception:
24 Feb 10:13:39 - [error] Error: HTTP error 400 from https://api.particle.io/oauth/token - Invalid or missing client_id parameter
    at /data/node_modules/particle-api-js/lib/Agent.js:251:19
    at Request.callback (/data/node_modules/superagent/lib/node/index.js:905:3)
    at /data/node_modules/superagent/lib/node/index.js:1126:20
    at IncomingMessage.<anonymous> (/data/node_modules/superagent/lib/node/parsers/json.js:22:7)
    at IncomingMessage.emit (node:events:539:35)
    at endReadableNT (node:internal/streams/readable:1345:12)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)

Can anyone please help me with this issue?

Thanks and Regards
Antony

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