Joshua LMOriginal post
Web Developer
I have hosted my appwrite like **appwrite.domain.com ** and authenticated successfully with oAuth2 and created session at console but when i call account.get() still could not get user session info.
I'm testing from local
when i test cloud version it working as expected.
version: 1.6.0
Summary
Developers are having trouble with the `account.get()` method after authenticating with oAuth2 and creating a session in the console. The method works fine on the cloud version but not locally. Version 1.6.0 is being used.