i actually had deleted the wallet and attempted fresh import.
tried this on both chromium and firefox.
There's also a shared database which is what's being loaded when it says "AddressIndex load xx". To clear that one as well, open the dev console in your browser and type this:
iDB.root.deleteDatabase(true)
That will clear that database as well, which will hopefully solve your issue. This did not clear any accounts that were already in my wallet so it should be safe but if there are keys or accounts you haven't backed up in your wallets you should probably do so first.
Edit: Forgot one thing that happened to, the Wallet Management page was acting like I had no wallet after doing the above. In order to set the wallet, you can use this command:
iDB.root.setProperty("current_wallet", "default")