a month ago
curl --request POST --url https://backboard.railway.com/graphql/
v2 --header "Authorization: Bearer xxxxxxx-05d3-42f9-xxxxx-xxxxxxx" --header "Content-Type: application/json" --data '{
"query": "mutation DeployPostgres($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
"variables": {
"input": {
"projectId": "xxxxxxx-b519-4359-xxxxx-xxxxxxxx",
"environmentId": "xxxxxx-2429-4ec4-xxxxxx-xxxxxxxx",
"code": "postgres",
"serializedConfig": {}
}
}
}'
{"errors":[{"message":"Problem processing request","traceId":"7018428193132959909"},{"message":"Problem processing request","traceId":"7018428193132959909"}]}
iam getting this error for trying to deploy the postgress
The service creation have no issue
When i try to add environment variable facing the same issue
The cli works fine but iam building an saas project so using cli is not a option.
If anyone have a idea why am i facing this issue please help.
2 Replies
a month ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!