ONLYOFFICE / Docker-DocumentServer

ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
GNU Affero General Public License v3.0
1.37k stars 470 forks source link

Cannot GET /Products/Files/ #720

Closed alexdedyura closed 5 months ago

alexdedyura commented 5 months ago

I get this error "Cannot GET /Products/Files/

I get this error when I deploy the server and try to log in through the desktop application. The logs are clean, there are no errors.

DocumentServer: 8.0.1 OS: Ubuntu Server 22.04 Docker: 25.0.4, build 1a576c5

I deployed it with this command (sudo docker run -i -t -d -p 80:80 --restart=always -e JWT_SECRET=my_jwt_secret onlyoffice/documentserver), as well as through docker-compose

Log:

  • Starting PostgreSQL 14 database server [ OK ]
  • Starting RabbitMQ Messaging Server rabbitmq-server [ OK ] psql:/var/www/onlyoffice/documentserver/server/schema/postgresql/removetbl.sql:4: NOTICE: table "doc_callbacks" does not exist, skipping psql:/var/www/onlyoffice/documentserver/server/schema/postgresql/removetbl.sql:9: NOTICE: function merge_db(pg_catalog.varchar,int2,int8,pg_catalog.timestamp,pg_catalog.varchar,int8,int8) does not exist, skipping psql:/var/www/onlyoffice/documentserver/server/schema/postgresql/removetbl.sql:10: NOTICE: function merge_db(pg_catalog.varchar,int2,int4,pg_catalog.timestamp,pg_catalog.varchar,int4,int4) does not exist, skipping psql:/var/www/onlyoffice/documentserver/server/schema/postgresql/removetbl.sql:11: NOTICE: function merge_db(pg_catalog.varchar,int2,int4,pg_catalog.timestamp,int4,int4,text,text) does not exist, skipping Starting supervisor: supervisord.
  • Starting periodic command scheduler cron [ OK ]
  • Starting nginx nginx [ OK ] Generating AllFonts.js, please wait...Done
igwyd commented 5 months ago

Hello, do you trying to connect with ONLYOFFICE Desktop to the documentserver, right? If it is true, then you made mistake. "Connect to cloud" option in the ONLYOFFICE Desktop allows connect to cloud service such as DocSpace etc, not documentserver, https://helpcenter.onlyoffice.com/installation/desktop-connect-saas.aspx

alexdedyura commented 5 months ago

Спасибо большое, не знал.