Skip to content
New issue

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

Docker container starting error #1268

Open
Acidsly opened this issue Jan 22, 2025 · 1 comment
Open

Docker container starting error #1268

Acidsly opened this issue Jan 22, 2025 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Acidsly
Copy link

Acidsly commented Jan 22, 2025

Hi. I try start container from docker hub and take error

Image

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

@kpodp0ra kpodp0ra added the help wanted Extra attention is needed label Jan 24, 2025
@kpodp0ra
Copy link
Collaborator

kpodp0ra commented Jan 24, 2025

Your PostgreSQL database is offline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants