4 months ago
Generate tokens from both the account and team, always get INTERNAL_SERVER_ERROR and Not Authorized
3 Replies
4 months ago
Can you provide more information? Where are you generating the tokens?
Status changed to Awaiting User Response Railway • 5 months ago
4 months 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 • 5 months ago
4 months 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 • 4 months ago
4 months 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
}
