Api Authorization issue
fhockk
PROOP

2 months 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

2 months 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!


brody
EMPLOYEE

2 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 brody about 2 months 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 about 1 month ago


Loading...