-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Error "Unkown Sync Error: Invalid Ref Given" #3661
Comments
Thank you very much for opening up this issue! I am currently a bit overwhelmed by the many requests that arrive each week, so please forgive me, if I fail to respond personally. I am still very likely to at least skim read your request and I'll probably try to fix all (real) bugs if possible and I will likely review every single PR being made (please, give me a heads up if you intent to do so) and I will try to work on popular requests (please upvote via thumbs up on the original issue) whenever possible, but trying to respond to every single issue over the last years has been kind of draining and I need to adjust my approach for this project to remain fun for me and to make any progress with actually coding new stuff. Thanks for your understanding! |
Hello there iwannet! 👋 Thank you and congratulations 🎉 for opening your very first issue in this project! 💖 In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀 For more open ended discussions and/or specific questions, please visit the discussions page. 💖 |
The mobile app seems to sync now, but the desktop and web app still dont sync. |
Your Environment
Expected Behavior
It should just sync
Current Behavior
It gives shows the error: "Unkown Sync Error: Invalid Ref Given"
And this is shown in the console:
__error during sync__ sync-provider.service.ts:151 Error: Invalid rev given at e._isSameRev (sync-provider.service.ts:991:13) at e.<anonymous> (sync-provider.service.ts:248:21) at Generator.next (<anonymous>) at o (main-NXLWF7RN.js:1:1821) at a.invoke (zone.js:331:158) at Object.onInvoke (core.mjs:7029:25) at a.invoke (zone.js:331:46) at b.run (zone.js:111:37) at zone.js:2366:30 at a.invokeTask (zone.js:356:171)
Steps to Reproduce (for bugs)
Can you reproduce this reliably?
I can keep reproducing this error, even after removing and installing the applications again.
I dont want to reset the data already on the webdav, because then i'll lose my todo's
Console Output
__error during sync__ sync-provider.service.ts:151 Error: Invalid rev given at e._isSameRev (sync-provider.service.ts:991:13) at e.<anonymous> (sync-provider.service.ts:248:21) at Generator.next (<anonymous>) at o (main-NXLWF7RN.js:1:1821) at a.invoke (zone.js:331:158) at Object.onInvoke (core.mjs:7029:25) at a.invoke (zone.js:331:46) at b.run (zone.js:111:37) at zone.js:2366:30 at a.invokeTask (zone.js:356:171)
The text was updated successfully, but these errors were encountered: