Next.js Discord

Discord Forum

constantly getting chunk load errors - up to 7k a day

Unanswered
oof2win2 posted this in #help-forum
Open in Discord
Avatar
Hey there. I'm using next@14.2.16 and i constantly keep getting some chunk load errors. It keeps on happening constantly - like i have 7k chunk load errors just in the past 24h, which to me is completely insane. i'm hosting on vercel and have skew protection enabled, so i'd assume they would have their stuff figured out. is there something i can do to fix this?

14 Replies

Avatar
Miniature Pinscher
Timeout errors?
Avatar
as in vercel edge functions?
Avatar
Miniature Pinscher
As in your chunk errors.
Avatar
logs look like it does timeout yeah
a solid 7k of them are just timeouts wtf
Avatar
Miniature Pinscher
Are you using Cloudflare?
Avatar
yeah, it's setup for proxy mode
is cloudflare actually the error for all of these? wtf
Avatar
Miniature Pinscher
Are you including any third party scripts?
Avatar
yeah there's a couple of them, would that affect this? it's mainly intercom + posthog
Avatar
Miniature Pinscher
Do any of them have the beforeInteractive directive?
Avatar
only one, and that's a Tally form
Avatar
Miniature Pinscher
I'd try removing that and see if the errors stop.
Avatar
why could a beforeInteractive directive be the cause of these errors though