Django tutorial doesn't work

I did a django tutorial using the following URL.
https://auth0.com/docs/quickstart/webapp/django/01-login)

But, that isn’t work.

After completing the tutorial setup and clicking the login link, I get an error screen saying “invalid_request: no connections enabled for the client”.

Do you know what could be causing this…

Hey there, welcome to Auth0!

Let’s start by verifying the connections set for the client app (your python regular web app) in your Auth0 tenant.

  1. In your affected Auth0 tenant (you have 3 tenants now), please navigate to your Python regular web app and under the “Connections” tab, please allow the required connections.

  2. Please make sure that in the .env file of your python project, you provided the credentials to the right tenant.

Please let me know if that helped, otherwise, happy to dive deeper into that together!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.