We’re currently migrating our Octopus Server on version 4.1.6 into a cloud VM, we took a backup and built a new box also running 4.1.6 (with the aim to be to upgrade the version once the restore completes). Checking over our project we’ve noticed that a specific subset of projects all display
TypeError: Cannot read property ‘Id’ of undefined
at Object.renderTarget (https://octopus.my-domain-here/main.7aaae1e862ed0dbbc376.hashedasset.js:1:1193848)
at https://octopus.my-domain-here/main.7aaae1e862ed0dbbc376.hashedasset.js:1:338506
at Array.map ()
at t.render (https://octopus.my-domain-here/main.7aaae1e862ed0dbbc376.hashedasset.js:1:338473)
at u (https://octopus.my-domain-here/react.44c43694a8ff6197bd86.hashedasset.js:1:336789)
at beginWork (https://octopus.my-domain-here/react.44c43694a8ff6197bd86.hashedasset.js:1:338289)
at i (https://octopus.my-domain-here/react.44c43694a8ff6197bd86.hashedasset.js:1:350581)
at u (https://octopus.my-domain-here/react.44c43694a8ff6197bd86.hashedasset.js:1:351097)
at c (https://octopus.my-domain-here/react.44c43694a8ff6197bd86.hashedasset.js:1:351572)
at m (https://octopus.my-domain-here/react.44c43694a8ff6197bd86.hashedasset.js:1:353594)
Where my-domain-here is the correct domain for our octopus instance. How do we solve this issue?