Hi everyone,
I’m facing a critical issue with the OnlyOffice connector in a fresh installation of Nextcloud AIO (Docker), without restoring any data or previous apps.
Environment
- Platform: Synology NAS DS920+ (DSM 7.2)
- Setup:
- Clean install of Nextcloud AIO
- Standalone container of
onlyoffice/documentserver:latest
via Portainer - Reverse proxy configured via DSM with a valid Let’s Encrypt certificate
- Public domain:
https://office.lann.es
- Connection: via public HTTPS only
- JWT Secret: identical on both sides (env var + UI input)
What works
- Access to
https://office.lann.es
works from any browser /healthcheck
returnstrue
- TLS certificate is valid and trusted
- The DocumentServer container runs fine
- This exact setup used to work flawlessly before reinstall
The problem
- In the Nextcloud UI > OnlyOffice settings:
- The form hangs on “Saving settings…” endlessly
- No network request is made (checked via dev tools)
- The connector never activates
Already tested (and ruled out)
Test | Result |
---|---|
Reinstalling Docker + AIO + DocumentServer | ![]() |
Changing JWT format (with/without quotes) | ![]() |
Internal Docker network linking (e.g. documentserver:80 ) |
![]() |
HTTP instead of HTTPS | ![]() |
Self-signed certs | ![]() |
Disabling EditorsCheck cron job | ![]() |
Related GitHub issue
Looking for anyone who:
- Has faced the same issue with a clean AIO setup
- Successfully uses OnlyOffice in AIO via external public HTTPS
- Can confirm or deny whether this is a recent regression
Thanks in advance for your help!
— Pierre
GitHub: @PierreLga456