ElevatedButton(
onPressed: () async {
if(defaultTargetPlatform == TargetPlatform.android){
signInWithGoogle();
}
if(kIsWeb){
final data = await supabase.auth.signInWithOAuth(Provider.google);
}
},
child: const Text("Google Sign In"),
),
I am able to sign in mobile and while in web i am successfully getting the auth token and i am redirect to http://localhost:44769/#access_token=eyJhbGciOiJIUzI1.....
and i am getting this error show in the screen GoException: no routes for location: access_token=eyJhbGciOiJIUzI1NiIsIm