Hey, is there anyone who’d like to help me with <h...
# orm-help
l
Hey, is there anyone who’d like to help me with https://github.com/prismagraphql/prisma/issues/2419?
🎉 1
d
I will take a look in a bit.
🙌 1
m
@Lotafak, do you have a repo you could share or your docker-compose / dockerfile ?
d
He has, I looked at it already (https://github.com/Lotafak/PrismaDeployErrorReproduction). As you’re not pinning your prisma version to anything other than
1.8
, I would like to ask you for the image ID (
docker images
).
m
sorry, just saw the link
d
Tl;dr, I suspect you have an old image, I fixed that particular error in the past week.
docker pull prismagraphql/prisma:1.8 && docker-compose up -d
should download and recreate your prisma container, correct?
m
Agree, if I clone and use the image I just pulled this morning, works like a charm.
l
This is the newest image id
1c22c4881af1
I will execute you’re commands in a sec
Aww yeah, it seems to work 😄
Now I have other error, but I think I will be able to handle it by myself
Many thanks guys 😉
m
No prob. Are you talking about the permissions error?
l
Error: ENOENT: no such file or directory, open 'src/generated/database.graphql'
It’s something with wrong post hook I guess
n
@Lotafak does this file exist? 🙂
l
It didn’t. I managed to resolve this issue, but have another one when running the server on EC2 😄 It works locally but not there. Anyway, I will try few things before asking for help
@nilan well I still have problems. I posted an issue here https://github.com/prismagraphql/prisma/issues/2498