Next.js Discord

Discord Forum

Revalidate Path - what is going on?

Unanswered
Bonaparte's Gull posted this in #help-forum
Open in Discord
Bonaparte's GullOP
https://nextjs.org/docs/app/api-reference/functions/revalidatePath
https://github.com/vercel/next.js/issues/57632

is next 14 app router actually production ready?

import { revalidatePath } from 'next/cache'
revalidatePath('/blog/[slug]', 'page')


this just doesn't work.

first impressions of the app router are not good.

1 Reply

Bonaparte's GullOP
k.. sometimes it works.. sometimes it doesn't