Having issues with deploying my VueJs
project, a web application built on the Metronic template and utilizes Vuetify components.
When publishing, I use Visual Studio Code with npm run build
and upload the contents of the dist folder to my server.
Encountering version check problems where some clients are unable to access the latest version without performing a hard reload (ctrl-shift-r
). Clients using Chrome in incognito mode have no issue, however users in normal mode receive an outdated version of the app. Looking for a solution either in the code or on the server-side. Any assistance would be greatly appreciated. Thank you.