Hey hey. OAuth2 authentication (GitHub provider) throws a general_bad_request error when attempting to log in after account deletion through dashboard.
Steps to Reproduce:
- Set up OAuth2 authentication with GitHub provider
- Successfully log in once using OAuth2
- Delete the user account through the Appwrite dashboard
- Attempt to log in again using the same OAuth2 method
Current Behavior:
- Receiving general_bad_request error when trying to log in
- Authentication fails to complete
Expected Behavior:
- Should create a new account and complete authentication successfully
- This worked correctly ~2.5 months ago
TL;DR
OAuth2 login with GitHub shows "general_bad_request" error post deletion via dashboard. Issue arises upon re-login attempt after account deletion. Previously functioning correctly. Solution: Refresh OAuth2 tokens or ask users to reauthenticate post deletion to resolve the error.Recommended threads
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...