Hello world, I have a Nextjs14 app working with trpc and it is revalidating fine but I created the same app with Nextjs15 and wanted to use revalidatePath inside a procedure to refresh the data of a specific static page but it doesn't work. My stack is almost the same t3 stack.
I'm using trpc v11
I tried every combination of revalidatePath already, with "page", "layout", dynamic route, specific url, calling revalidatePath from a "use server" file, etc
any clue?