I destroyed a previous site and removed my domain from that app. Then I created a new app and defined the same domain for that app at Digital Ocean.
When I access the domain, the old site keeps showing up, cached from Cloudflare. But when I access the Digital Ocean default url, it shows the right version of my site I just deployed, as it should be.
How can I clear Cloudflare that’s being hit.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Heya,
The issue you’re experiencing is likely due to caching in Cloudflare. When you make changes to your site or its underlying infrastructure, Cloudflare may still serve the old cached version of your site.
You can also enable Development Mode to bypass the cache temporarily while you make changes.
Caching
section in the sidebar.Configuration
tab.Development Mode
switch to ON.Hope that this helps!