#after migrating to v2 db, server fails to start
27 messages · Page 1 of 1 (latest)
fc19d5fd-89b2-4873-ab73-2e5289f4f140
i see hello world?
awsome!
hmm
but i'm still getting cors errors
and a 503 error POST https://saasathon-production.up.railway.app/operations/get-projects net::ERR_FAILED 503 (Service Unavailable)
and it's crashed again
any errors in the servers logs?
i can't see logs as its crashed
why would that prevent you from opeing the deploy logs?
i don't see an option for opening the deployment logs in the UI
is there a way to do that from the CLI?
i restarted the server and then the deploy logs become avaialale.
they're open Server listening on port 6093
when the client trys to access the server, it restarts
are there errors in the logs?
Server listening on port 6093
> [email protected] start-production
> npm run db-migrate-prod && NODE_ENV=production npm run start
> [email protected] db-migrate-prod
> prisma migrate deploy --schema=../db/schema.prisma
nope
not much to debug without errors, please add verbose logging to your app so we can pinpoint the cause of the crash