Next.js Discord

Discord Forum

Dynamic Page not working

Unanswered
Asiatic Lion posted this in #help-forum
Open in Discord
Asiatic LionOP
Hi guys! I’ve run into this weird error with dynamic pages in production.
It works when you build locally but wouldn’t when I deploy to production.
The entire app works fine but when you navigate to a dynamic page, a modal pops on your screen “Application error: a client exception occurred (see browser console for more information)
When I check the console, I see this. “ChunkLoadError: Loading chunk 796 failed”
Every non-dynamic page still works fine.

I made the dynamic pages SSG but error still remains.
Anyone experienced this?

1 Reply

Asiatic LionOP