ONLYOFFICE / DocumentServer

ONLYOFFICE Docs is a free collaborative online office suite comprising viewers and editors for texts, spreadsheets and presentations, forms and PDF, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
https://www.onlyoffice.com
GNU Affero General Public License v3.0
4.75k stars 1.08k forks source link

"Cannot find module './editorDataRedis' " in err.log #2647

Closed mingpen closed 2 months ago

mingpen commented 6 months ago

This issue is unique.

Operating System of DocumentServer

Linux (DEB package)

Version information

8.0.0

Expected Behavior

start process successfully when using the program which is builded from open source by ourself.

Actual Behavior

can not location editorDataRedis.js file which is listed in https://github.com/ONLYOFFICE/server/blob/master/DocService/package.json#L52

pkg/prelude/bootstrap.js:1872 throw error; ^

Error: Cannot find module './editorDataRedis' Require stack:

Reproduction Steps

  1. clone open source
  2. build
  3. edit conf with redis & run process

Additional information

No response

igwyd commented 3 months ago

Hello @mingpen, sorry for the late reply. Did you use this build_tools compilation manual?

Rita-Bubnova commented 2 months ago

This issue was closed due no response.

mingpen commented 2 weeks ago

Hello @mingpen, sorry for the late reply. Did you use this build_tools compilation manual?

https://github.com/ONLYOFFICE/build_tools/issues/873