hi there I have a problem in Prisma 1 when I run ...
# orm-help
m
hi there I have a problem in Prisma 1 when I run script deploy as "deploy": "prisma deploy --env-file .env" in package.json the are some error ERROR: graphqwith%20prisma is an invalid service name. It must be less than 140 characters and can only contain alphanumeric characters and -.
r
Hey @Mohammed alreai 👋 Could you try adding a simpler service name and check again?
m
i will try it now
👍 1
it not working
r
Could you share your
prisma.yml
m
can help me
r
There is a space in your endpoint in the
.env
. You need to change your service name as there cannot be any spaces in the service name while deploying.
m
it still not working
can you look to my repository
are you available