Full Problem Description
I have deployed the community edition of ONLYOFFICE on a Windows Server environment, with the following setup:
-
Changed ONLYOFFICE’s default port from
80to88 -
Opened port
88for public access -
Mapped the server’s internal IP to a public IP address
-
The ONLYOFFICE example page loads successfully from the external network
However, I am encountering two critical issues:
-
When editing documents in ONLYOFFICE, I receive the following errors:
-
A warning that the document could not be saved, prompting me to download the file
-
A subsequent error stating that the download failed, forcing me to close the editor
-
-
My Tomcat web application (hosted on the same server as ONLYOFFICE, with its own port also mapped to the public network and accessible externally) cannot make successful API calls to ONLYOFFICE.
I would appreciate any guidance on resolving these connectivity and integration problems.