The Wire · Showcase
SUPABASE SERVER RC.63 SHIPS AUTH FIX, STORAGE IMPROVES ERROR CLARITY
By RepoJournal · Filed · About Supabase
Supabase shipped server-v1.1.0-rc.63 with a critical auth fix that unblocks the JS SDK's dual-mode token handling, while storage v1.58.20 cuts through database error noise to surface the real culprits.
The server auth layer was rejecting `sb_`-prefixed tokens in user mode before falling through to secret/publishable verification [1], a breaking change for any SDK using combined auth configs. RC.63 patches this by treating `sb_` tokens as not-applicable in user mode, letting the credential chain complete [2]. That fix ships alongside a pnpm 11.1.2 bump that resolves a critical missing-time dependency bug [5]. On the storage side, v1.58.20 [4] tackles an underreported problem: schema mismatch errors were all blamed on out-of-sync migrations, when user-created triggers and RLS policies were often the real culprits [3]. The new error handling surfaces trigger/RLS details so operators can actually debug instead of chasing false positives. The main supabase/supabase repo is in refactoring mode, finishing the Tailwind v4 migration by removing @radix-ui/colors and the shadcn component suffixes [6][7][8]. Meanwhile, supavisor's upgrade test script now captures BEAM PIDs directly instead of relying on fragile pgrep calls, making test infrastructure more reliable [9].
Action items
- → Deploy server-v1.1.0-rc.63 if you use combined auth modes (user + secret/publishable) supabase/server [immediate]
- → Upgrade to storage v1.58.20 to get accurate database error diagnostics in logs supabase/storage [plan]
- → Monitor main branch refactors for any broken component imports after shadcn suffix removal supabase/supabase [monitor]
References
- [1] fix(auth): skip user mode when token has sb_ prefix ↗ supabase/server
- [2] server-v1.1.0-rc.63 ↗ supabase/server
- [3] fix: improve database error messages ↗ supabase/storage
- [4] v1.58.20 ↗ supabase/storage
- [5] chore: update pnpm to 11.1.2 ↗ supabase/server
- [6] chore: remove shadcn suffix for `Input`, `Textarea`, `Alert` and `Collapsible` ↗ supabase/supabase
- [7] chore: remove `<Toggle>` `_Shadcn_` suffix (#45970) supabase/supabase
- [8] chore: Clean up remaining Tailwind code (#45925) supabase/supabase
- [9] chore: improve process management in upgrade test script (#985) supabase/supavisor
FAQ
- What changed in Supabase on May 16, 2026?
- Supabase shipped server-v1.1.0-rc.63 with a critical auth fix that unblocks the JS SDK's dual-mode token handling, while storage v1.58.20 cuts through database error noise to surface the real culprits.
- What should Supabase teams do about it?
- Deploy server-v1.1.0-rc.63 if you use combined auth modes (user + secret/publishable) • Upgrade to storage v1.58.20 to get accurate database error diagnostics in logs • Monitor main branch refactors for any broken component imports after shadcn suffix removal
- Which Supabase repositories shipped on May 16, 2026?
- supabase/server, supabase/storage, supabase/supabase, supabase/supavisor