4

I'm trying to use Auth0 in angular app, but when I set the configuration in [https://manage.auth0.com/dashboard/] I got this error when click on save changes button

Error!Payload validation error: 'Object didn't pass validation for format absolute-https-uri-or-empty: https://localhost:4200/en/signin' on property initiate_login_uri (Initiate login uri, must be https).

How to solve this error?

1 Answers1

5

change your Application Login URI localhost to 127.0.0.1

so your URI will look like that https://127.0.0.1:4200/en/signin

source: Application Login URI field