Prismic content updates not publishing on Netlify with Nextjs 13.4.6 app router

I have faced a similar problem and fortunately for me I have found a solution. Netlify is currently testing NextJs Runtime v5, you can follow the instructions here. After that all you need to do is setup a hook to https://your-website-domain/api/revalidate and trigger it. I hope this helps.

1 Like