I'm unable to connect my Auth0 account to my MongoDB database and migrate the data there

I connected my Auth0 account to my MongoDB database and I’m having some issues with logging in or signing up directly from my app. Even though it directs me to the Auth0 signin/login page and the user data is being stored in the Auth0 server, the data is not being migrated to my MongoDB database. My data is only being migrated if I login or signup from the Auth0 site via “Try Connection”.

Sounds like you are not using the right connection for your application. Check the applications enabled for that application in your dashboard.

John