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
- Project restoration button in console
The project restore button in console is taking no effect, i have tried several times and still nothing, it gives same popup if i reload
- 1.9.5 Migration problem
1.9.5 migration problem after run migration command only openruntimes-executor
- Appwrite Sites deployment fails because ...
Appwrite Cloud Sites deployments are failing consistently for both GitHub and manual deployments. The build command completes successfully and packaging also c...