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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Bug: TOTP MFA verification always fails ...
*Bug: TOTP MFA verify always returns `user_invalid_token` (Cloud 1.8.1, Frankfurt)** Project ID: `68dd48440003e537d849` SDK: `appwrite@18.2.0` (also tested wit...