Posts
Members
Info
how to save cache in react application.
how to cache control react application cache-control: must-re-validate, max-age=600 react application .stack overflow
3
Retrieving many to many with additional Fields.
Hey just have you came across situation that you have many to many relationship with additonal fields? This is my schema: model Medicine { id Int @default(autoincrement()) @id …
0
Deleted·3y# Community
It happen when I run: prisma local start
Erro about ▸ As mentioned in Prisma 1.7 release notes: https://bit.ly/release-notes-1-7 ▸ this command was deprecated and is now removed. You can use docker-compose directly to manage the state of a local server. …
0
I have setup foreign key in my postgres sql
I used prisma init command to get my existing database. and after that whenever I want to deploy by prisma deploy. but I am getting this issue. Applying changes 1.4s ▸ The Migration failed and has not been performed. This is very likely not a transient issue. …
0
Prisma version 1.27, Getting 504 Time out error
Hello, I need some help regarding Prisma deployment. I am trying to deploy some model changes by running "prisma deploy" command. somehow I keep getting 504 gateway time out error. Is there a way to fix it? Thank youPrisma version 1.27, Getting 504 Time out error
1
I got a error [Unexpected token Excepted one of : .]
IDE : Using VScode OS : OSX tried : sudo -s, reinstall prisma item on vscode …
0
Deleted·3y# Community
I have this issue when i ran prisma deploy on ubuntu
Could not connect to server at http://localhost:4466. Please check if your ▸ server is running. Get in touch if you need help: https://spectrum.chat/prisma …
4
I am trying to connect to an existing RDS Postgres db with prisma init
On trying to connect i get '3D000': database "wmca_spatial ext_he" does not exist I can connect and see the connection with pgAdmin …
1
ERROR: Invalid signature What is that?
I can deploy to dev stage but not prod stage. What are possible reasons for that?
0