#next 13 rsc in url
1 messages · Page 1 of 1 (latest)
Hi @scenic bison. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
The ?_rsc=... query parameter you're seeing in the URL is related to React Server Components (RSC) in Next.js. This parameter is used for fetching/streaming your server components.
However, based on the information provided in the extracts, there's no direct way mentioned to remove the ?_rsc=... from the URL while keeping the prefetch feature.
It's important to note that this parameter is a part of the internal workings of Next.js and React Server Components, and it's generally not recommended to interfere with these unless you have a specific reason to do so.