Backboard CORS + 504 when creating any project (dashboard & CLI)
aadrias
PROOP

11 days ago

What I’m doing
Creating a new project in my workspace (either “Empty project” or “Deploy from GitHub repo”).

What happens

  • Dashboard (railway.com)
    -- Browser console:
    Access to fetch at 'https://backboard.railway.com/graphql/internal?q=projectCreate' from origin 'https://railway.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

-- Network tab:
POST https://backboard.railway.com/graphql/internal?q=projectCreate → 504 Gateway Timeout

-CLI
-- railway init (after selecting workspace and project name):
Failed to fetch: error sending request for url (https://backboard.railway.com/graphql/v2) → operation timed out
--railway whoami works (logged in as expected).

Details
-- Creating a new project (empty or from GitHub) — both fail.
-- Tried: different browser, incognito, revoking Railway in GitHub OAuth and re-authorizing.
-- Status page shows Dashboard / Central Station / Storage as operational.

So it looks like requests to backboard.railway.com (project create) are either blocked by CORS (dashboard) or timing out (CLI). Any known issue or fix on your side?
Thanks.

Solved

1 Replies

brody
EMPLOYEE

11 days ago

Hello,

A fix for this should be rolled out soon, sorry about this!


Status changed to Solved brody 10 days ago


Loading...