Hi,
I have created a Vue.js SPA on a free account. It allows users to sign up, log in and log out of a Vue.js app I run locally. All signup, login and logout redirects function as expected.
Upon realizing that my team is already billed for an Auth0 account, I reproduced this Vue.js SPA in the dashboard of this billed account. I have updated my Domain and Client ID environment variables and restarted the app. I left the rest of the code untouched. I am using the auth0-spa-js library with Vue.js 2, with an Auth0 plugin and custom login, signup and logout buttons that call it.
Upon clicking on the SignUp button, to sign up as a new user, I get the following error message.
I double checked the settings on the 2 accounts but cannot find anything that looks login-related. I get the following error in the browser console:
Uncaught Error: Error: At least one email, sms or social connection needs to be available
.
I checked Authentication / Username-Password-Authentication in the dashboard, and the ‘Disable Sign Ups’ toggle is turned off.
I checked for any relevant difference between the dashboard settings of the new account where signup is functional, and my target billed account, especially on the Vue.js app settings, but could not find any at first sight.
Can you please help me troubleshoot this?
Thank you in advance