Issues icon indicating copy to clipboard operation
Issues copied to clipboard

Unable to load/edit Step Templates - continues to load

Open RobMcCarther opened this issue 1 year ago • 1 comments

Severity

Low

Version

2024.4.6274

Latest Version

I could not reproduce the problem

What happened?

When attempting to update a step template the page continues to load. Error presented { "ErrorMessage": "There was a problem with your request.", "Errors": [ "An item with the same key has already been added. Key: RunbookProcess-Runbooks-61-s-3-EUTW0" ], "ParsedHelpLinks": [], "Details": {} }

Reproduction

Simply login to Octopus Navigate to Step Templates Try to load/Edit any step template

Error and Stacktrace

{
  "ErrorMessage": "There was a problem with your request.",
  "Errors": [
    "An item with the same key has already been added. Key: RunbookProcess-Runbooks-61-s-3-EUTW0"
  ],
  "ParsedHelpLinks": [],
  "Details": {}
}

More Information

No response

Workaround

No response

RobMcCarther avatar Nov 06 '24 15:11 RobMcCarther

FYI, i fix the issue by finding the Runbook-61, creating a new snapshot. and deleting all the old snapshot https://janacorporation.octopus.app/app#/Spaces-1/projects/dimp-infrastructure/operations/runbooks/Runbooks-61/snapshots

JANA-mrioux avatar Nov 07 '24 15:11 JANA-mrioux