refresh session error
I get this error (
Also, other issues related to the session:
AuthException(message: refresh_token required, statusCode: 400)) when calling Future<AuthResponse> refreshSession() from supabase flutter. Also, other issues related to the session:
- I removed the user from DB but still get the session and current user. Shouldn't session and user be null in this case?
- Why does clicking on a verify email link creates a new session and a
Auth.signedInevent in theclient?.auth.onAuthStateChange.listen( (data) {})listener