I call revalidatePath from a webhook and the page still serves stale content. The docs mention that on-demand revalidation can race with in-flight renders. What's the reliable way to invalidate a dynamic route without a full redeploy?
22
0 commentsI call revalidatePath from a webhook and the page still serves stale content. The docs mention that on-demand revalidation can race with in-flight renders. What's the reliable way to invalidate a dynamic route without a full redeploy?