Skip to content

Commit 935aa62

Browse files
committed
fix(deps): pin supabase CLI to 2.58.5, before the new API-key rollout
2.109.1 defaults local `supabase start` to sb_publishable_/sb_secret_ keys, and the anon-role auth path for those keys against this repo's local Postgrest/RLS setup doesn't work (every client request hangs/ fails, which is why the e2e auth spec timed out waiting on the header). 2.58.5 is the last version confirmed working against this stack; keep the setup-cli@v3 lockfile-based version detection and the dynamic `supabase status -o env` key export from the rest of this PR so this doesn't hand-drift out of sync again.
1 parent a4687a8 commit 935aa62

2 files changed

Lines changed: 144 additions & 127 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"oxlint": "^1.11.1",
126126
"postcss": "^8.4.47",
127127
"prettier": "^3.6.2",
128-
"supabase": "2.109.1",
128+
"supabase": "2.58.5",
129129
"tailwindcss": "^3.4.11",
130130
"tsx": "^4.20.3",
131131
"typescript": "^5.5.3",

0 commit comments

Comments
 (0)