-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Port Number in JS Script Requests Causes Access Failure #1047
Comments
Hello, Alternatively, you could try specifying the correct Nextcloud address in the "Advanced server settings" section of the ONLYOFFICE connector's settings. |
Hello, I carefully checked the request, which originates from the WebSocket ( [
"message",
{
"type": "documentOpen",
"data": {
"type": "open",
"status": "ok",
"data": {
"Editor.bin": "https://A/onlyoffice/.../&filename=Editor.bin"
},
"openedAt": 1736125745656
}
}
]
FindingsUpon further investigation, I checked the following file: [utils.js line 747] Here are some relevant observations:
Questions
Thank you for your assistance! |
Hello, I encountered an issue where certain JS script requests fail due to the absence of the port number in the host address.
My Nextcloud host address is: https://A:3000/. However, after opening a new OnlyOffice file, I observed through the developer tools that the requested address is https://A/, which omits the port number. This mismatch causes an access failure and prevents the application from functioning correctly.
Could you please investigate and resolve this issue by ensuring the port number is included in the requested addresses? Thank you!
The text was updated successfully, but these errors were encountered: