Do you want to: Suggest a feature / Report a bug / Ask a how-to question
For feature suggestions, describe the result you would like to achieve in detail:
For bug reports, provide the steps to reproduce and if possible a minimal demo of the problem:
I installed community version in my own server, everythin working but i lost the control panel . when i try to access control panel i got the homepage
Community Server/Control Panel version: 12.5.2.1848
Type of installation of Workspace (docker, deb/rpm, exe)
OS: ubuntu 22.10
Browser version: google chrome
Thank you for the info.
Can you please provide logs of Community Server and Control Panel for analysis? Logs are located in /var/log/onlyoffice/CommunityServer and /var/log/onlyoffice/ControlPanel respectively.
Additionally, please check if editing of documents works, i.e. just open any document and try to edit it. Let me know the result.
Thank you for the logs.
It seems that Control Panel cannot access Community Server. Please specify some additional information to get better understanding:
whether you changed default port (80) when installed Workspace;
if any proxy is used in your environment;
if there is localhost in /etc/hosts exists.
Additionally, please execute curl http://localhost and share the output.
Got it, thank you.
Please execute this command from the terminal of the server where Workspace is installed:
curl http://localhost/api/2.0/portal.json
Also, after that add /api/2.0/portal.json part to the address of your portal and check what it returns in the browser. After that please share both outputs.
Since there is one component is not updated, please run a test and update your portal to all actual versions. To update existing ONLYOFFICE Workspace components using DEB packages use command:
bash install-Debian.sh -u true -it WORKSPACE
I’d recommend preparing whole server backup before running through updating process.
By the way, is it possible to provide us an access to your machine to analyze the issue?
To make it run proreplly we changed localhost to 127.0.0.1 in production.json config of Control Panel located in /var/www/onlyoffice/controlpanel/www/config to avoid usage of IPv6 localhost which is ::1:80 like that: