Bug
With Next.js 16.3.0 and @opennextjs/cloudflare 1.20.2, an OpenNext preview triggers an unbounded RSC prefetch loop after page load. A fresh build and isolated Chrome profile produced 1,910 Next-Router-Prefetch: 1 requests in 30 seconds (~64 requests/sec), accelerating and repeating the same _rsc payload. This can amplify Workers traffic rapidly.
Control
The same application with Next.js 16.2.12 + OpenNext 1.20.2 produced 0 prefetch requests in 30 seconds. OpenNext 1.20.1 with Next.js 16.3.0 also reproduced the loop, so this is not an OpenNext-version-only regression.
Reproduction: build with next build --turbopack, build/serve with OpenNext Cloudflare, open the app using a fresh browser profile, and observe repeated RSC prefetch requests.
Bug
With Next.js 16.3.0 and
@opennextjs/cloudflare1.20.2, an OpenNext preview triggers an unbounded RSC prefetch loop after page load. A fresh build and isolated Chrome profile produced 1,910Next-Router-Prefetch: 1requests in 30 seconds (~64 requests/sec), accelerating and repeating the same_rscpayload. This can amplify Workers traffic rapidly.Control
The same application with Next.js 16.2.12 + OpenNext 1.20.2 produced 0 prefetch requests in 30 seconds. OpenNext 1.20.1 with Next.js 16.3.0 also reproduced the loop, so this is not an OpenNext-version-only regression.
Reproduction: build with
next build --turbopack, build/serve with OpenNext Cloudflare, open the app using a fresh browser profile, and observe repeated RSC prefetch requests.