peterhartree
cURL request with valid GraphQL query fails with "Problem processing request"
The following GraphQL query works as expected for me:
However, the following
deployments
query returns: {"errors":[{"message":"Problem processing request"}]}
.
The deployments
query matches an example from the docs.
When I run the deployments
query in the Railway GraphQL playground, it works as expected.
In all three cases I've triple checked that I'm using the same auth token and project/environment/service IDs.
What could cause the issue with my deployments
query?
Thanks in advance. ❤️11 replies