Google oauth broken - tried to set up custom domain
Steps I took from https://labs.convex.dev/auth/advanced and https://docs.convex.dev/production/hosting/custom:
Set up custom domain for actions in settings.
Set up CUSTOM_AUTH_SITE_URL in preoduction settings env variables
Changed the Authorized redirect URIs in google developer console
When I click the google auth button Im being redirected to my custom domain I set up (https://convex.launchforge.com/api/auth/signin/google?code=... ) but get:
This page isn’t working
convex.launchforge.com redirected you too many times.
Try deleting your cookies.
ERR_TOO_MANY_REDIRECTS
(I tried deleting my cookies)
Advanced: Details - Convex Auth
Authentication library for your Convex backend

2 Replies