zotero / web-library

Other
145 stars 46 forks source link

When settings out of sync, reader complains about remote change #554

Closed tnajdek closed 4 months ago

tnajdek commented 4 months ago

I wasn't able to reproduce this but it seems that once server and client disagree on the latest version of the lastPageIndex, web library is unable to reconcile and will constantly display "library was modified remotely" error.

Most likely we discard the data we had but we don't fetch the up-to-date version so every time user scrolls, web library tries to PUT settings with version 0, which leads to server rejecting it and thus another error.

Needs investigating.

https://forums.zotero.org/discussion/comment/467931