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
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?
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.
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.
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
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!
@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