2 days 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-f98c22669605
Service 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 • 2 days ago
2 days 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[bot] • 1 day ago