Gince
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
- [SOLVED] Server Error
am trying register a user in my nextjs app with signUpWithEmail but am getiing error ` code: 500, type: 'general_unknown', response: { message: 'Serve...
- Critical Issue: Unable to Access Appwrit...
Hello, It seems we are facing the same issue as described in this thread: Link to thread (https://discord.com/channels/564160730845151244/1072905050399191082/t...
- Appwrite Functions: Library not found
I was trying to make a python function for renderering a pdf with weasyprint. Because appwrite uses alpine images I added following lines to the build settings:...