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
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...