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
I use Typebot together with Evolution API on WhatsApp and consume webhooks from my server. I don't use it much for now, but even so, after installing it again in a short time, the error below appears, causing the flow to be interrupted.
TypeBot 3.4.2
Evolution 2.2.3
PostGres 17
event [next-runtime-env] read environment variables prefixed with 'NEXT_PUBLIC_' from process.env.
ready [next-runtime-env] wrote browser runtime environment variables to '/app/apps/viewer/public/__ENV.js'.
▲ Next.js 14.2.13
Network: http://0.0.0.0:3000
✓ Starting...
✓ Ready in 911ms
(node:15) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
Error: Isolate was disposed during execution
at ()
at y (/app/apps/viewer/.next/server/chunks/955.js:92:6963)
at /app/apps/viewer/.next/server/chunks/600.js:107:13457
Error: Isolate is disposed
at y (/app/apps/viewer/.next/server/chunks/955.js:92:7168)
at /app/apps/viewer/.next/server/chunks/600.js:107:13457
The text was updated successfully, but these errors were encountered:
Describe the bug
I use Typebot together with Evolution API on WhatsApp and consume webhooks from my server. I don't use it much for now, but even so, after installing it again in a short time, the error below appears, causing the flow to be interrupted.
TypeBot 3.4.2
Evolution 2.2.3
PostGres 17
▲ Next.js 14.2.13
✓ Starting...
✓ Ready in 911ms
(node:15) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.(Use
node --trace-deprecation ...
to show where the warning was created)Error: Isolate was disposed during execution
at ()
at y (/app/apps/viewer/.next/server/chunks/955.js:92:6963)
at /app/apps/viewer/.next/server/chunks/600.js:107:13457
Error: Isolate is disposed
at y (/app/apps/viewer/.next/server/chunks/955.js:92:7168)
at /app/apps/viewer/.next/server/chunks/600.js:107:13457
The text was updated successfully, but these errors were encountered: