opennextjs / opennextjs-cloudflare

Open Next.js adapter for Cloudflare
https://opennext.js.org/cloudflare
MIT License
378 stars 8 forks source link

Bug: throw new Error("Patch `patchCache` not applied"); #118

Closed Flo4604 closed 1 week ago

Flo4604 commented 2 weeks ago

I am using revalidatePath("/search"); in my nextjs code in a server action and whenever I use this I am getting the PatchpatchCachenot applied error.

Once I remove this line the build works fine.

vicb commented 1 week ago

Cache revalidation is not supported yet.

When reporting issue, it's better to specify what Next version you use and include a repro to make it actionable.