#Execution context was destroyed, most likely because of a navigation.

1 messages · Page 1 of 1 (latest)

fickle ice
#

hello boys. Does anyone get this error?

I run the bot in docker and my docker file is

`FROM ghcr.io/puppeteer/puppeteer:22.6.3
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
PUPPETEER_EXECUTABLE_PATH= /usr/bin/google-chrome-stable

USER root

WORKDIR /montalcini
COPY package.json .
RUN npm i
COPY . .
RUN npm install -g ts-node typescript
RUN npm install github:pedroslopez/whatsapp-web.js#webpack-exodus
CMD ["npm", "run", "start:dev"]
EXPOSE 3000`

flat coral
#

me too

swift marsh
#

If your account use not English language, WhatsApp can like reboot page. And library don’t handle it correctly. Maybe restart will solve your problem .