Can not view or edit SSH Key Pair Accounts

When I try to view or edit an existing SSH Key Pair Account, the page crashes because of a Javascript error. All I get is the title of the page and an yellow box / empty message box.

I get a Javascript-error:

TypeError: Cannot read property 'filter' of undefined
    at octopus.min.js:156
    at processQueue (octopus.min.js:19)
    at octopus.min.js:19
    at Scope.$eval (octopus.min.js:19)
    at Scope.$digest (octopus.min.js:19)
    at Scope.$apply (octopus.min.js:19)
    at octopus.min.js:146
    at Object.success (octopus.min.js:143)
    at XMLHttpRequest.request.onreadystatechange (octopus.min.js:143)(anonymous function) @ octopus.min.js:19

We are running Octopus Deploy 3.4. Same issue in both Google Chrome and Internet Explorer (11)

Hi,

Thanks for reaching out. We fixed this in 3.4.1: https://github.com/OctopusDeploy/Issues/issues/2660

Please try to upgrade to the latest version of Octopus and let us know if the issue persists

Thanks,
Dalmiro

Perfect! Updated to 3.4.2. Works fine now :slight_smile:

Thank you!