Hi All,
In addition to placing my Ionic app on the App Store, I am also hosting it on a web server. However, I am unsure whether the issue I’m experiencing is related to the web server or if something can be done in Ionic to expedite loading on the web server.
One issue I noticed is that when I upload the www
folder to the web server, I need to clear my PC cache and internet files every time; otherwise, the updated app does not appear, and the previous version is still loaded.
I believe this is related to caching, either on the server or in the browser. If it’s a browser issue, we can’t expect all users to clear their cache manually every time we make an update. It seems that the browser does not recognize the changes.
Is there something we can do, such as adding a tag to each page, to ensure that browsers acknowledge updates and always download the latest version?
Looking forward to your suggestions.
3 posts - 2 participants