We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. I try start container from docker hub and take error
2025-01-22 20:42:57 2025-01-22 20:42:57 PrismaClientInitializationError: 2025-01-22 20:42:57 Invalid prisma.attachments.upsert() invocation: 2025-01-22 20:42:57 2025-01-22 20:42:57 2025-01-22 20:42:57 Can't reach database server at 127.0.0.1:5432 2025-01-22 20:42:57 2025-01-22 20:42:57 Please make sure your database server is running at 127.0.0.1:5432. 2025-01-22 20:42:57 at Vn.handleRequestError (/app/node_modules/.pnpm/@prisma+client@6.2.1_prisma@6.2.1/node_modules/@prisma/client/runtime/library.js:121:7640) 2025-01-22 20:42:57 at Vn.handleAndLogRequestError (/app/node_modules/.pnpm/@prisma+client@6.2.1_prisma@6.2.1/node_modules/@prisma/client/runtime/library.js:121:6663) 2025-01-22 20:42:57 at Vn.request (/app/node_modules/.pnpm/@prisma+client@6.2.1_prisma@6.2.1/node_modules/@prisma/client/runtime/library.js:121:6370) 2025-01-22 20:42:57 at async l (/app/node_modules/.pnpm/@prisma+client@6.2.1_prisma@6.2.1/node_modules/@prisma/client/runtime/library.js:130:9617) 2025-01-22 20:42:57 at async UserInitService.uploadStatic (/app/apps/nestjs-backend/dist/index.js:16973:9) 2025-01-22 20:42:57 at async UserInitService.onModuleInit (/app/apps/nestjs-backend/dist/index.js:16957:9) 2025-01-22 20:42:57 at async Promise.all (index 0) 2025-01-22 20:42:57 at async callModuleInitHook (/app/node_modules/.pnpm/@nestjs+core@10.3.5_@nestjs+common@10.3.5_class-transformer@0.5.1_class-validator@0.14.1_refl_23tty6eu2v6hdlpvp3phu7a5fq/node_modules/@nestjs/core/hooks/on-module-init.hook.js:43:5) 2025-01-22 20:42:57 at async NestApplication.callInitHook (/app/node_modules/.pnpm/@nestjs+core@10.3.5_@nestjs+common@10.3.5_class-transformer@0.5.1_class-validator@0.14.1_refl_23tty6eu2v6hdlpvp3phu7a5fq/node_modules/@nestjs/core/nest-application-context.js:223:13) 2025-01-22 20:42:57 at async NestApplication.init (/app/node_modules/.pnpm/@nestjs+core@10.3.5_@nestjs+common@10.3.5_class-transformer@0.5.1_class-validator@0.14.1_refl_23tty6eu2v6hdlpvp3phu7a5fq/node_modules/@nestjs/core/nest-application.js:100:9) { 2025-01-22 20:42:57 clientVersion: '6.2.1', 2025-01-22 20:42:57 errorCode: undefined 2025-01-22 20:42:57 } 2025-01-22 20:42:57 2025-01-22 20:42:57 Node.js v20.9.0
prisma.attachments.upsert()
127.0.0.1:5432
The text was updated successfully, but these errors were encountered:
Your PostgreSQL database is offline
Sorry, something went wrong.
No branches or pull requests
Hi. I try start container from docker hub and take error
2025-01-22 20:42:57
2025-01-22 20:42:57 PrismaClientInitializationError:
2025-01-22 20:42:57 Invalid
prisma.attachments.upsert()
invocation:2025-01-22 20:42:57
2025-01-22 20:42:57
2025-01-22 20:42:57 Can't reach database server at
127.0.0.1:5432
2025-01-22 20:42:57
2025-01-22 20:42:57 Please make sure your database server is running at
127.0.0.1:5432
.2025-01-22 20:42:57 at Vn.handleRequestError (/app/node_modules/.pnpm/@prisma+client@6.2.1_prisma@6.2.1/node_modules/@prisma/client/runtime/library.js:121:7640)
2025-01-22 20:42:57 at Vn.handleAndLogRequestError (/app/node_modules/.pnpm/@prisma+client@6.2.1_prisma@6.2.1/node_modules/@prisma/client/runtime/library.js:121:6663)
2025-01-22 20:42:57 at Vn.request (/app/node_modules/.pnpm/@prisma+client@6.2.1_prisma@6.2.1/node_modules/@prisma/client/runtime/library.js:121:6370)
2025-01-22 20:42:57 at async l (/app/node_modules/.pnpm/@prisma+client@6.2.1_prisma@6.2.1/node_modules/@prisma/client/runtime/library.js:130:9617)
2025-01-22 20:42:57 at async UserInitService.uploadStatic (/app/apps/nestjs-backend/dist/index.js:16973:9)
2025-01-22 20:42:57 at async UserInitService.onModuleInit (/app/apps/nestjs-backend/dist/index.js:16957:9)
2025-01-22 20:42:57 at async Promise.all (index 0)
2025-01-22 20:42:57 at async callModuleInitHook (/app/node_modules/.pnpm/@nestjs+core@10.3.5_@nestjs+common@10.3.5_class-transformer@0.5.1_class-validator@0.14.1_refl_23tty6eu2v6hdlpvp3phu7a5fq/node_modules/@nestjs/core/hooks/on-module-init.hook.js:43:5)
2025-01-22 20:42:57 at async NestApplication.callInitHook (/app/node_modules/.pnpm/@nestjs+core@10.3.5_@nestjs+common@10.3.5_class-transformer@0.5.1_class-validator@0.14.1_refl_23tty6eu2v6hdlpvp3phu7a5fq/node_modules/@nestjs/core/nest-application-context.js:223:13)
2025-01-22 20:42:57 at async NestApplication.init (/app/node_modules/.pnpm/@nestjs+core@10.3.5_@nestjs+common@10.3.5_class-transformer@0.5.1_class-validator@0.14.1_refl_23tty6eu2v6hdlpvp3phu7a5fq/node_modules/@nestjs/core/nest-application.js:100:9) {
2025-01-22 20:42:57 clientVersion: '6.2.1',
2025-01-22 20:42:57 errorCode: undefined
2025-01-22 20:42:57 }
2025-01-22 20:42:57
2025-01-22 20:42:57 Node.js v20.9.0
The text was updated successfully, but these errors were encountered: