Container Error with Duplicated Space

#2
by malbano17 - opened

Hi,

When I try to duplicate this space, the container fails to run properly and throws this error

2023-11-15 04:47:17 [INFO]: Starting Flowise...
2023-11-15 04:47:17 [INFO]: โšก๏ธ [server]: Flowise Server is listening at 7860
2023-11-15 04:47:17 [INFO]: ๐Ÿ“ฆ [server]: Data Source has been initialized!
2023-11-15 04:47:19 [ERROR]: โŒ [server]: Error during Data Source initialization: Cannot find module '/usr/local/lib/node_modules/flowise/node_modules/@gomomento/sdk/dist/src/index.js'. Please verify that the package.json has a valid "main" entry
Error: Cannot find module '/usr/local/lib/node_modules/flowise/node_modules/@gomomento/sdk/dist/src/index.js'. Please verify that the package.json has a valid "main" entry
at tryPackage (node:internal/modules/cjs/loader:438:19)
at Module._findPath (node:internal/modules/cjs/loader:680:18)
at Module._resolveFilename (node:internal/modules/cjs/loader:1063:27)
at Module._load (node:internal/modules/cjs/loader:922:27)
at Module.require (node:internal/modules/cjs/loader:1143:19)
at require (node:internal/modules/cjs/helpers:119:18)
at Object. (/usr/local/lib/node_modules/flowise/node_modules/langchain/dist/cache/momento.cjs:5:15)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
at Module.load (node:internal/modules/cjs/loader:1119:32)

Do you have any ideas as to why this is occurring? I think this started happening a day ago.

Apologies if this is not the right way to get support on this issue, but this error seems to be specific to this space.

Sign up or log in to comment