Hi, I am trying to set up a connection for my application. I only care to integrate Passwordless (email) with Universal Login. I have followed the Rails tutorial and when I am redirected to Auth0 I get the following error:
no connections enabled for the client
I get the same error when I am redirected from the Getting Started page as well.
This error indicated that you have not allowed any connections for this particular application.
If you go to your dashboard, find the application that matches the client_id that is making the authentication requests (this should be your rails app), you can go to the connections tab of your application settings, scroll to the bottom and toggle on the passwordless connection you have configured.