Application Login URI field causes payload validation error for http://localhost:8080/login

I’m trying to setup localhost URIs for dev purposes. The Application Login URI field populated with http://localhost:8080/login causes an error while saving:


Error! Payload validation error: ‘Object didn’t pass validation for format absolute-uri-or-empty: http://localhost:8080/login’ on property initiate_login_uri (Initiate login uri, must be https and cannot contain a fragment).


I couldn’t find anything related in the docs about this particular error, some explanation of this behaviour would be really helpful for me to get started.

Meanwhile I redesigned the authentication process of the app so that no extra login URI is required any longer. Application Login URI is left blank, hence, problem solved :wink:

1 Like

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