When testing Auth0 on my local machine, I need to set allowed URLs to https://localhost:8000.
However when trying to save, I get this error:
Error!Payload validation error: 'Object didn't pass validation for format absolute-https-uri-or-empty: http://localhost:3000/login' on property initiate_login_uri (Initiate login uri, must be https).
We cannot use 127.0.01 nor create a custom local domain (e.g.: https://app.john.local:3000/projects) even though the later works perfectly.
This issue was reported by many users in the following page about a year ago and has been closed as there’s a work around. However the main issue is not fixed yet:
We’d appreciate your help or any update on this.