Error 1101 Worker threw exception
Hi,
I am getting this error after visiting a successful preview build:
How can I check what's going on?
It is a NextJs application on 14.0.2.
8 Replies
Try 14.0.1 perhaps, maybe there is another bug in 14.0.2 I need to try find. 14.0.2 shipped several bugs with the edge, already had to fix one in the latest next-on-pages that just completely broke rendering, so make sure you're using the latest next-on-pages too.
yup, @latest FTW.
I switched back to .1
Good luck!
Were you doing anything notable on the page, or any specific action that triggered the error? I'm actually a bit concerned because you shouldn't get that specific error page, you should get an internal server error at most. Are you able to tail that deployment and see the logs and see if there's anything worth noting?
I was just trying to access the home page.
I'll check.
This is the log from the request after signing in
"name": "Error",
"message": "The script will never generate a response.",
welp. we released a patch in 1.7.3 that fixed one change in 14.0.2 that caused that error message, i wouldnt have expected there to be another. are you sure you're using next-on-pages v1.7.3 (which is the latest)?
Yes, I was using 1.7.3
12:59:41.599 Executing user command: npx @cloudflare/next-on-pages@latest
12:59:44.459 npm WARN exec The following package was not found and will be installed: @cloudflare/[email protected]
ðŸ˜