Closed Flo4604 closed 1 week 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.
revalidatePath("/search");
Patch
not applied
Once I remove this line the build works fine.
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.
I am using
revalidatePath("/search");
in my nextjs code in a server action and whenever I use this I am getting thePatch
patchCachenot applied
error.Once I remove this line the build works fine.