Laverna / laverna

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
https://laverna.cc/index.html
Mozilla Public License 2.0
9.2k stars 802 forks source link

Cannot setup Dropbox on Firefox after update #466

Open claell opened 8 years ago

claell commented 8 years ago

I used indexedDB.deleteDatabase('notes-db'); in the latest Laverna version and cleared the offline storage in the browser settings. After that I reloaded the page https://laverna.cc/app I set up Laverna and select to use Dropbox for syncing. Unfortunately I don't get a login window after reloading.

wwebfor commented 8 years ago

I think it is happening because your Dropbox token was cached in localStorage. Please, try to execute localStorage.clear() in Developer Tools console.

claell commented 8 years ago

Works, thank you for the fast support. Is this an issue of Laverna or can this be closed?

wwebfor commented 8 years ago

I am not sure. I guess we need to add a mechanism to clear everything and start anew in order to avoid such a bug in the future.

claell commented 8 years ago

Alright.