Trying to deploy to a new service and I get the following error during the “prisma deploy”: Error: String: 8: Expecting close brace } or a comma, got ‘!’ (Reserved character ‘!’ is not allowed outside quotes) (if you intended ‘!’ (Reserved character ‘!’ is not allowed outside quotes) to be part of a key or string value, try enclosing the key or value in double quotes, or you may be able to rename the file .properties rather than .conf): {“response”
{“errors”[{“message”
“String 8: Expecting close brace } or a comma, got ‘!’ (Reserved character ‘!’ is not allowed outside quotes) (if you intended ‘!’ (Reserved character ‘!’ is not allowed outside quotes) to be part of a key or string value, try enclosing the key or value in double quotes, or you may be able to rename the file .properties rather than .conf)“,”requestId”
“qa oce tonyapi
cjh1498bv1zul0901bjdgj1n3”}],“status”500},“request”
{“query”“mutation {\n\tcreateUser(data: {\n\t\temail: \“
admin@admin.com\“\n\t\tpassword: \“$2a$10$9aF6EIJ1unG12zbKsm7kVe4y0cQwbsfxijRSqoetY2Z9A2oY7eAPy\” #password=admin\n\t\tfirstName: \“Inxeption\“,\n\t\tlastName: \“Admin\“,\n\t\tuserManager: true\n\t}) {\n\t\tid\n }\n}“}}
at GraphQLClient.<anonymous> (/usr/local/lib/node_modules/prisma/node_modules/graphql-request/src/index.ts
7213)
at step (/usr/local/lib/node_modules/prisma/node_modules/graphql-request/dist/src/index.js
4023)
at Object.next (/usr/local/lib/node_modules/prisma/node_modules/graphql-request/dist/src/index.js
2153)
at fulfilled (/usr/local/lib/node_modules/prisma/node_modules/graphql-request/dist/src/index.js
1258)
at <anonymous>
at process._tickDomainCallback (internal/process/next_tick.js
2287)
Exiting with code: 1