You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same problem especially people on iOS Safari.
My current solution is saving a version string on database. I have app_settings to store the version, add one field into your users table.
Everytime the app opens you should fetch the app_settings and compare to what the user have if its not equal in the same get request update the user's version and in response force to reload the app.
I know you'll spend one get request from DB but you will be assured it will force to reload and get the updated files of your app.
the package is amazing, however, I am ecountering a lot of issues anytime I update the front-end
The text was updated successfully, but these errors were encountered: