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
I followed the instructions from the Wpp Connect video to run the Wpp + Chatwoot Docker, but I encountered an error in the server terminal:
error: Unhandled Rejection: TypeError: Cannot read properties of null (reading 'id') ****
at chatWootClient.createConversation (/home/node/app/dist/util/chatWootClient.js:192:27)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async chatWootClient.sendMessage (/home/node/app/dist/util/chatWootClient.js:71:24)
I'm not sure what is causing this error, but it seems to be related to a null value in the chatWootClient module. I would appreciate any help in resolving this issue so I can successfully run the Wpp + Chatwoot Docker.
The text was updated successfully, but these errors were encountered:
I followed the instructions from the Wpp Connect video to run the Wpp + Chatwoot Docker, but I encountered an error in the server terminal:
error: Unhandled Rejection: TypeError: Cannot read properties of null (reading 'id') ****
at chatWootClient.createConversation (/home/node/app/dist/util/chatWootClient.js:192:27)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async chatWootClient.sendMessage (/home/node/app/dist/util/chatWootClient.js:71:24)
I'm not sure what is causing this error, but it seems to be related to a null value in the chatWootClient module. I would appreciate any help in resolving this issue so I can successfully run the Wpp + Chatwoot Docker.
The text was updated successfully, but these errors were encountered: