Warm tip: This article is reproduced from stackoverflow.com, please click
backend graphql node.js prisma reactjs

prisma deploy --env-file variables.env throwing an error

发布于 2020-06-07 10:24:29

When I run: prisma deploy --env-file variables.env

I get the following error:

enter image description here

Questioner
Charles Gaudreau Jackson
Viewed
24
Charles Gaudreau Jackson 2020-03-26 02:11

The problem was that the length my service's name (string) was too long. A shorter service name fixed it.