Token doesn't work
mehdizare
PROOP

a month ago

Generate tokens from both the account and team, always get INTERNAL_SERVER_ERROR and Not Authorized

$10 Bounty

3 Replies

Can you provide more information? Where are you generating the tokens?


Status changed to Awaiting User Response Railway about 1 month ago


mehdizare
PROOP

a month ago

From UI. from both the project and also from the account, going to Token. the token is like a UUID. Is that correct?


Status changed to Awaiting Railway Response Railway about 1 month ago


Railway
BOT

a month ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open Railway about 1 month ago


kkeril
HOBBY

a month ago

Same issue

Issued a token connected to the workspace

Sample curl from docs - failed

Request
curl -X POST https://backboard.railway.com/graphql/v2 \

-H "Authorization: Bearer MY_TOKEN_WAS_HERE" \

-H "Content-Type: application/json" \

-d '{"query": "query { me { name email } }"}'

Response
{

"errors": [

{

"message": "Not Authorized",

"locations": [

{

"line": 1,

"column": 9

}

],

"path": [

"me"

],

"extensions": {

"code": "INTERNAL_SERVER_ERROR"

},

"traceId": "6494686156277782800"

}

],

"data": null

}


Loading...