@robertino.calcaterra Doesn’t seem to work properly. While running locally (before Heroku steps), clicking the “Log In” link to bring up the login page produces an error.
File "\codeshare\auth0login\auth0backend.py", line 15, in authorization_url
return 'https://' + self.setting('DOMAIN') + '/authorize'
TypeError: can only concatenate str (not "NoneType") to str
FYI, I’m being taken to http://localhost:8000/login/auth0/ for the login page. Not sure if that’s correct but it doesn’t feel correct. I’ve gone through every step multiple times but cannot find any mistakes in my code. Starting to think there’s a bug in the tutorial but I am not sure where.