
I am trying to set oauth for google using appwrite for my next.js application. After clicking on the signIn with google button ..it is directly rdirecting to the required home page ..without even showing the pop up window to choose the account and login accordingly. Infact after redirecting ..it is automatically showin a user in the auth section in appwrite console. Hereis how i have initialized my appwrite project for oauth

it shouldn't be a popup. when you are trying to create an oauth2 session, appwrite client sdk should redirect your user to google oauth2 page, then return him back to your app (by URL provided in success param)

Understood ..but it not redirecting to google oauth2 page

it is directly rediecting to home page url ...without asking to select account for loggiing in and all
Recommended threads
- mcp-for-docs not working properly
I'm experiencing issues integrating the MCP server tool with Cursor IDE. The MCP server connection establishes successfully initially but fails after one minute...
- Creating a relationship with nested obje...
{ "data": { "name": "DiDi", "type": "Software Development", "userJobs": [{ "$id": "68cbf1e2003612fb13ca", "j...
- Realtime integration with SSR auth
Hey, I have a nextjs website with SSR auth, works great. I use a session client for user verification and an admin client with API key. Both is used with node-...
