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
- Appwrite sites
I have built saas using react and tanstack, when I connect my repo(private) with appwrite sites, deployment works properly but screenshot capture fails, and whi...
- A resource limit has been exceeded for t...
Hi. My website has been blocked for exceeding the limit, and out of the 5GB I only used 1.18MB, while the email says 6.36GB. Project Id: 6908f95b002d8ad8d320
- Can I create a transaction that involves...
i want to create a row un `auth.users` and then create a user in a table `profiles` but i want to use the same id for both tables. So, if insert a row in pro...