Back

My Oauth has suddenly has 400 error was working but suddenly broke

  • 0
  • Auth
Aarush Acharya
9 Jul, 2024, 15:43

My Oauth now gives this error, but was working earlier

TypeScript
  Future<void> signInGoogle() async {
    print("creating session");

    await account.createOAuth2Session(
      provider: OAuthProvider.google,
    );
    print("session created");
  }

This is my code line I am using flutter for my project

TL;DR
Developers experiencing sudden 400 error with Oauth that was previously working. Issue likely related to creating OAuth2 session using Flutter. Ensure all necessary configurations are correct Check changes in external services, like Google API updates Debug the OAuth process step by step to identify the cause
Aarush Acharya
9 Jul, 2024, 15:51

My Oauth has suddenly has 400 error was working but suddenly broke

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more