gettitn error for production
# orm-help
v
gettitn error for production
r
@Vasu Sengunthar It is trying to connect to your local server named
prisma
. Are you trying to deploy there in production?
v
yes
from aws
r
You need to change the
env
or the
endpoint
value specified in your
prisma.yml
as it’s taking the incorrect URL.
v
there no prisma cloud server now?
because in my previous setup it is already working so
r
You need to pass your AWS Prisma endpoint to the
endpoint
value when deploying in production.