Hey all, I hope this is the correct category.
As the title states, we recently upgraded both our staging and production appwrite to 1.6.1. We had GitHub oauth enabled on both and in both the GitHub oauth login doesn't work anymore.
The error states it's a faulty input, but nothing was changed in either configuration.
Any hints on what could be the issue are much appreciated
Accounts from other people singing up with GitHub are coming in, so maybe it has to do with someone signing up again after removing his account.
Recommended threads
- Failed function deployments
I am using appwrite 1.8.0 (self hosted) and trying to manually deploy a python function. I am using appwrite from 0.x and went through multiple migrations. So ...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...
- How to get current user account session ...
i am using sveltekit and i'm a bit unclear on how to get the current user's session from the server side. thisi s what i have so far // src/lib/server/appwrite...