wheres the log
so what is the fix?
.preview-script.js:1 POST https://rjbbdrgjhrlrdqxsffeq.supabase.co/auth/v1/token?grant_type=refresh_token 429 (Too Many Requests) .webcontainer@runtime.4c73681d.js:26 Supabase request failed {url: 'https://rjbbdrgjhrlrdqxsffeq.supabase.co/auth/v1/token?grant_type=refresh_token', status: 429, body: '{"code":"over_request_rate_limit","message":"Request rate limit reached"}'}
idk what the problem is
This crap is happening on every single bolt project of mine when i try to login
there cant be too many requests, would you mind taking a look
Let me check the auth implementation to see if there's a loop issue and review the Postgres logs. I see the issue! The signup isn't creating profiles automatically. The auth state change triggers and tries to load a profile that doesn't exist, causing repeated 401 errors. I need to add a database trigger to auto-create profiles when a user signs up. 0123456789 actions taken Fixed the loop. The issue was that when users signed up, no profile was being created automatically. The auth state would change, try to load a non-existent profile, get a 401 error, and keep retrying. I added a database trigger that automatically creates a profile entry whenever someone signs up. Now when you create an account, the profile is created instantly and the auth loop won't happen. Try signing up with a fresh account - it should work smoothly now.
TABLES ARE CREATED, RLS POLICIES ARE CREATED WHY DOES THIS SHT EEP HAPPENING OMG
IT KEEPS DOING THIS WTF
OMG
i lost like 15m tokens trying to fix this nothing is working
what the hell seriously
s
supabase keeps logging me out from all bolt.new project
bor what thefk
I cant login even though i made a new project
.preview-script.js:1 POST https://rjbbdrgjhrlrdqxsffeq.supabase.co/auth/v1/token?grant_type=password 500 (Internal Server Error) .webcontainer@runtime.4c73681d.js:26 Supabase request failed {url: 'https://rjbbdrgjhrlrdqxsffeq.supabase.co/auth/v1/token?grant_type=password', status: 500, body: '{"code":"unexpected_failure","message":"Database error querying schema"}'}
what the hell
i have the same error message
i made a new project
?
i dont have to worry about manual supabase setup then connecting it to bolt anymore
so basically i can just prompt and bolt will automatically connect it to its cloud right?
So nowadays we dont need supabase and database and servers can be on bolt it seems?
im saying im making a new project with a new crm meanwhile, i ccontacted support it takes awhile for them to answer, and i dont have time i need working crm now
im making a new database meanwhile i connected supabase new database it keeps changing to bolts default database how tf do i disable this
yes
I dont know where the email is, i have too many emails and too many bolt dashboards, i checked with 6 emails already its not there, is there somelace i can find it quickly? like which email was used in the dashboard?
clarification, the supabase where the original data is, i have lost the credidentials, i dont remember the email, so this crm is connected to a random supabase atm, ive been trying to connect it to the old one, i have the old ones anonkey and url