Api Authorization issue

fhockk
PROOP

a month ago

Hi Railway team,

I'm experiencing an API authorization issue with my organization access. Here are the details:

Problem: I was granted access to the "Splitty" organization workspace, but every action I attempt within the organization returns a "Not Authorized" error through your API.

Error Details:

json

{
    "errors": [
        {
            "message": "Not Authorized",
            "locations": [
                {
                    "line": 2,
                    "column": 3
                }
            ],
            "path": [
                "projectCreate"
            ],
            "extensions": {
                "code": "INTERNAL_SERVER_ERROR"
            },
            "traceId": "3581995856234344235"
        }
    ],
    "data": null
}

What I've tried:

  • Re-logging into my Railway account

  • Clearing browser cache

  • Confirming my organization permissions

The error occurs on basic operations like creating projects, despite having the necessary permissions granted by the organization admin.

Trace ID: 3581995856234344235

Could you please investigate this authorization issue? It seems like there's a disconnect between the granted permissions and what your API is recognizing.

Thanks!

Solved$10 Bounty

2 Replies

Railway
BOT

a month ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


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 brody 26 days ago


Can you confirm that you are using a bearer authorization header as described here: https://docs.railway.com/reference/public-api


Status changed to Solved samgordon 4 days ago


Loading...
Api Authorization issue - Railway Help Station