Next.js Discord

Discord Forum

Suspense not working on Vercel

Unanswered
David posted this in #help-forum
Open in Discord
I am having an issue where using suspense on 'next dev' it works as intended but when deployed on Vercel the page is blocked until the promise has loaded and no loading state is shown. I've seen issues where a proxy is causing this issue for some people but ive tried without any and on multiple devices/networks and browsers.

Any help or alternatives would be greatly appreciated.

https://github.com/UCDFiddes/suspense-test

0 Replies