S
Supabase2mo ago
TOM

Unable to insert a new branch (branching from main) on Supabase Dashboard

The error I received was "message: "Failed to insert preview branch"". I've tried disconnecting the connection to GitHub but still couldn't get it to work.
5 Replies
TOM
TOMOP2mo ago
The POST request to /branches comes back with 409 Conflict Just noticed other people reporting this issue - will follow their threads :)
Lordvickthor
Lordvickthor2mo ago
I’ve worked on fixing Supabase branch conflicts like this before, often it’s due to an existing branch or naming issue. I can help debug and get it working. Are you trying to deploy from a specific GitHub branch or creating a fresh preview branch each time? @TOM
TOM
TOMOP2mo ago
hey @Lordvickthor 👑! I'm trying to deploy a fresh preview branch from main, I don't have any existing branches (that are visible to me). I've entered a support ticket at this point as it seems to be a pretty consistent issue with other users
Lordvickthor
Lordvickthor2mo ago
Good call opening a ticket since others have the same issue. If it’s not resolved soon, I can help explore a workaround. Does the error show up right at branch creation or during deploy? @TOM
TOM
TOMOP2mo ago
It's at branch creation it seems, as I'm creating the branch on the dashboard, "/branches" fails with "failed to insert preview branch"

Did you find this page helpful?