I am creatig the OAuth2.0 to support in for android and window here what i did:
The android one work good but the window give this** error: ** **"flutter: AppwriteException: , Invalid OAuth2 Response. Key and Secret not available. (500)" **
Also in android when login through google even after login it redirect to the google OAuth page again and again.... Other one is fine... But Solving window one is more importants
TL;DR
Developers are encountering an error with OAuth2.0 setup in their Flutter appwrite app specifically on Windows platform. The Android version works fine but Windows shows "Invalid OAuth2 Response" error. Additionally, the Google sign-in on Android keeps redirecting to the Google OAuth page repeatedly. Resolving the Windows error is crucial.