Commit 935aa62
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments