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
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Go to 'created bot and embed bot to whatsapp' (whatsapp account credentials is working perfectly as im using it on different portal)
send new message to bot number
getting below error on docker typebot-viewer
Unknown WhatsApp error: TRPCError: Typebot is closed
at _ (/app/apps/viewer/.next/server/chunks/600.js:49:39636)
at async C (/app/apps/viewer/.next/server/chunks/600.js:49:36108)
at async S (/app/apps/viewer/.next/server/chunks/600.js:118:1198)
at async E (/app/apps/viewer/.next/server/chunks/600.js:108:3697)
at async /app/apps/viewer/.next/server/pages/api/[...trpc].js:1:24394
at async resolveMiddleware (file:///app/node_modules/@trpc/server/dist/index.mjs:420:30)
at async callRecursive (file:///app/node_modules/@trpc/server/dist/index.mjs:456:32)
at async outputMiddleware (file:///app/node_modules/@trpc/server/dist/index.mjs:301:24)
at async callRecursive (file:///app/node_modules/@trpc/server/dist/index.mjs:456:32)
at async callRecursive (file:///app/node_modules/@trpc/server/dist/index.mjs:456:32) {
code: 'BAD_REQUEST',
[cause]: undefined
}
Known WhatsApp error: Could not find credentials undefined
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Unknown WhatsApp error: TRPCError: Typebot is closed
at _ (/app/apps/viewer/.next/server/chunks/600.js:49:39636)
at async C (/app/apps/viewer/.next/server/chunks/600.js:49:36108)
at async S (/app/apps/viewer/.next/server/chunks/600.js:118:1198)
at async E (/app/apps/viewer/.next/server/chunks/600.js:108:3697)
at async /app/apps/viewer/.next/server/pages/api/[...trpc].js:1:24394
at async resolveMiddleware (file:///app/node_modules/@trpc/server/dist/index.mjs:420:30)
at async callRecursive (file:///app/node_modules/@trpc/server/dist/index.mjs:456:32)
at async outputMiddleware (file:///app/node_modules/@trpc/server/dist/index.mjs:301:24)
at async callRecursive (file:///app/node_modules/@trpc/server/dist/index.mjs:456:32)
at async callRecursive (file:///app/node_modules/@trpc/server/dist/index.mjs:456:32) {
code: 'BAD_REQUEST',
[cause]: undefined
}
Known WhatsApp error: Could not find credentials undefined
The text was updated successfully, but these errors were encountered: