Restart loop of api-v2 after installation
-
Right after installation, Cal.com goes in a restart-loop with the following message
Sep 28 20:52:06 2025-09-28 18:52:06,154 INFO success: api-v2 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) Sep 28 20:52:06 node:internal/modules/cjs/loader:1228 Sep 28 20:52:06 throw err; Sep 28 20:52:06 ^ Sep 28 20:52:06 2025-09-28T18:52:06Z Sep 28 20:52:06 Error: Cannot find module '../../../../../packages/platform/libraries/app-store.ts' Sep 28 20:52:06 Require stack: Sep 28 20:52:06 - /app/code/calcom/apps/api/v2/dist/apps/api/v2/src/filters/calendar-service-exception.filter.js Sep 28 20:52:06 - /app/code/calcom/apps/api/v2/dist/apps/api/v2/src/app.js Sep 28 20:52:06 - /app/code/calcom/apps/api/v2/dist/apps/api/v2/src/main.js Sep 28 20:52:06 at Function._resolveFilename (node:internal/modules/cjs/loader:1225:15) Sep 28 20:52:06 at Function._load (node:internal/modules/cjs/loader:1055:27) Sep 28 20:52:06 at TracingChannel.traceSync (node:diagnostics_channel:322:14) Sep 28 20:52:06 at wrapModuleLoad (node:internal/modules/cjs/loader:220:24) Sep 28 20:52:06 at Module.require (node:internal/modules/cjs/loader:1311:12) Sep 28 20:52:06 at require (node:internal/modules/helpers:136:16) Sep 28 20:52:06 at Object.<anonymous> (/app/code/calcom/apps/api/v2/dist/apps/api/v2/src/filters/calendar-service-exception.filter.js:14:21) Sep 28 20:52:06 at Module._compile (node:internal/modules/cjs/loader:1554:14) Sep 28 20:52:06 at Object..js (node:internal/modules/cjs/loader:1706:10) Sep 28 20:52:06 at Module.load (node:internal/modules/cjs/loader:1289:32) { Sep 28 20:52:06 code: 'MODULE_NOT_FOUND', Sep 28 20:52:06 requireStack: [ Sep 28 20:52:06 '/app/code/calcom/apps/api/v2/dist/apps/api/v2/src/filters/calendar-service-exception.filter.js', Sep 28 20:52:06 '/app/code/calcom/apps/api/v2/dist/apps/api/v2/src/app.js', Sep 28 20:52:06 '/app/code/calcom/apps/api/v2/dist/apps/api/v2/src/main.js' Sep 28 20:52:06 ] Sep 28 20:52:06 } Sep 28 20:52:06 2025-09-28T18:52:06Z Sep 28 20:52:06 Node.js v22.14.0 Sep 28 20:52:06 2025-09-28 18:52:06,501 WARN exited: api-v2 (exit status 1; not expected) Sep 28 20:52:07 2025-09-28 18:52:07,503 INFO spawned: 'api-v2' with pid 47619
Also happens on the demo-server, any idea what's going on?
-
-
-