Vladi Stevanovic
CHaBou
09/03/2022, 6:33 PMcom.prisma.akkautil.http.FailedResponseCodeError: Server responded with 503.
(every 30s average). I think this is related to the app.prisma.io shutdown. How can we prevent these errors in our logs?Jonty Coertzen
09/05/2022, 8:29 AMJonty Coertzen
09/05/2022, 8:30 AMWilliam Bray
09/07/2022, 8:18 AMMaxime
09/26/2022, 3:56 PM"dependencies": {
"bcryptjs": "^2.4.3",
"dotenv": "^6.0.0",
"graphql": "14.4.2",
"graphql-yoga": "1.18.0",
"jsonwebtoken": "^8.3.0",
"prisma": "^1.18.1",
"prisma-binding": "^2.1.4"
}
It was deployed in prod with a bit of data, but I paused the project end of 2019 and I lost access to the account… So that’s gone. It was running locally but in the meantime, I changed computer (new mac M1) so I don’t have a local DB already there.
Now I tried naively following the docs but:
1. I’m struggling to find the correct endpoints to set up for different reasons. a) I didn’t document enough it seems so I’m lost between yml and env files and b) I understood I needed an arm patch which seems to modify a bit the setup
2. I am definitely stuck at the npx prisma db pull
step. I tried running npx prisma db pull --schema=./src/generated/prisma.graphql
instead and this gives me validation errors. Which sends me on a sort of loop of documentation, because to validate it needs to run, to run I need to upgrade
Maybe I didn’t try hard enough to run Prisma1 to begin with, but what set me off on the path to directly upgrade was that I understood I needed a new docker-compose.yml set-up.
I have no shame to say I am very confused 😅 I haven’t touched all this in 3y and at the time I sort of rushed the project in a few months on the side, I don’t do backend so often and my memory is bad. I documented my code, but I did not document well enough to handle this kind of issues 😄 I’m willing to invest the time to re-up the project though!
The last thing I was trying was to manually edit the prisma.graphql file, but I don’t really have the dictionary to translate since the doc assumes the bulk of it got translated by the db pull command.
Pls send help prismo giftmoney
09/28/2022, 9:13 PMnexus-prisma
for prisma2 was going to shake out. I know it’s in early preview right now, but I noticed you guys just archived the graphql-nexus channel, which makes me believe that path might be getting abandoned.
Can I get any more future clarification on whether there is still any sort of commitment to having that whole story supported moving forward with prisma2. I know it’s not a main focus, but I need to know if it’s going to ultimately going to be semi-abandoned or not because it doesn’t align very much at all anymore with where prisma is heading, and so I should plan my migration path to be without the ability to continue to have auto-generated CRUD based on my schema or not.
I know that there are other threads historically that have attempted to address this, but they’re pretty old now and I am curious if anyone else is in the same boat as us in this community channel, or if @nikolasburk would be willing to point me to another more recent discussion about this topic in a github thread somewhere or mention some thoughts here.Lars Ivar Igesund
09/28/2022, 9:27 PMLars Ivar Igesund
09/28/2022, 9:27 PMLars Ivar Igesund
09/28/2022, 9:30 PMPedro Roque
10/13/2022, 4:54 PM