Rank 1: Thread
while registering user
appwrite sdk version : 12.0.3
in dart
using cloud
suddenly stops working
try { final res = await AppwriteConfig.account.createOAuth2Session( provider: OAuthProvider.google, scopes: ['email', 'profile']);
this is the code for google auth