Skip to content

Next 16.3.0 + OpenNext triggers an unbounded RSC prefetch loop #1334

Description

@ajdiyassin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions