CLI to build and develop Next.js apps for Cloudflare Pages

RSC routes caching doesn't work#943

Open
Opened 2/25/20251 commentsby vickyRathee
vickyRathee

I enabled the caching using Cloudflare query parameter `_rsc=*` and the requests are severed from the cached response. But Next.js hot reload the route when the rsc requests are served by cache response. For example, when I click on the any of the `<Link href>`, see video below ## Cache settings ![Image](https://github.com/user-attachments/assets/190eaa8d-7444-455e-91bb-0541515d6d31) ## RSC cached response CF-cache-status: Hit from Cloudflare Status: 304 ## Route reloading https://github.com/user-attachments/assets/fa3743a4-763e-427a-9642-f823028bac39

AI Analysis

This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by vickyRathee and has received 1 comments.

Add a comment
Comment form would go here