Impacted feature
- Document editor - Unable to save changes made to documents in a release
- Browser API - Unable to fetch the updates made to a document in a release
What steps have you taken to resolve this issue already?
- Create a new release every time something is changed on the document (even if the previous release is not published yet)
Errors
Trying to save the document in the editor gives error 504 and shows the following message
Your Role
Developer
Steps to reproduce
- Create a new document
- Edit and save as draft
- Add document to a new release
- Check the browser API to confirm the changes are reflecting
- Update the document in release
- Click on save button (Shows the error message mentioned above)
- The save button is disabled and the changes are saved
- Query the document again from the browser API and the document is still showing the old content