You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default setup with zitadel. I'm getting a lot of spam in the log:
datalens-us | 2024-11-12 14:24:53,516 INFO exited: preflight (exit status 1; not expected)
datalens-us | 2024-11-12 14:24:54,518 INFO spawned: 'preflight' with pid 241
datalens-us | 2024-11-12 14:24:54,520 INFO success: preflight entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
datalens-us | 2024-11-12 14:24:55,217 INFO exited: preflight (exit status 1; not expected)
When I run the command '/bin/sh scripts/preflight.sh' from inside the container, I get the following output (maybe this might be the cause of the problem):
....
[14:26:42 UTC] INFO: AppConfig details
appName: "united-storage"
appEnv: "prod"
appInstallation: "opensource"
appDevMode: true
[14:26:42 UTC] INFO: Core-db is up and running!
node:internal/modules/cjs/loader:1228
throw err;
^
Error: Cannot find module 'source-map-support'
Require stack:
- /opt/app/dist/server/index.js
- /opt/app/dist/server/db/scripts/migrate.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
at Module._load (node:internal/modules/cjs/loader:1051:27)
at Module.require (node:internal/modules/cjs/loader:1311:19)
at require (node:internal/modules/helpers:179:18)
at Object.<anonymous> (/opt/app/dist/server/index.js:25:5)
at Module._compile (node:internal/modules/cjs/loader:1469:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
at Module.load (node:internal/modules/cjs/loader:1288:32)
at Module._load (node:internal/modules/cjs/loader:1104:12)
at Module.require (node:internal/modules/cjs/loader:1311:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/opt/app/dist/server/index.js',
'/opt/app/dist/server/db/scripts/migrate.js'
]
}
Node.js v20.18.0
The text was updated successfully, but these errors were encountered:
Hello!
Default setup with zitadel. I'm getting a lot of spam in the log:
When I run the command '/bin/sh scripts/preflight.sh' from inside the container, I get the following output (maybe this might be the cause of the problem):
The text was updated successfully, but these errors were encountered: