Hey there,
I have just set up a Nexcloud Server as well as an Onlyoffice Documents Server in my Proxmox VE.
Both servers are running as expected.
Everything is running behind a Nginx Reverse Proxy.
To keep it simple let’s say the hostnames are as follows:
https://nextcloud.xyz.de
https://onlyoffice.xyz.de
So I have a DNS rewrite roule that points every *.xyz.de connection to the Nginx which resolves https://nextcloud.xyz.de
to the Nexcloud server IP with port 443 and https://onlyoffice.xyz.de
to the Onlyoffice Docs server IP with port 443.
I entered the server info in the Nextcould Administration section “ONLYOFFICE”. The token and secret are identical to the ones in the local.json on the Onlyoffice server.
When I click save, the check seems to pass and the settings are saved.
But when I now open the documents app and click on a document that should be edited with Onlyoffice, the browser will switch to Onlyoffice but the file cannot be downloaded:
Nexcloud Version: 31.0.1
Onlyoffice Documents Server Version: 8.3.1-25
Any suggestions?