2 years ago
Hi! I'm trying to run a POST request to https://backboard.railway.app/graphql/v2, but I'm getting this response:
{"errors":[{"message":"Problem processing request","traceId":"2161418850244680870"}]}
This same request used to work until yesterday. Any hint?
11 Replies
2 years ago
Can reproduce
2 years ago
!t
2 years ago
This thread has been escalated to the Railway team.
Status changed to Awaiting Railway Response dev • over 1 year ago
I fixed it doing the following:
Open Dev Tools -> Copy request as cURL -> Import it in Postman -> Export it as code -> Modify the internal URL to the graphql/v2 URL and run the code
Was there a change in the API?
2 years ago
Not that I know of, I was testing in Railway's GraphQL playground and I was getting the same errors there
2 years ago

2 years ago
Oh wait I'm silly, I was trying to get memory usage form January 😭
Status changed to Open dev • over 1 year ago
2 years ago
So it's working fine for you now?
yes, I had to change my code which used to work fine, that's why I supposed there were an API change! now I'm struggling with the deploying time, but I already sent a message on another thread!
thanks for the fast reply :)
2 years ago
no problem!
Status changed to Solved dev • over 1 year ago