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.