Next.js Discord

Discord Forum

Not sure I should create a Gh Issue

Unanswered
Morelet’s Crocodile posted this in #help-forum
Open in Discord
Morelet’s CrocodileOP
I have an issue with Clerk and next js 16, I get
Error: Route "/test/[test]": Uncached data was accessed outside of <Suspense>. This delays the entire page from rendering, resulting in a slow user experience. Learn more: https://nextjs.org/docs/messages/blocking-route
    at ignore-listed frames
To get a more detailed stack trace and pinpoint the issue, try one of the following:
  - Start the app in development mode by running `next dev`, then open "/test/[test]" in your browser to investigate the error.
  - Rerun the production build with `next build --debug-prerender` to generate better stack traces.
Error occurred prerendering page "/test/[test]". Read more: https://nextjs.org/docs/messages/prerender-error
Export encountered an error on /test/[test]/page: /test/[test], exiting the build.
 ⨯ Next.js build worker exited with code: 1 and signal: null
error: script "build" exited with code 1

I have narrowed it down to the clerk provider, I'v reached out to clerk and am waiting. I'm also wondering if I should make a Next Js Gh issue to?

0 Replies