patstrz
02/09/2018, 4:16 PMError: patrick.strzelec~curv-prisma is not a valid name for a service name. It must start with a letter and may contain up to 30 letters, numbers, underscores and hyphens.: {"response":{"data":{"addProject":null},"errors":[{"locations":[{"line":2,"column":9}],"path":["addProject"],"code":4001,"message":"patrick.strzelec~curv-prisma is not a valid name for a service name. It must start with a letter and may contain up to 30 letters, numbers, underscores and hyphens.","requestId":
Any ideas of how to deal with it ? I have been able to deploy succesfully in the pastandre
02/09/2018, 4:18 PMdot
and the tilde
in your service name.patstrz
02/09/2018, 4:42 PMservice: curv-prisma
stage: dev
datamodel: datamodel.graphql
# to enable auth, provide
# secret: my-secret
disableAuth: true
cluster: patrick.strzelec/prisma-us1
my username is patrick.strzelec so it seems that prisma does a concatenation of the service and user account, not sure how to fix that.andre
02/09/2018, 4:44 PMpatstrz
02/09/2018, 4:46 PMandre
02/09/2018, 4:59 PM