#[Solved] My Oauth has suddenly has 400 error was working but suddenly broke

16 messages · Page 1 of 1 (latest)

cinder rapids
#

My Oauth now gives this error, but was working earlier

  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

#

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

cinder rapids
#

same error comes while doing facebook sign in

#
Future<void> signInFacebook() async {
    print("creating session");

    await account.createOAuth2Session(
      provider: OAuthProvider.facebook,
    );
    print("session created");
  }
glass marsh
cinder rapids
#

they all are already deleted

#

my user does not exist

#

i deleted my entire user as well

glass marsh
glass marsh
cinder rapids
#

it works now

#

i deleted the user around 5-10 mins

#

before testing

#

but when i test now ...

#

it works

low lily
#

pl. mark the title as [SOLVED] if your query is resolved.

Happy Appwriting appwritecheers.