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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! Iโm seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)