supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
711 stars 168 forks source link

Refresh token is triggered continuesly until getting AuthException(message: Rate limit exceeded, statusCode: 429) #828

Closed BharathKumar-99 closed 7 months ago

BharathKumar-99 commented 7 months ago

from yesterday iam getting a issue with tokens it refreshes the token until the rate limit is reached can any one help

static Future initialize() => Supabase.initialize( url: KeyConstants.SUPABASE_URL!, anonKey: KeyConstants.SUPABASE_ANON_KEY!, debug: true);

I then thought maybe I was being rate limited,but i checked the supabase config in website and that was not the case

dshukertjr commented 7 months ago

@BharathKumar-99 Please follow the issue template and provide all necessary information for us to debug the issue.