Bolt.new Supabase Integration - Credentials Keep Reverting to Wrong Database
Hi Supabase community,
I'm using Bolt.new (bolt.new) which has a built-in Supabase integration feature. I'm experiencing an issue where my Supabase credentials keep getting overridden.
THE SETUP:
Bolt.new offers a "Connect your existing Supabase database" feature where you provide:
THE PROBLEM:
Even after providing MY Supabase credentials (), Bolt keeps reverting to their own default Supabase instance (xowyhserzhzpvtnxuqctq.supabase.co).
WHAT HAPPENS:
MY QUESTIONS:
Any help appreciated!
I'm using Bolt.new (bolt.new) which has a built-in Supabase integration feature. I'm experiencing an issue where my Supabase credentials keep getting overridden.
THE SETUP:
Bolt.new offers a "Connect your existing Supabase database" feature where you provide:
- NEXT_PUBLIC_SUPABASE_URL
- NEXT_PUBLIC_SUPABASE_ANON_KEY
THE PROBLEM:
Even after providing MY Supabase credentials (), Bolt keeps reverting to their own default Supabase instance (xowyhserzhzpvtnxuqctq.supabase.co).
WHAT HAPPENS:
- I set my credentials in Bolt's environment variables
- Bolt confirms: "Your key preferences have been updated"
- Build the project
- App connects to xowyhserzhzpvtnxuqctq.supabase.co (Bolt's database)
MY QUESTIONS:
- Has anyone else experienced this with Bolt.new's Supabase integration?
- Is there something about how Supabase connections work that would cause this auto-revert behavior?
- Could this be related to how Bolt manages multiple Supabase instances?
- Any workarounds from the Supabase side?
- My Supabase project: ovkzwoujdmxdvcrpoopr.supabase.co
- Using standard anon/public key from API settings
- Tables exist and have data (vendors, menu_items, etc.)
- RLS policies are configured
- Works fine when I test directly from Supabase dashboard
Any help appreciated!