We just updated to the latest Automapper 16.1.1 version.
License key set as expected, but receiving the following error. Nothing else has changed in the PR.
{
"title": "An unhandled exception has occurred while executing the request.",
"status": 500,
"traceId": "0HNL4V5PR7LN2:00000003",
"correlationId": "0HNL4V5PR7LN2:00000003",
"exception": {
"ClassName": "Logging.Core.Abstractions.Exception",
"Message": "An unhandled exception has occurred while executing the request.",
"InnerException": {
"ClassName": "Microsoft.AspNetCore.Authentication.AuthenticationFailureException",
"Message": "An error was encountered while handling the remote login.",
"InnerException": {
"ClassName": "System.InvalidOperationException",
"Message": "An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set."
}
},
"ErrorCode": 17001
}
}
Is there any need to set any Uri in the appsettings?
We just updated to the latest Automapper 16.1.1 version.
License key set as expected, but receiving the following error. Nothing else has changed in the PR.
{ "title": "An unhandled exception has occurred while executing the request.", "status": 500, "traceId": "0HNL4V5PR7LN2:00000003", "correlationId": "0HNL4V5PR7LN2:00000003", "exception": { "ClassName": "Logging.Core.Abstractions.Exception", "Message": "An unhandled exception has occurred while executing the request.", "InnerException": { "ClassName": "Microsoft.AspNetCore.Authentication.AuthenticationFailureException", "Message": "An error was encountered while handling the remote login.", "InnerException": { "ClassName": "System.InvalidOperationException", "Message": "An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set." } }, "ErrorCode": 17001 } }Is there any need to set any Uri in the appsettings?