joaomarcusjesus
joaomarcusjesus
RRailway
Created by joaomarcusjesus on 2/28/2024 in #✋|help
Hello! Railway works for flutter web?
[6/9] RUN dart pub get:
0.476 Resolving dependencies... 1.724 1.724 Flutter users should run flutter pub get instead of dart pub get. ----- Dockerfile:19 ------------------- 17 | # install phase 18 | COPY pubspec.yaml /app/pubspec.yaml 19 | >>> RUN dart pub get 20 | 21 | # build phase ------------------- ERROR: failed to solve: process "/bin/bash -ol pipefail -c dart pub get" did not complete successfully: exit code: 69 Error: Docker build failed
13 replies
RRailway
Created by joaomarcusjesus on 7/30/2023 in #✋|help
Problema for connect postgres in deploy
npm WARN config production Use `--omit=dev` instead.
> [email protected] start:migrate:prod
> prisma migrate dev --name init && npm run start:prod
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "railway" at "containers-us-west-128.railway.app:7496"
Error: P1001: Can't reach database server at `containers-us-west-128.railway.app`:`7496`
Please make sure your database server is running at `containers-us-west-128.railway.app`:`7496`.
npm WARN config production Use `--omit=dev` instead.
> [email protected] start:migrate:prod
> prisma migrate dev --name init && npm run start:prod
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "railway" at "containers-us-west-128.railway.app:7496"
Error: P1001: Can't reach database server at `containers-us-west-128.railway.app`:`7496`
Please make sure your database server is running at `containers-us-west-128.railway.app`:`7496`.
I've had this problem for a while, it loses the database connection and I have to keep redoing the database
12 replies
RRailway
Created by joaomarcusjesus on 7/15/2023 in #✋|help
Deploy problem for connect postgres with Prisma in NestJS.
25 replies