Firefox: Uncaught TypeError: docInfo.put_CoEditingMode is not a function when trying to compile the web apps myself
Heath123 opened this issue · 2 comments
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
When I follow the instructions at https://github.com/ONLYOFFICE/build_tools/blob/master/develop/README.md to build just the web apps myself, I get this error when opening a document and it doesn't load:
However, it seems to work fine in Chromium.
I haven't (yet) tested this while running the server normally.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
- Clone the web-apps repo
- Clone the sdkjs repo
- Follow https://github.com/ONLYOFFICE/build_tools/blob/master/develop/README.md
- Do
sudo docker exec $(sudo docker ps -q) sudo supervisorctl start ds:example
- Go to
localhost
in Firefox and create a new document in the demo - Look at the console and see this error
What is the expected behavior?
It should open without an error
Did this work in previous versions of DocumentServer?
Not tested, personal.onlyoffice.com does work though
DocumentServer version:
Latest from Docker (7.1 I think)
Operating System:
Arch Linux
Browser version:
Firefox Developer Edition 101.0b9
I'm sorry, I've never checked this instruction so It may not work properly, and maybe not updated to latest version (Since it was update more than a year ago and we never confirm that it ready for some usage)
If the same error will reproduce in full source build (According to this) - I'll take a look
This issue was closed due to no response.