Is Railway API down?
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?
Solution:Jump to solution
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?...
11 Replies
Project ID:
74974832-12d2-4993-a378-1b8e7586fbe0
74974832-12d2-4993-a378-1b8e7586fbe0
Can reproduce
Solution
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?
Not that I know of, I was testing in Railway's GraphQL playground and I was getting the same errors there
Oh wait I'm silly, I was trying to get memory usage form January ðŸ˜
lol
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 :)
no problem!