Jonas
Jonas
This is an issue in the Text app and already tracked here: https://github.com/nextcloud/text/issues/5736 Closing as duplicate.
I just ran into the same issue by deleting a board via the Deck Android app. My whole Nextcloud was broken afterwards for this particular user - every request resulted...
Fixed by https://github.com/nextcloud/text/pull/5929
/backport to stable28
I recently encountered this as well (on 27.1.6). Unfortunately I didn't have time to debug in that very moment. In case it happens again, probably a backup of the steps...
This should hopefully be fixed now with all the pieces from https://github.com/nextcloud/text/issues/5476#issuecomment-2010155145
Related bugreport in Collectives: https://github.com/nextcloud/collectives/issues/1270
@max-nextcloud: how would 1. be triggered? In other words: when exactly would client (A) send the full current yjs state? When it thinks it's out of sync? Or when it's...
This morning, @juliushaertl and me went through the code and identified two more potential causes for problems: 1. There's a possibility for a race condition in `DocumentService->addStep()`. First we get...