Documents don't get stored back to Nextcloud
See original GitHub issueHey, I upgraded yesterday to the latest Onlyoffice documentserver version 5.0.3. But I guess I also experienced this bug in earlier versions so this is not a regression. Changes in the document are present but they don’t get stored on Nextcloud. The newly created document there remains empty. Unforatunately, the interface doesn’t inform the user that something went wrong. It displays the file as saved. In the network activity log of my browser I notice this unfinished request:
Get: https://office.example.com/users/sign_in
Host: office.example.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0
Accept: */*
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br
Referer: https://office.example.com/web-apps/apps/documenteditor/main/index.html?_dc=0&lang=en&customer=ONLYOFFICE&frameEditorId=iframeEditor
Cookie: _ga=GA1.2.28880319.1502505349; _gitlab_session=c00707e8509c07dba8a1c67a9a5851d8
DNT: 1
Connection: keep-alive
The request returns 404.
I’m a bit confused because /users/sign_in
seems to refer to my Gitlab instance I also host on the domain.
Is there any way to debug this issue further?
Best regards, Jonas
Issue Analytics
- State:
- Created 6 years ago
- Comments:15 (5 by maintainers)
Top Results From Across the Web
Onlyoffice documents not saved in NextCloud
I recently install onlyoffice with onlyoffice and document server ... This app is basically broken and should not be used, it does not...
Read more >Documents not being saved when editing. Nextcloud 18
It looks like that the edited file doesn't get replicated back to nextcloud. In my case I see the changes if I open...
Read more >Onlyoffice do not write back to nextcloud
If you know the Documents which were not saved back to Nextcloud you can simply open the documents again and use “File” ->...
Read more >SMB - Lots of missing files - ℹ️ Support - Nextcloud community
I have used SMB via External Storage for well over a year without issue. I recently did a lot of sorting and so...
Read more >Restore with database dump but missing files - ℹ️ Support
You won't get any files back by restoring the database, because it only holds the meta data of the files. I'm sorry, but...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@alexanderonlyoffice: Yes I build it myself. It’s from my ArchLinux package here https://aur.archlinux.org/packages/onlyoffice-documentserver/ which is using this buildscript https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=onlyoffice-documentserver . Therefore I took the Document Server version from this repo https://github.com/ONLYOFFICE/DocumentServer/releases What’s the best practice to debug this error? Are there any error logs or debug log levels I can check? I also noticed an other error while trying to upload a file to the document server integration example (https://github.com/ONLYOFFICE/document-server-integration):
ps. We can meet up if you’re on the Chaos Communication Congress in Leipzig (Germany) 😃
edit: I set log level to DEBUG and have additional output concerning the Nextcloud app:
Problem is fixed in the latest Onlyoffice release. Further I build v8 with clang now 👍