Hello All,
After I successfully creating session by google i cant get session or token from other domain in backend
For example frontend in example.com and Appwrite in api.example.net
So in cookie it come in domain .api.example.net
And can’t get session or even to get the token
Can you help please 🙏
TL;DR
After creating a session with Google, developers are unable to retrieve the session or token from another backend domain. The issue seems to be related to the cookie domain. Solution: Check and adjust the cookie domain settings to allow session and token retrieval across different domains.