C
C4mo ago

convex auth with google

i am using convex auth and nextjs with google provider when I get redirected to googles sign in it says "Sign in to continue to something.convex.site" where can i change this to my domain?
3 Replies
Convex Bot
Convex Bot4mo 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. - Ask in the <#1228095053885476985> channel to get a response from <@1072591948499664996>. - Avoid tagging staff unless specifically instructed. Thank you!
sshader
sshader4mo ago
Check out custom domains (https://docs.convex.dev/production/hosting/custom#custom-domains) -- currently a pro feature
Custom Domains & Hosting | Convex Developer Hub
Serve requests from any domains and host your frontend on any static hosting provider, such as GitHub.
sshader
sshader4mo ago
To my knowledge, no way to change the screen google shows without changing the callback URL

Did you find this page helpful?