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
Currently users have to clear their local storage to update it to the latest data. There should be some cache busting code implemented on the frontend (get unique hash from server and compare: if not equal overwrite local storage) and backend (store unique hash and update it whenever the data that gets stored locally changes)
The text was updated successfully, but these errors were encountered:
Currently users have to clear their local storage to update it to the latest data. There should be some cache busting code implemented on the frontend (get unique hash from server and compare: if not equal overwrite local storage) and backend (store unique hash and update it whenever the data that gets stored locally changes)
The text was updated successfully, but these errors were encountered: