Clerk issue with the npm create CLI
I was just creating a test Next.js app with
npm create convex@latest
and noticed an issues when running the app after setting everything up.
Steps to reproduce:
1. Log in with a Google account (you should be able to select from the list available Google accounts).
2. When successfully logged in, log out again.
3. Try to login again using the Google provider. This time I don't see an option to choose from a specific Google account. It just logs me in with the same account as last time.
Note: When I tried the Clerk template I don't have this issue. Every time you login with the Google provider you see the list of Google accounts to choose from.2 Replies
Thanks for reporting @David! I'm not sure why the template would affect this. Maybe Clerk changes behavior based on its client version, you could try to upgrade it to latest in the repo that started with the Convex template.
Thanks for the feedback, I'll try that when I have time.