I'm using createEmailSession in next-auth function but account.get() not work after it and i want to get user object to return full info
If this is being executed server side, you'll need to manually make the API call and manually manage the session since the web sdk is meant to be used client side where the session is automatically handled by the browser
can i find this in documentation?
Maybe this will help: https://appwrite.io/docs/rest#client-auth
thanks ill try to implement
Recommended threads
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- Inviting members while SMTP is disabled ...
Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126