juraj7b
07-26-2023Data Storage
SisenseJs integrationruntime error
Hey folks,
I’m getting runtime error during
Sisense.connect function call - sisense.v1.js:1437 Uncaught TypeError: Cannot read properties of undefined (reading 'name')
When inspecting sources this is where it comes from
key: "getSocketOrigin",
value: function(e) {
var t = e.user.tenant.name; <<<<
return t && "system" !== t ? window.prism.origin.replace(new RegExp("/" + t + "/?$"), "") : window.prism.origin
}
Additional info that might be helpful
- I get HTTP 401 when fetching following script - https://the7bridges.sisense.com/api/v1/plugins/get_info
Any help will be appreciated
regards
Juraj