Skip to content

Why does prefetchQuery not work when using a Next.js API route as queryFn? (or something wrong?) #8895

Closed Answered by TkDodo
leehj322 asked this question in Q&A
Discussion options

You must be logged in to vote

does it work if you call the api route directly in the server component?

const user = await getUser()

if that works, then it should work with prefetchQuery too. If that doesn’t work, well, then there’s your answer and API routes can’t be invoked from server components.

also: https://nextjs-faq.com/fetch-api-in-rsc

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by leehj322
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants