Closed mdcarter closed 1 year ago
Check #57829 out. Remove beforeInteractive
could work around this issue.
Check #57829 out. Remove
beforeInteractive
could work around this issue.
thank you, it work for me
I have the same problem, after deploying a demo branch for a customer. The Main Branch that worked for a month also doesnt work any more. I even deleted the cache of both project, but it results in the same issue
Is anyone still having the chunk loading issue after upgrading to 14.0.2 where we had a fix for it or above versions? If you still have the problem with new version, please open a new issue with reproduction that would be helpful for investigating the specific issues you're encountering. Thanks!
I was having this problem with next 14.0.2. Downgrading to 14.0.0 worked for me
I was having this problem in two project with versions: 13.1.1 page router & 13.4.19 app router. I get error in prod
domain/_next/static/media/physics.8bfdd492.svg 522
domain/_next/static/chunks/webpack-a0c7d2a893c108f8.js net::ERR_ABORTED 522
When get resource in _next then get error :( Can you help me fix it. Thanks
@igorvargasp @iamtun could you file a different issue with reproduction? It's not clear what the exact issue is and what's the root causes of them
This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Verify canary release
Provide environment information
What browser are you using? (if relevant)
Firefox 102.0
How are you deploying your application? (if relevant)
Vercel
Describe the Bug
When a next js project containing static pages is hosted on Vercel (or anywhere I'm guessing) it regularly generate exception related to chunk loading
I looked everywhere for a simple fix for this, it exist in dev mode (simply delete the
.next
folder) but nothing for website in production since it's a caching issue.Expected Behavior
This should not happen, or generate exceptions
Link to reproduction
https://stackblitz.com/edit/vercel-next-js-ehpskx
To Reproduce
Create a nextjs project with static pages (via
getStaticProps
), install Sentry for error tracking and generate trafic