Failed: an internal error occurred. If this continues, contact support
Hello! I'm trying to deploy a
next-on-pages
app, but am getting this error:
* Pages URL: https://highsocietydispo.pages.dev/
* Deployment ID: 4b73ae3b-3570-4b68-8378-1da4c19d54ff
* Account ID: 107a3aac2bff45c39e4a11e75d53082f8
* Errors:
Here are the version of each package:
1 Reply
when attempting to run
wrangler pages deploy .vercel/output/static
from my local dev env, a little more information emerges:
i finally got the error resolved. i changed versions to:
what was happening was that some of the workers/routers weren't being minified. it was pretty wild to open up a file to see it had 300k+ LOC.