supabase-flutter 1.0.1 refresh token gone

When I'm idling in my flutter app with supabase-flutter 1.0.1 I receive this error:

flutter: ***** SupabaseDeepLinkingMixin startAuthObserver
[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: AuthException(message: refresh_token required, statusCode: 400)
#0      GotrueFetch.request
package:gotrue/src/fetch.dart:99
<asynchronous suspension>
#1      GoTrueClient._callRefreshToken
package:gotrue/src/gotrue_client.dart:588
<asynchronous suspension>


Seems to be a problem getting a refresh token. This happens when I do nothing in the app (just have it open, not interacting with the app at all).
Any ideas?
Was this page helpful?