Tyler

Results 218 comments of Tyler

## Update app_links dependencies to the latest version Related: https://github.com/supabase/supabase-flutter/pull/915

@tekmen0 Would you be able to provide an actual set of bucket names and path strings instead of variables that you were able to produce the error? Also, would you...

@EddyHezarian How exactly are you calling the `getBrands ()` function? Do you call it on a button press?

You mentioned > after 3 times , but with a `FutureBuilder`, how do you call it three times?

@EddyHezarian Hmm, interesting. You shouldn't have to refresh the session manually like that. I wonder what is causing the token to expire. Roughly how long does it take from calling...

@flogy Could you provide a sample code that is causing the error?

We have shipped an update that will hopefully make things better with this issue. If you could try out v2.5.0 of supabase_flutter and see if things are better, that would...

Thanks for opening this @coolusaHD I'm assuming the reason why you want to receive error within `onError` when listening to stream is to restart the stream when the connection is...

@maxfornacon Thanks for providing step by step of how to reproduce the issue. I was able to reproduce it, and the above PR should fix it! @jstdk Your issue should...

@maxfornacon It should reconnect automatically. I think it does reconnect automatically too, but it does throw an error before it reconnects. With the update though, no errors are thrown, and...