question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I cannot Edit files with Onlyoffice and Nextcloud 12 and Onlyoffice App 1.0.5

See original GitHub issue

Hi

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:

0ad06d52-0572-11e7-896b-cb4151085262

I defenitley dont havy any more ideas. I would be very happy if someone could help me.

Thank you.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:4
  • Comments:20 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
e-alfredcommented, Jun 12, 2017

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.

0reactions
LinneyScommented, Dec 12, 2018

This issue was closed due to no response.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found