So I installed the onlyoffice at the server now it is running at http://ip/welcome. In the project I am using onlyoffice to open the document stored in the supabase storage then edit it as it autosaves it should call the endpoint made by me whenever the autosave is done and according to my endpoint save it back to the supabase storage but the autosave is not even triggering the endpoint am I missing something that I should know to make my endpoint appropriately called when autosave is done
Hello,
The saving process should be configured according to this guide:
The storage that you built should be accessible from the machine with Document Server installed, callback handler should be configured correctly
You can also check how it’s implemented on the Document Server example page: http://<documentserver_url>/example
What specific errors are you currently facing?
Please provide a screenshot of the error shown in the editor.
Also, what type of Document Server installation are you using (Docker, deb/rpm, Windows Server)?
What is the operating system on which Document Server is installed?
Full Document Server logs would be needed as well (/var/log/onlyoffice/documentserver - for Docker inside the container)