I am trying to set up my 1st Auth0 project using the generated demo app. I created my new application and was trying to fill in the URLs for authorized, etc. But no matter what I put in I get:
" Error! Payload validation error: ‘Object didn’t pass validation for format absolute-uri-or-empty: https://localhost:3000/login’ on property initiate_login_uri (Initiate login uri, must be https and cannot contain a fragment)."
Can you
a) Tell me what I did wrong
b) Fix the page to provide more useful guidance like valid vs. invalid examples
c) Maybe default the fields in the pages to support the localhost example?
This seems to come up at regular intervals, so a combination of better UX and more documentation (linked off that page) would be helpful.