I have a static website on app engine with 2 custom domains. It has been working for a long time and today one of the domains stopped purging the CDN cache when I re-deploy. I’ve tried to delete the app entirely and create a new one and it still has the cache of the old app :|
How do I fix this?
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.
Hey @thorvarium,
This is indeed quite strange. The only thing that I can think of that might be causing this issue is if you are using a wrong GitHub branch that contains an old version of your site.
I would recommend checking if this is the case, and if you are indeed using the correct branch, I would suggest reaching out to the DigitalOcean support team who will be more than happy to assist you with this issue!
Hope that helps!
- Bobby.
Heya, @thorvarium
This can be really annoying, I’ll also recommend you to check you branch and ensure it has the latest app file changes.
Other than that you can ensure that there is no local cache - browser, DNS cache if there were any DNS record changes and also CDN cache is fully cleared or CDN is temporary in development mode to ignore caching for this period of time.
Regards