Prompt users to reload application to new version
Unanswered
American Sable posted this in #help-forum
American SableOP
Hey folks, I have a NextJS Page Router application in which I need to prompt users to reload the application to get the latest version of the application after a new release. What is the best way to achieve this?
1 Reply
Toyger
you need some external source where you'll store last version of app, and your app will check it on start for example, if they are not equal then show message or redirect to route or whatever you want to inform user about update.