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.
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.
