I have an app with different domains associates. In one of them I can see that rendered with a cache. My devs developed an feature to avoid the cache (https://nextjs.org/docs/going-to-production) but dont working.
Doing research the response I saw that the cache is of cloudflare and all apps in digital ocean have by default an CDN with cloudflare.
I need purge the cache. How can do?
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hello @joseberrios
You can temporarily turn on the Developer mode to check if Cloudflare’s cache causes the issue.
For a permanent stop, you can create a Page rule, e.g cache level - bypass.
Regards