Why isn't revalidateTag or revalidatePath updating my page?

On-demand revalidation isn't reliable on Forte: your app runs on multiple servers, and a revalidation call only refreshes the server that handled it — the others and the CDN keep serving the previous version.

Use time-based revalidation ("export const revalidate") for content that changes on a schedule, or redeploy to refresh everything immediately.

Read more about this in the documentation

Related questions

Still need help?

If this didn't answer your question, our team is one message away.

Contact support