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
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...