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
When deploying Docker, the backend reports an error, reflyai/refly-api:latest container keeps restarting infinitely while other containers are running normally. The deployment was done using the commands:
cd deploy/docker
cp ../../apps/api/.env.example .env # copy the example api env file
docker compose up -d
When deploying Docker, the backend reports an error, reflyai/refly-api:latest container keeps restarting infinitely while other containers are running normally. The deployment was done using the commands:
cd deploy/docker
cp ../../apps/api/.env.example .env # copy the example api env file
docker compose up -d
and docker logs error:
"""
Script executed successfully.
node:internal/modules/cjs/loader:1228
throw err;
^
Error: Cannot find module '/app/apps/api/dist/server/main.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
at Module._load (node:internal/modules/cjs/loader:1051:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v20.18.1
"""
The text was updated successfully, but these errors were encountered: