This page needs to bail out of prerendering at this point because it used revalidate: 0
I've been testing out partial prerendering with next using tRPC but having some issues.
Everytime I build It breaks ppr due to having a revalidate 0 but I can't find where it occurs. I revalidate in the link is an hour.
Here is the server caller I am using:
Heres the call that triggers this:
And heres the route:
All my versions are on "next"
All the code can be found here: https://github.com/hackthebois/RecordScratch/tree/ppr
Its also odd because sometimes it builds and sometimes it doesn't.
Any help is much appreciated.
2 Replies
any updates ?
this may help you https://github.com/vercel/next.js/issues/63947
GitHub
[Partial Prerendering] Error: Runtime exited with error: signal: se...
Link to the code that reproduces this issue https://github.com/juliusmarminge/trellix-trpc To Reproduce no clue... happens seemingly random in prod, never had it locally Current vs. Expected behavi...