Trying to deploy to a new service and I get the fo...
# orm-help
j
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 tonyapicjh1498bv1zul0901bjdgj1n3”}],“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.ts7213) at step (/usr/local/lib/node_modules/prisma/node_modules/graphql-request/dist/src/index.js4023) at Object.next (/usr/local/lib/node_modules/prisma/node_modules/graphql-request/dist/src/index.js2153) at fulfilled (/usr/local/lib/node_modules/prisma/node_modules/graphql-request/dist/src/index.js1258) at <anonymous> at process._tickDomainCallback (internal/process/next_tick.js2287) Exiting with code: 1
After the deploy ends, nothing works. From the Prisma Dashboard I see the following error in the JS Console: Uncaught (in promise) Error: { “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_tonyapicjh14ik9a20810901ea8rg3dc” } at e.<anonymous> (GraphcoolSchema.ts:167) at r (main.fd507703.js:137041) at Object.next (main.fd507703.js:137022) at a (main.fd507703.js:137013)