Skip to content

404 Not Found error when trying to access Manager #544

@MaciejMis

Description

@MaciejMis

Reproduction:

  1. GET on Managers collection,
  2. Choose a Manager that was discovered by any plugin (for example GRF),
  3. GET on chosen Manager

Response:

{
    "error": {
        "code": "Base.1.6.1.GeneralError",
        "message": "An error has occurred. See ExtendedInfo for more information.",
        "@Message.ExtendedInfo": [
            {
                "@odata.type": "#Message.v1_0_8.Message",
                "MessageId": "Base.1.6.1.ResourceNotFound",
                "Message": "The requested resource of type Plugin named Manager was not found. error while trying to fetch plugin data: no data with the with key Manager found",
                "Severity": "Critical",
                "MessageArgs": [
                    "Plugin",
                    "Manager"
                ],
                "Resolution": "Provide a valid resource identifier and resubmit the request."
            }
        ]
    }
}

Log message:

time="2021-05-20T11:38:33+02:00" level=error msg="unable to get manager details : error while trying to fetch plugin data: no data with the with key Manager found"

Metadata

Metadata

Assignees

No one assigned

    Labels

    prio:normalnormal priority, can be taken up after high priority issues are addressedstatus:newThis tag is attached to a new issue during creation onlytype:bugThis tag is attached to 'bug' issue during creation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions