Hi @abhi3836
The “ One or more of your connections are currently using Auth0 development keys and should not be used in production .” error means that one of your social connections is using the Auth0 keys and not your own to connect to the social provider. The Auth0 keys are useful for developing and testing your application, but they shouldn’t be used in your production environment.
You’ll need to go to your social connections in the dashboard, select each social connection and then check if you left blank the API Key and Secret Key. If so, you’re using the Auth0 dev keys and you should really set up your own keys. You can read more about this here:
https://auth0.com/docs/get-started/dashboard/set-up-social-connections