update: I had login working consistently after making the ReduxProvider a child of the Auth0Provider in the root (had it reversed previously) but it would redirect me to login again on a hard refresh. So, I set up domain-specific OAuth client-id and client-secret via the google developer console for the app. The tenant I’m using is dev-3cqt2bq0 and the app name is ckt. I was still logged in locally after adding values to their corresponding keys in connections/social in the dashboard. When I tested it before logging out it would reload each time on refresh and keep me logged in. After clearing site data via application of dev tools, however, I got the following 500 internal server error
That said, when testing the connection from the connection/social/google page of the app dashboard, it loads the user info successfully.
Any idea on how to go about resolving this? Should I add the tenant-specific login URI and the tenant-specific callback URL that I provided to google in the app settings?