Caching Issues 2

What is the error number?

Error 1020

What is the error message?

Access Denied

What is the issue you’re encountering

I’m encountering caching issues where dynamic content is being cached incorrectly. Users are receiving outdated versions of pages, and some are facing Error 1020: Access Denied when trying to access certain features.

What steps have you taken to resolve the issue?

I have tried the following steps:

Purged the cache in Cloudflare.
Reviewed and adjusted the cache settings to ensure dynamic content is not cached.
Checked firewall rules to see if they are blocking legitimate traffic.
Cleared my local browser cache to rule out any local caching issues.

What are the steps to reproduce the issue?

Try accessing updated content or downloading the latest APK files.
Observe that some users receive outdated information or encounter Error 1020.

Hi there,

When the response header named cf-cache-status has the value DYNAMIC, it means the asset is not being cached and is being fetched directly from the origin.

So if this is indeed a caching issue please check if there is any caching being done at the origin.

Take care.

1 Like

This topic was automatically closed after 15 days. New replies are no longer allowed.