I cannot Edit files with Onlyoffice and Nextcloud 12 and Onlyoffice App 1.0.5
See original GitHub issueHi
Since many hours, im trying to get onlyoffice working with nextcloud. I have onlyoffice running as a docker container on port -p 444:443
I also run an apache as reverse proxy.
here is my configuration:
` <VirtualHost *:443>
LoadModule setenvif_module modules/mod_setenvif.so
ServerName abc.domain.com
SSLEngine On
SSLProxyEngine On
ProxyPreserveHost On
ProxyRequests Off
SSLProxyCheckPeerCN off
SSLProxyCheckPeerExpire off
SSLInsecureRenegotiation on
SSLProxyVerify none
SSLVerifyClient none
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM
SSLCertificateFile /etc/letsencrypt/live/abc.domain.com/fullchain.pem
SSLCertificateChainFile /etc/letsencrypt/live/abc.domain.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/abc.domain.com/privkey.pem
SSLProxyCheckPeerName off
#RequestHeader unset Accept-Encoding
#ProxyPass / https://192.168.50.20:444/
#ProxyPassReverse / https://192.168.50.20:444/
RequestHeader setifempty X-Forwarded-Proto https
ProxyAddHeaders Off
ProxyPassMatch (.*)(\/websocket)$ "wss://192.168.50.20/$1$2"
RequestHeader unset Accept-Encoding
ProxyPass / https://192.168.50.20:444/
ProxyPassReverse / https://192.168.50.20:444/
#ProxyPass "/websocket" "ws://192.168.50.20:444/websocket"
#ProxyPassReverse "/websocket" "ws://192.168.50.20:444/websocket"
<proxy *>
AddDefaultCharset off
Order Allow,Deny
Allow from all
</proxy>
</VirtualHost>
`
Unfortunately, i alway get the following image:
I defenitley dont havy any more ideas. I would be very happy if someone could help me.
Thank you.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:20 (8 by maintainers)
Top Results From Across the Web
Cannot edit word(docx) files on onlyoffice
Hi, I'm using Onlyoffice 6.3.1.32 & Nextcloud 22.2.3 without issue. I did a clean install of Onlyoffice 7.0.0-132 amd64 docker version on ...
Read more >Unable to create new or edit files in Nextcloud with OO - Docs
I've installed the documentserver container separately from Nextcloud (also in a container). Nextcloud OO connector is version 7.3.0. All ...
Read more >Working real time doesn't work? - Cloud - ONLYOFFICE forum
Hello everyone, Today it is about only only (C.-Edion) We have a problem that live mode no longer works. It shows that two...
Read more >Cannot use hotkey Ctrl + C or Ctrl + V when edit shared files ...
We have released a new version of the connector app v.7.6.8 for Nextcloud 25 and v.7.5.8 for Nextcloud 24. https://apps.nextcloud.com/apps/onlyoffice. Please ...
Read more >How to co-edit documents in your Nextcloud app for Android ...
Hi Matthias! To be able to edit docs in your Nextcloud app for Android with ONLYOFFICE editors you need Nextcloud 18 + v.3.10.0...
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
If I set the secret to default (“secret” in default.json and empty in the Nextcloud app), then everything works well. After inserting my own secret again the error shown above comes back.
As a workaround I removed the secret key and put an ipfilter for my domain into the default.json file to protect the documentserver from unautorized use. This works, but it is just a workaround.
This issue was closed due to no response.