[diag] entrypoint alive 16:15:13Z node=v20.20.2 args=node server.js [diag] migrate starting warn The configuration property `package.json#prisma` is deprecated and will be removed in Prisma 7. Please migrate to a Prisma config file (e.g., `prisma.config.ts`). For more information, see: https://pris.ly/prisma-config Prisma schema loaded from prisma/schema.prisma Datasource "db": PostgreSQL database "amcoaching", schema "public" at "db:5432" Error: P1000: Authentication failed against database server, the provided database credentials for `amcoaching` are not valid. Please make sure to provide valid database credentials for the database server at the configured address. [diag] migrate FAILED rc=1 [diag] seed starting PrismaClientInitializationError: Invalid `prisma.adminUser.upsert()` invocation: Authentication failed against database server, the provided database credentials for `amcoaching` are not valid. Please make sure to provide valid database credentials for the database server at the configured address. at ei.handleRequestError (/app/node_modules/@prisma/client/src/runtime/RequestHandler.ts:242:13) at ei.handleAndLogRequestError (/app/node_modules/@prisma/client/src/runtime/RequestHandler.ts:174:12) at ei.request (/app/node_modules/@prisma/client/src/runtime/RequestHandler.ts:143:12) at async a (/app/node_modules/@prisma/client/src/runtime/getPrismaClient.ts:833:24) at async main (/app/prisma/seed.ts:12:3) { clientVersion: '6.19.3', errorCode: undefined, retryable: undefined } [diag] seed FAILED rc=1 [diag] boot steps complete — real server intentionally NOT started