How to Sync Local Storage Across Tabs

  • I am implementing Logout functionality by clearing token in localStorage, but there is a problem to do after clearing it asynchronously for multiple tabs on the same browser ?
  • I try use window.Evenhandler but retool not use because sanbox.
    Please help me resolved it, thank you so much

Unfortunately, this is not possible.
Your case is similar to mine, and Retool doesn't support that.

It should be cleared, but the page would need to refresh for Retool to figure that out (and you cannot force other tabs to refresh unfortunatley)