#[Solved] My Oauth has suddenly has 400 error was working but suddenly broke
16 messages · Page 1 of 1 (latest)
same error comes while doing facebook sign in
Future<void> signInFacebook() async {
print("creating session");
await account.createOAuth2Session(
provider: OAuthProvider.facebook,
);
print("session created");
}
You may have an active session already in your browser. Maybe try to delete all the user's sessions via the Appwrite Console?
they all are already deleted
my user does not exist
i deleted my entire user as well
When did you delete them?
When did you delete the user?
it works now
i deleted the user around 5-10 mins
before testing
but when i test now ...
it works
pl. mark the title as [SOLVED] if your query is resolved.
Happy Appwriting
.