mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #661] Sync Error. Failed to Sync Storage #348
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#348
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shmebulock84 on GitHub (Oct 28, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/661
I have only recently installed Boost Note and am using it for the past three days. I have installed the Windows Desktop App and the Mobile App for Android. Until this afternoon, synchronization between the two apps worked flawlessly. But for the past few hours, syncing seems to have stopped. When I press on the sync symbol to manually sync my notes, I receive an error message in the Windows app, reading: "Sync Error. Failed to sync the storage. Please check Dev Tool's console to learn more information". Checking Dev Tool's Console produces the following error messages:

I have restarted the Windows app. The issue remains.
Current behavior
Automatic syncing stopped.
Manual syncing gives error message.
Expected behavior
Automatic syncing should work.
Manual syncing should not give an error message.
Steps to reproduce
See my explanation above.
Environment
Desktop/Web
@shmebulock84 commented on GitHub (Oct 30, 2020):
I have updated Boost Note to version 0.10.1 but the issue remains, with the same error messages.
@shmebulock84 commented on GitHub (Nov 5, 2020):
After reinstalling the Windows app with no apparent improvements concerning my issue, I switched to the web app. For a few hours syncing between the web app and the Android app worked neatly. Then again, syncing stopped with the same errors as in the Windows app before.
@shmebulock84 commented on GitHub (Nov 5, 2020):
As syncing was too unreliable for unknown reasons, I felt forced to look for an alternative solution.
@Flexo013 commented on GitHub (Nov 8, 2020):
This is real strange. @Rokt33r do you have any idea what could be causing this?
@Rokt33r commented on GitHub (Nov 21, 2020):
@gargatsh Could you check Network section of the dev tool and check the http request's request body size? I'm suspecting you've attached some very big files.
@mokeyish commented on GitHub (Nov 21, 2020):
@Rokt33r How to measure request body? It seems to upload everything in my local everytime.
@shmebulock84 commented on GitHub (Nov 23, 2020):
I had attached four images to my notes that did not exceed several MBs. Interestingly, after deleting them, the syncing went back to normal. Here is the requested screenshot of the network section of the dev tool.
@mokeyish commented on GitHub (Nov 23, 2020):
@gargatsh
due to
client_max_body_sizein nginx ,stackoverflow@chrisgoffinet commented on GitHub (Nov 25, 2020):
i just ran into this issue as well. sure enough after checking dev tools, the POST of the body is a little over 1mb
@Rokt33r commented on GitHub (Aug 20, 2021):
Closed since the legacy cloud space has been deprecated.