We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I believe 2 changes contribute to the caching issue: a. we recently made an adjustment to Cloudflare cache (turn on Proxy for openbeta.io) b. longer area page cache https://github.com/OpenBeta/open-tacos/pull/1234/files#diff-95ae8c28eafa1b51054aba9cd1574da984871e3fb0c47e615a4ea5da78231e35
The text was updated successfully, but these errors were encountered:
I think it's option b, I've checked headers and
b
cf-cache-status: DYNAMIC x-vercel-cache: HIT
perhaps there should be some cache invalidation logic when publishing a new area? I believe this is the relevant docs https://nextjs.org/docs/app/api-reference/functions/revalidatePath
Sorry, something went wrong.
I think it's option b, I've checked headers and cf-cache-status: DYNAMIC x-vercel-cache: HIT perhaps there should be some cache invalidation logic when publishing a new area? I believe this is the relevant docs https://nextjs.org/docs/app/api-reference/functions/revalidatePath
We're calling a custom function to revalidatePath after every update. Maybe it doesn't get called in this case?
No branches or pull requests
Steps to Reproduce
I believe 2 changes contribute to the caching issue:
a. we recently made an adjustment to Cloudflare cache (turn on Proxy for openbeta.io)
b. longer area page cache https://github.com/OpenBeta/open-tacos/pull/1234/files#diff-95ae8c28eafa1b51054aba9cd1574da984871e3fb0c47e615a4ea5da78231e35
The text was updated successfully, but these errors were encountered: