anyone who can help me... I want to store data after user authenticated. in redux...
- 0
- Users
- Accounts
- Web

I am using react with redux for state management... I want to dispatch the user details after creating oauth session...

in we, the user gets redirected somewhere else when you call createOAuth2Session()
so that console.log()
is never executed. You would have to put your logic on the page where the user is redirected back to.
also, you should set up your app like https://github.com/appwrite/appwrite/discussions/3938#discussioncomment-3746725. So when you're redirected back to your app, this logic will run and you'll be logged in

I am not using flutter...
Recommended threads
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
- Realtime stuck on pending
I'm hosting appwrite on a server where there's already nginx running and you can see how it's config looks for appwrite on attachted screenshot. I'm not getting...
