R
Railway14mo ago
kane

"Problem processing request" when try to use railway public API

I am currently facing a critical problem while attempting to use the deploymentRestart mutation on a public GraphQL API. The API consistently responds with an error message Problem processing request. This issue is preventing me from performing necessary deployment restarts, and I require assistance to resolve it promptly.
mutation {
deploymentRestart(id: "0200b18b-359c-405e-8df0-ee25f0f5339f")
}
mutation {
deploymentRestart(id: "0200b18b-359c-405e-8df0-ee25f0f5339f")
}
2 Replies
Percy
Percy14mo ago
Project ID: 0200b18b-359c-405e-8df0-ee25f0f5339f
Brody
Brody14mo ago
try this
mutation DeploymentRestart($id: String!) {
deploymentRestart(id: $id)
}
mutation DeploymentRestart($id: String!) {
deploymentRestart(id: $id)
}
Want results from more Discord servers?
Add your server