How to deal with chunks not found after deployment?
Hi there,
I'm deploying my Nuxt project to Cloudflare Pages.
Right now it's fully client-side rendered.
I'm facing the following problem:
Let's say a user opens my website, visits just the home page. Then I make a deployment and after I deployed the user wants to navigate to a sub page. This will throw an error, because the chunks the client thinks it needs to request, aren't there anymore.
What's the best way to deal with that?
I'm deploying my Nuxt project to Cloudflare Pages.
Right now it's fully client-side rendered.
I'm facing the following problem:
Let's say a user opens my website, visits just the home page. Then I make a deployment and after I deployed the user wants to navigate to a sub page. This will throw an error, because the chunks the client thinks it needs to request, aren't there anymore.
What's the best way to deal with that?
