when i use google login im not getting any secret/session anything to my success url that is http://localhost:3000/home
The session is getting created i can see it in project -> auth -> user -> session in the appwrite cloud
Code:
Developers are having trouble with Google login as the secret/session data is not being received in the success URL. The issue may be related to the code snippet provided for creating an OAuth2 session. Make sure to check the implementation for any potential errors or missing configurations in the code snippet.