text
text copied to clipboard
Only return and handle 409 responses during save requests
Describe the bug We currently also return and handle 409 responses during sync requests. This leads to two possible scenarios that can create such responses. In addition the 409 will always include both - the sync data and the updated content of the file. This is send again and again.
To Reproduce Steps to reproduce the behavior:
- Open a file, create some versions, save the file
- keep editing and revert to a previous version
- See a conflict dialogue right away and inspect the network tab
- See ongoing 409 responses to sync requests.
Expected behavior Only see 409 responses to save requests.
Screenshots and logs Will be added later.