Supabase x Bolt connection unsuccessful
Hey team — I’m building a public-access game in Bolt (no login required) and trying to pull data from my Supabase tables (like users, game_history, purchases, etc.).
I’ve:
Set RLS to allow auth.role() = 'anon'
Wired in my Supabase URL + anon key
Confirmed the tables have data
Verified SQL queries work in Supabase directly
But in Bolt, all Supabase calls fail — either returning 500 errors, unexpected_failure, or empty results. I’m not using auth, just trying to read public data.
Anyone know why Bolt might not be connecting properly to Supabase? Happy to share screenshots if helpful.
Thanks!
I’ve:
Set RLS to allow auth.role() = 'anon'
Wired in my Supabase URL + anon key
Confirmed the tables have data
Verified SQL queries work in Supabase directly
But in Bolt, all Supabase calls fail — either returning 500 errors, unexpected_failure, or empty results. I’m not using auth, just trying to read public data.
Anyone know why Bolt might not be connecting properly to Supabase? Happy to share screenshots if helpful.
Thanks!