-
Notifications
You must be signed in to change notification settings - Fork 2
Description
您好!
很感谢您开源了这个项目,我在成功运行它之后对文档的协同功能做了测试,环境如下:
1、我在 wsl 上运行了客户端 和 服务端,如下图片所示:
2、我在chrome浏览器 和 edge浏览器分别的登陆了不同的账号,如下图所示:
现象是,在进行文档协同编辑的时候,当一个用户进入文档后,另外一个用户就无法进入文档,出现前端异常报错,现象如下:
前端终端报错如下:
error - ReferenceError: document is not defined
at Object. (/home/pallowhang/code/Collaborative-Platform/client/node_modules/quill/dist/quill.js:7661:12)
at webpack_require (/home/pallowhang/code/Collaborative-Platform/client/node_modules/quill/dist/quill.js:36:30)
at Object. (/home/pallowhang/code/Collaborative-Platform/client/node_modules/quill/dist/quill.js:1030:1)
at webpack_require (/home/pallowhang/code/Collaborative-Platform/client/node_modules/quill/dist/quill.js:36:30)
at Object. (/home/pallowhang/code/Collaborative-Platform/client/node_modules/quill/dist/quill.js:5655:14)
at webpack_require (/home/pallowhang/code/Collaborative-Platform/client/node_modules/quill/dist/quill.js:36:30)
at Object. (/home/pallowhang/code/Collaborative-Platform/client/node_modules/quill/dist/quill.js:10045:13)
at webpack_require (/home/pallowhang/code/Collaborative-Platform/client/node_modules/quill/dist/quill.js:36:30)
at Object. (/home/pallowhang/code/Collaborative-Platform/client/node_modules/quill/dist/quill.js:11557:18)
at webpack_require (/home/pallowhang/code/Collaborative-Platform/client/node_modules/quill/dist/quill.js:36:30) {
page: '/clouddocument/collaboration/[id]'
}
最后,若您在百忙之中有空,能抽时间解答我的问题,我将非常感激!再次感谢您无私开源并分享这个项目,祝您工作顺利!🙏


