Login script not triggered for custom database

i’m trying to migrate django auth to auth0, i’ve done the following steps:

  1. create an app for django in auth0
  2. create a custom database for django auth and link the app
  3. add login and getIUser script

login and getUser are tested with TRY and working, but the issue is,
when i test on local, the local login will redirect the login to auth0, but from auth0 it does not redirect back to local, it stopped somewhere before the login script was triggered, because i put a logging at the very begining of the script nothing shows up. all i get is a 404 from usernamepassword/login when click the login from the auth0 login page.

resolved in a new tenant. probably with some settings.

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