ChrisK
ChrisK2mo ago

Broken login for nextjs app in turbo-expo-nextjs-clerk-convex-monorepo

Context: I followed the instruction to setup https://github.com/get-convex/turbo-expo-nextjs-clerk-convex-monorepo locally Problem: When I login using google Oauth the page repeatedly refreshes but never redirects to the protected route. I can see a query param being added and removed from the url as the page refreshes. When I close the tab and visit localhost:3000 I am now on the protected page.
GitHub
GitHub - get-convex/turbo-expo-nextjs-clerk-convex-monorepo: Monore...
Monorepo template with Turborepo, Next.js, Expo, Clerk, Convex - get-convex/turbo-expo-nextjs-clerk-convex-monorepo
2 Replies
Convex Bot
Convex Bot2mo ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
ChrisK
ChrisKOP2mo ago
Actually it isn't a search param. URL has &clear added and removed as the page refreshes after attempting a login

Did you find this page helpful?