Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] Action required: clear your localStorage

This is of interest to anyone who's pulling the Orion client code from Git.

I released a change last night that may require clearing and refreshing your browser's local storage.

If you find that the Orion Navigator won't load after you log in, do this:

1. Open your local Orion server in your browser.
2. Open a Firebug (or WebKit Inspector) debug console.
3. Type
      localStorage.clear()
  into the console and press Enter.

4. Reload your server root (eg. http://localhost:8080/) and the navigator should work again.

Sorry for the inconvenience.

Mark


Back to the top