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
- RealtimeResponseEvent Typescript Bug
Hello, could you please fix RealtimeResposneEvent, the one in realtime.ts have timestamp: string, but the one in client.ts have timestamp: number, and it causes...
- Appwrite Team we love using your service...
Custom domain many people are complaining and asking for answers from you guys it wouldn't take you a day to fix it why naa 🤔
- Bug Report CLI
So I wanted to generate types for the project using "appwrite types types". Expected outcome- generate ts type with the types. Got outcome- appwrite types...