Can't open Browser after update: Uncaught TypeError: state.localIdentities.slice is not a function

I just upgraded the app in MacOS, and I get a blank page & the following error in the Chrome dev console:

Uncaught TypeError: state.localIdentities.slice is not a function
    at IdentityReducer (main.js:14479)
    at combination (main.js:192691)
    at combination (main.js:192691)
    at RootReducer (main.js:15841)
    at computeNextEntry (main.js:189983)
    at recomputeStates (main.js:190017)
    at main.js:190401
    at dispatch (main.js:192917)
    at createStore (main.js:192992)
    at main.js:192353
IdentityReducer @ main.js:14479
combination @ main.js:192691
combination @ main.js:192691
RootReducer @ main.js:15841
computeNextEntry @ main.js:189983
recomputeStates @ main.js:190017
(anonymous) @ main.js:190401
dispatch @ main.js:192917
createStore @ main.js:192992
(anonymous) @ main.js:192353
(anonymous) @ main.js:190509
(anonymous) @ main.js:192485
configureStore @ main.js:15677
(anonymous) @ main.js:5734
require.43../routes @ main.js:5765
s @ main.js:1
e @ main.js:1
(anonymous) @ main.js:1 

Already tried hard refreshing & clearing cache in Chrome.

Any ideas?

Hey @benoror, can you try the following?

  • Install the latest browser from here: https://blockstack.org/install
  • Clear out your localStorage
  • Re-enter your account backup phrase when you launch the browser

That did the trick, thanks @jude!