OS: Windows 10 Pro Prisma: 1.18.1 So, I'm getting...
# orm-help
t
OS: Windows 10 Pro Prisma: 1.18.1 So, I'm getting the following error message (See attached image) when trying to do an initial deploy using
prisma deploy --env-file variables.env
My variables.env file reads as follows:
Copy code
FRONTEND_URL="<http://localhost:7777>"
PRISMA_ENDPOINT="<https://eu1.prisma.sh/6e240757-4cce7e/sick-fits/dev>"
PRISMA_SECRET=""
APP_SECRET=""
STRIPE_SECRET=""
PORT=4444
My prisma.yml file reads as follows:
Copy code
endpoint: ${env:PRISMA_ENDPOINT}
datamodel: datamodel.prisma
# secret: ${env:PRISMA_SECRET}
hooks:
  post-deploy:
    - graphql get-schema -p prisma
My datamodel.prisma file reads as follows:
Copy code
type User {
  id: ID! @unique
  name: String!
}
What is the issue here?
n
service names can't start with a digit.
t
@nilan I've created a new service. Is it possible to rename and old one?
n
no, that's not possible