JavaScript Bundle Issues - Netlify Build Breaking Several Hours after Deployment completes

Hi @sid.m, just redeployed the site with a clear cache and it looks like many elements of the site are missing: https://zendine.co, for example no navigation, many images are not loading, no CSS applied to some typography, etc.

Site ID: bf6e14e2-e3b9-498b-a46b-747fb82ad597
Thank you

I am having same issue too.


The site works fine in my local environment, but this morning I deployed it after making a small update to my next.js project.

Afterwards I am experiencing Intermittent 404 Errors and Inconsistent Page Loads

site: https://ualgo.trade/

2 Likes

Hi, we are also having this issue on all our sites built using NextJS ISR - example:

JS bundle does not load and page does not hydrate, menu doesnā€™t work, images donā€™t load etc - customers are complaining. Any clues on what to do to resolve the issue?

3 Likes

Iā€™ve been having this same issue for a week now, but in the last 24h it seems like it has gotten way worse. 50% of our Next.js site deploys are facing this issue.

2 Likes

Iā€™m having the same issue too, for all my deploys :cry:
Couldnā€™t find a work aroundā€¦

1 Like

Iā€™m having the same issue. Iā€™ve redeployā€™d the site many times and cleared the cache but the issue comes back after 1-2 hours

1 Like

Yes, we have been experiencing the same since last week. We ran a re-deploy today after above updates from @sid.m but the site has deteriorated even furtherā€¦ none of the pages are rendering properly now, even immediately after build completes.

1 Like

We have got the same problem from last week, and today it has gotten way worse too. We use v4 next js builder and itā€™s help for us, last 2 hours all pages works without 404 error. Pin an older version of Next.js Runtime to your site

Itā€™s hard to say now if it was the v4 runtime downgrade that fixed it, or if Netlify has deployed a temporary fix in the last ~2 hours.

Hi all - weā€™ve mitigated the issue causing these 404s but in order to clear the outdated cache youā€™ll need to manually purge the cache for the site using the purge API to do so: Caching | Netlify Docs

If youā€™ve done so and are still experiencing issues, please let me know!

Seems to have resolved now after another purge, I will let you know if we run into any further issues over the next few hours

1 Like

@zendine great to hear, please keep us updated if you see issues arise!

Ok thank you! Appreciate your help resolving this

Weā€™re experiencing a similar issue on our static webpages - js bundle files fail to load resulting in no css being applied to the page

for example, once this webpage is reloaded:

@vegclubmagazine Thanks for providing that information. Did you purge the cache for the site?

I only recently did. Seems to be working now though unsure if that will hold true in the next couple of hours.

I was previously manually clearing the cache and re-deploying to clear the error and that worked for 2 hours until the error reappeared

@vegclubmagazine Please let us know if this issue reappears in the next couple of hours!

1 Like

The error just occurred again

Same for me, occured again.

@vegclubmagazine It doesnā€™t look like the function you deployed has been called at all - Iā€™d recommend either scheduling that function or making a call to the API directly as laid out here: Caching | Netlify Docs

1 Like