And this is what another part of their site points to solve the issue but I donât quite understand it.
The editor is loaded with the âThe document could not be savedâ message.
The document editing service cannot connect to the document storage service at the editorConfig.callbackUrl address.
Check if the Callback handler is working correctly. The document storage service must return {âerrorâ: 0} in response.
Error in NextCloud Logs:
Error onlyoffice CommandRequest on check error: Error occurred in the document service: Error while downloading the document file to be converted. 2017-08-28T02:59:41+1000
Has anyone else had this issue and resolved it? @JasonBayton
Could this be linked to this former issue somehow? However, NC 12.0.2 and Collabora Office 2.1.3 with active Collabora Online 1.12.34 App are providing the service as appropriate now. @TP75
After disabling Collabora this error screen did not appear when trying to open the document, I was back to the same error as in the last image I posted. @TP75
Edit: Im only running nextcloud on the localhost, I havenât yet setup external access, but I setup collabora server in docker as well as well as onlyoffice document server and I just get error you see above.
The first issue that you have described is that the Document Server cannot access Nextcloud and download the file from the storage.
One of the possible solutions for CentOS and derivatives is the firewall exception:
(do not forget to change the port) sudo firewall-cmd --zone=public --add-port=80/tcp --permanent sudo firewall-cmd --reload
Also you could try to download the latest version of our connector. It was released few days ago. Unpack it to the /nextcloud/apps/onlyoffice/ => open the NextCloud config file /nextcloud/config/config.php => and add a section to it:
The second issue is connected with the Collabora Online plugin. The Collabora Online plugin works incorrectly and prevents our editors from being started by default. Please turn off the Collabora Online plugin to use ONLYOFFICE by default.
I have the same issue with a docker installation of both Nextcloud and Onlyoffice on the same Ubuntu 16.04.3 server. I have installed the latest apps version of Onlyoffice, and added the âverify_peer_offâ=> true, but the issue persists. What did happen for me, however, is I lost the Nextcloud logo on both the log-in page and on the menu bar at the top left hand corner.
Has any solution been found with this error message in a docker installation?
Everything works very well. Except when I want to open a document I get a warning âThe document could not be savedâŚâ. The document is visible behind the warning. I clic OK. I am then presented to a menu saying Download and I have 4 icons for different fileformat. If I choose a fileformat I am offered to save the file to my local HDD. I do not want that and press cancel. Then I can view and edit the document. And I can save it.
If I clic OK on the warning and instead och choosing the fileformat clic on Save, I get immediately to the open document. I can edit and save.
Or I can choose âClose menuâ with same result - the document is open and can be edited and saved by the âdiscette-iconâ.