When I open the page, it shows The file cannot be accessed right now .
For bug reports, provide the steps to reproduce and if possible a minimal demo of the problem.
Document Server version:8.2.0
Type of installation of the Document Server (docker, deb/rpm, exe, please point us to the installation guide that you used as well):Docker
OS: Windows 11
Browser version: Microsoft Edge 128.0.2739.54
Hello,
First of all, please avoid using localhost (provide server’s IP address instead) for url as Docker container has its own localhost.
Also, I can see that it seems you are trying to use Document Server on Windows 11, Windows 11 is not supported. Please refer to our installation requirements here: Installation Guides - Docs Community Edition - ONLYOFFICE (you can install it either on a Linux-based machine by means of rpm/deb package installation/Docker installation or on Windows Server)
If it does not help, please provide Document Server logs: /var/log/onlyoffice/documentserver (inside the container)
Thanks ,I installed Document Server using Docker on a Windows 11 system. I used the command docker run - i - t - d - p 80:80-- restart=all days - e JW_SECRET=my_jwt_decret office/document server. Is this deployment method supported ?
No, this deployment method is not currently supported, please check out the requirements for Linux, Docker, Windows Server installation by following the above-provided link