Force queries to run client-side only when using suspense? #8570
Unanswered
vincentrolfs
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use Suspense with Next.JS 15 App Router, but I want all queries to only run on the client, not on the server, because the server does not have the necessary auth. "use client" has no effect in this regard.
Basically, I have the exact same problem as here, which was never definitively answered: #6136
Is it possible to use suspense AND force all queries to only run on the client?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions