with the following error: ``` Error: Whoops. Looks...
# orm-help
s
with the following error:
Copy code
Error: Whoops. Looks like an internal server error. Search your server logs for request ID: local:management:cjjhlsbf4000n0910xoq3oage: {"response":{"data":{"addProject":null},"errors":[{"message":"Whoops. Looks like an internal server error. Search your server logs for request ID: local:management:cjjhlsbf4000n0910xoq3oage","path":["addProject"],"locations":[{"line":2,"column":9}],"requestId":"local:management:cjjhlsbf4000n0910xoq3oage"}],"status":200},"request":{"query":"      mutation addProject($name: String! $stage: String! $secrets: [String!]) {\n        addProject(input: {\n          name: $name,\n          stage: $stage\n          secrets: $secrets\n        }) {\n          project {\n            name\n          }\n     }\n      }\n      ","variables":{"name":"default","stage":"default","secrets":null}}}