An unexpected error occurred in Octopus v2019.3.0: "TypeError: Cannot read property 'isMultiTenancyEnabled' of null"

I’m upgrading my company’s Octopus server from 2018 LTS to 2019.3 and getting the same error as this thread, which was unfortunately closed a few days ago. I tried the same reboot that the creator mentioned, but it did not work for me. Here is the complete error message:

Octopus v2019.3.0TypeError: Cannot read property ‘isMultiTenancyEnabled’ of null

Function.C [as mapToProps] (https://od.contoso.com/main.2e6289db8ea487678126.hashedasset.js:1:1116995)
r (https://od.contoso.com/react.b6fe6b93ca3074f66333.hashedasset.js:1:195379)
Function.r.mapToProps (https://od.contoso.com/react.b6fe6b93ca3074f66333.hashedasset.js:1:195498)
r (https://od.contoso.com/react.b6fe6b93ca3074f66333.hashedasset.js:1:195361)
i (https://od.contoso.com/react.b6fe6b93ca3074f66333.hashedasset.js:1:422142)
undefined (https://od.contoso.com/react.b6fe6b93ca3074f66333.hashedasset.js:1:422640)
Object.run (https://od.contoso.com/react.b6fe6b93ca3074f66333.hashedasset.js:1:190985)
c.initSelector (https://od.contoso.com/react.b6fe6b93ca3074f66333.hashedasset.js:1:193522)
new c (https://od.contoso.com/react.b6fe6b93ca3074f66333.hashedasset.js:1:192425)
constructClassInstance (https://od.contoso.com/react.b6fe6b93ca3074f66333.hashedasset.js:1:327543)

I don’t know if it’s relevant or not, but we are using tenants for some of our deploy processes.

I managed to pull logs from the browser’s javascript console (OctopusJSConsole.txt (4.3 KB)) before we reverted our server back to what it was before. If I’m reading it correctly it looks like I was able to authenticate with the server (ours is through Active Directory) but it couldn’t pull permissions for my user. I didn’t find any logs on the server itself, but we’re giving it another crack today so I’ll be able to take another look.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.