a year ago
I don't know what I'm doing wrong with my call to the API, 99% of my calls work.
I tried looking at the developer tool, and see the exact GraphQL information and it looks ok…
Is there a way to see what's the actual error is using the traceId?
25 Replies
a year ago
can you give me the query, variables, and trace Id please?
project Id (Different from above) : 44efb1c7-ea0e-40d1-b7a2-2444a6e28272
query: mutation stageEnvironmentChanges($environmentId: String!, $payload: EnvironmentConfig!) { environmentStageChanges(environmentId: $environmentId, input: $payload) { id } }
operationName: stageEnvironmentChanges
variables:
{
environmentId: "0653a4c8-fafb-4784-b71e-522d47d1a173",
payload: {
services: {
"74f31bae-539a-4e12-99ba-89d334dece86": {
deploy: {
registryCredentials: {
username: "SOME_USER_NAME",
password: "SOME_PASSWORD",
},
},
},
},
},
}response: {message: 'Problem processing request', traceId: '7350397501026768937'}
a year ago
are you trying to call the public api with that request?
a year ago
are you trying to call the public api endpoint with that request?
a year ago
try calling https://backboard.railway.com/graphql/internal with that mutation
a year ago
what endpoint worked with .com
a year ago
what has worked for you is unclear, please answer my question
a year ago
what endpoint are you now using that is working
ok, I've changed ALL my calls to use https://backboard.railway.com/graphql/internal and everything works!
a year ago
the mutation you are trying to call would not be available on the public endpoint
a year ago
!s
Status changed to Solved brody • about 1 year ago