When I click cancel when trying to auth to Discord but click cancel instead of Authorize it redirect me to appwrite's API and it returned:
Error 400
Param "code" is not optional.
Error ID: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
instead of redirecting me to the failure URL
I have to manually enter &code=0
to make it redirect
not really a big deal but I think it's a bug on the Appwrite side
This is a known issue and I suggest you 👍🏼 this issue: https://github.com/appwrite/appwrite/issues/2591
alright
[SOLVED] When Discord Oauth2 fail appwrite throw error instead of redirecting
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...