8 months ago
This is a critical issue that is completely blocking my project. For over three days, I have been unable to trigger any deployment or restart action via your official v2 GraphQL API. Every single attempt fails with the same generic error.
I have tried every possible solution. I have verified my project IDs, my service IDs, and I have deleted and regenerated my API token multiple times, ensuring it is scoped to the correct team. My code is sending a perfectly valid request, but your API consistently rejects it.
My Setup:
Project ID:
006cdbc2-9c39-42c1-abaa-f98c22669605Service ID to Restart:
4431bbdf-a089-4c25-9e9c-036acfe4ea1a
The API Call I Just Made: I sent a POST request to https://backboard.railway.app/graphql/v2 with the serviceInstanceRestart mutation.
The Error I Received: Your API responded with the following generic error. Here is the trace ID from the latest failure:
{
"errors": [
{
"message": "Problem processing request",
"traceId": "6641493719283501431"
}
]
}
I have tried serviceInstanceRestart, deploymentTriggerCreate, and serviceRedeploy. They all fail with the exact same message. My code is correct according to your documentation.
Please investigate this traceId and tell me why my authorized requests are failing. I cannot move forward with my project until this is resolved.
Thank you.
1 Replies
Status changed to Awaiting Railway Response chandrika • 8 months ago
8 months ago
2 questions:
are you sure the API key you're using has access to that object?
what is your request body?
Status changed to Awaiting User Response Railway • 8 months ago
6 months ago
This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!
Status changed to Solved Railway • 6 months ago