When i call the account.createOAuth2Session
function, it does not throw any error in the process. but when I try to get the currently logged-in user afterward with account.get
, it doesn't show me the current user.
Below are the devices and browsers where I've tested it
- Not working
- Safari (iPhone, iPad, Mac)
- Chrome (iPhone, iPad)
- Firefox (Linux, Windows, Android, Mac)
- Working
- Chrome (Linux, Windows, Android, Mac)
Stack: NextJS Appwrite Cloud
I do have a demo app deployed for this. If u wanna test it live, dm me ur gmail and I'll add u to the test users list in my Google Cloud console, also provide u the app link
lmk if u need any more info to debug this
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...