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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...