Skip to content

An invalid request URI was provided #4635

Description

@bonaparte89

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions