I am running source with Docker on VPS and getting errors.
The error when I log in with IP :Port, the detail:
error:invalid_request
error_description:The mandatory 'code_challenge' parameter is missing.
error_uri:https://documentation.openiddict.com/errors/ID2029
The error when I tried to log in with domain, the detail:
[04:41:12 INF] The authorization request was successfully extracted: {
"redirect_uri": "https://demo-umbraco.personal.work/umbraco/oauth_complete",
"client_id": "umbraco-back-office",
"response_type": "code",
"state": "PgleHhH3BC",
"scope": "offline_access",
"prompt": "consent",
"access_type": "offline",
"code_challenge": "h865T0ZleHR3fsaK0wKQKswqPs9NM92xsYcvI35EIL8",
"code_challenge_method": "S256"
}.
[04:41:12 INF] Client validation failed because 'https://demo-umbraco.personal.work/umbraco/oauth_complete' was not a valid redirect_uri for umbraco-back-office.
[04:41:12 INF] The authorization request was rejected because the redirect_uri was invalid: 'https://demo-umbraco.personal.work/umbraco/oauth_complete'.
[04:41:12 INF] The response was successfully returned as a plain-text document: {
"error": "invalid_request",
"error_description": "The specified 'redirect_uri' is not valid for this client application.",
"error_uri": "https://documentation.openiddict.com/errors/ID2043"
}.