Im trying to make a simple login using email and password as well as OAuth using Github but for some reason I can't get it working. It just keeps returning Error 400 There was an error processing your request. Please check the inputs and try again. general_bad_request.
Appwrite Github Setup:
- App ID: Ov23***
- App Secret: 6b84***
- URI (hardcode): https://appwrite.pandadev.net/v1/account/sessions/oauth2/callback/github/67a62d960012e724f2ab
Github App Setup:
- Client ID: Ov23***
- Client Secret: 6b84***
- Callback URL: https://appwrite.pandadev.net/v1/account/sessions/oauth2/callback/github/67a62d960012e724f2ab
- ./server/api/auth/github.get.ts
- ./server/api/auth/github/callback.get.ts
Project Structure:
- Nuxt 3.15.4 with SSR enabled
- Appwrite 1.6.1 Self-Hosted
- node-appwrite 15.0.0
If more code or information is reqired just tell me
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Getting current user has been blocked
Getting current user has been blocked error while signing in the appwrite console. Got this during I am testing with the my saas web project. Please help to unb...