When tried to deploy latest canary to vercel -- Error: Invariant: prefetchDataRoute can't be set without PPR #66110
Labels
bug
Issue was opened via the bug report template.
locked
Partial Prerendering (PPR)
Related to Partial Prerendering.
Link to the code that reproduces this issue
https://github.com/patelvivekdev/latest-canary
To Reproduce
It is working in the localhost build.
When I tried to deploy on Vercel, I got the error.
Current vs. Expected behavior
I used the PPR and React compiler on another project using version
next@14.3.0-canary.76
, which was deployed successfully.But when I update the react version and the next version to
next@14.3.0-canary.78
, I get an error when I try to deploy on Vercel.Provide environment information
Which area(s) are affected? (Select all that apply)
Partial Prerendering (PPR)
Which stage(s) are affected? (Select all that apply)
Vercel (Deployed)
Additional context
When I tried to deploy my demo application, which uses
PPR
with thereact compiler
from the latest Canary, I got errors.The text was updated successfully, but these errors were encountered: