-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bug 🐛Issue concerns a bug.Issue concerns a bug.level 1 ❕A bug that caused minor damage: App is still usable, but minor features might not work.A bug that caused minor damage: App is still usable, but minor features might not work.
Description
Current behavior
When adding a storage a second time that you have unlinked before, will throw the following error:
This only happens when the storage has folders with notes in them but does not happen when the storage is empty or when the storage has empty folders.
This is error is also thrown when loading Boostnote for the first time:
C:\Users\{Username}\Boostnote\notes doesn't exist
resolveStorageNotes
When a storage is added with a folder and a note for the first time, it throws the following error:
{Storage Location}\notes doesn't exist
resolveStorageNotes..
Attachment folder ("{Storage Location}\attachments\49b4041a-fe96-4cdf-bb6b-621bd6adcf84") did not exist...
Expected behavior
It shouldn't throw an error after adding a storage that you have unlinked before.
Steps to reproduce
- Add a new storage
- Add a Folder to the new storage
- Add a note to that folder you just created in the new storage
- Unlink the new storage
- Add the new storage again
- Unlink it again
Environment
- Version : v0.11.15
- OS Version and name : Windows 10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug 🐛Issue concerns a bug.Issue concerns a bug.level 1 ❕A bug that caused minor damage: App is still usable, but minor features might not work.A bug that caused minor damage: App is still usable, but minor features might not work.

