Hello
i install onlyoffice-documentserver community follow this link (https://helpcenter.onlyoffice.com/insta ... index.aspx)
and download .Net (C#) example follow this link (https://api.onlyoffice.com/editors/example/csharp)
i use Web Server for Chrome browser to my folder (C:\Program Files\ONLYOFFICE\DocumentServer)
when i open xlsx file (http://localhost:52695/Editor?fileName=new.xlsx)
i get error Failed to load resource: GET http://127.0.0.1:8887/doc/-565400707/c/ ... 4065661595 404 (Not Found)
Please help me
Thanks
Failed to load resource: GET ./doc/-565400707/c/info?t=1614065661595 404 (Not Found)
Re: Failed to load resource: GET ./doc/-565400707/c/info?t=1614065661595 404 (Not Found)
Hello,
We recommend installing the Document Server to a clean server with no other software, especially web servers, installed. Document Server uses nginx as its web server. If you want the DS to be available behind your web server, you need to configure it properly. You can find configuration examples here:
https://github.com/ONLYOFFICE/document-server-proxy
We recommend installing the Document Server to a clean server with no other software, especially web servers, installed. Document Server uses nginx as its web server. If you want the DS to be available behind your web server, you need to configure it properly. You can find configuration examples here:
https://github.com/ONLYOFFICE/document-server-proxy
Re: Failed to load resource: GET ./doc/-565400707/c/info?t=1614065661595 404 (Not Found)
tks your answer
I have solved the problem
I stopped all server in IIS Manager and use http://localhost/
dont need Web Server for Chrome
I have solved the problem
I stopped all server in IIS Manager and use http://localhost/
dont need Web Server for Chrome
Re: Failed to load resource: GET ./doc/-565400707/c/info?t=1614065661595 404 (Not Found)
Hello,
I'm glad you've managed to solve the issue.
I'm glad you've managed to solve the issue.