-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not add storage #1871
Comments
Environment
|
Did your dropbox folder mount successfully? |
Hello. I am also seeing the same issue after updating to version 0.11.4. I am trying to add an existing Dropbox storage location. My environment
|
Hi. I'm seeing the same issue after updating to version 0.11.5. Dropbox is available and syncing. I can open the files in boostnote-mobile in other apps, but I can't add it to the Boostnote Mac app as storage and any folder that is added vanishes on restarting. This includes local folders which are not synced in any way. My environment: |
Hi @rdx565 Could you open developer tools (View -> Toggle Developer Tools) then switch to console tab, add the folder again, if you see any error logs, please paste it here. Thanks |
As requested: main.js:4005 Uncaught (in promise) TypeError: Cannot read property 'forEach' of undefined (anonymous) @ main.js:4005 |
I'm also experiencing this problem. All of my notes for several important meetings coming up are stored here, now I have no access to them. |
In desperate need of those notes, so I just went into if (!note.tags) { return; } |
@VizualAbstract's solution above worked for me. Many thanks. |
I had to add it in several other locations as well (within the same file), mostly anywhere |
This solution works, but has to be redone whenever the app updates, is an official solution possible? |
I had the same issue, but I noticed that if I deleted some of the notes I could add the storage, so I thought that there was a problem in some of the notes. I checked all of them and I found that one note had these contents: |
If this issue occurs again, then comment here and we will reopen this issue. |
For me happens every once in a while. And every time it happens I just need to delete the note that has |
@ismaeIfm When this occurs is it happening to a specific note? Is it large, small, or just random? Do you recover the contents of the lost note using Dropbox? Any other things that you have noticed that might help in pinning down the cause of this issue? |
Same here with a dropbox synced storage. Boostnote lost the storage and it cannot be re-added so it's not possible access my notes and content. Moving the content from the dropbox folder to a local folder outside the dropbox doesn't fix the problem. Error Message in Developer Tools when trying to re-add the storage:
Boostnote Version 0.11.15 |
fixed my problem. thanks @ismaeIfm |
@Flexo013 it seems to be a new random note every time. |
@ismaeIfm Hmmm, that will make it hard to find out what's causing this. Currently my best guess if some quirk in combination with how Dropbox updates/syncs files. |
@Flexo013 I have noticed when it happens and the thing is that this random note with content |
@ismaeIfm The iOS app is no longer supported. So any bugs caused by it will not be fixed. There are no plans for a mobile app for Boostnote. Boost Note.next does have a mobile version planned. |
Current behavior
After I reboot my mac this morning, the bootsNote did not load the local notes.
Then I open the preferences page, the storage is empty, and I can not add storage.
the
add
button on this page is invalid.The text was updated successfully, but these errors were encountered: