Security module access - bundles/kbn-ui-shared-deps-npm/kbn-ui-shared-deps-npm.dll

Hi
I am getting this error when trying to access security module,
// ```
{
"name": "Error",
"body": {
"message": "undefined: undefined",
"status_code": 400
},
"message": "Bad Request",
"stack": "o@http://192.168.1.40:5601/55572/bundles/kbn-ui-shared-deps-npm/kbn-ui-shared-deps-npm.dll.js:396:16044\nt@http://192.168.1.40:5601/55572/bundles/kbn-ui-shared-deps-npm/kbn-ui-shared-deps-npm.dll.js:396:15274\n__kbnSharedDeps_npm__</e.exports/<@http://192.168.1.40:5601/55572/bundles/kbn-ui-shared-deps-npm/kbn-ui-shared-deps-npm.dll.js:396:12404\nn@http://192.168.1.40:5601/55572/bundles/core/core.entry.js:1:269736\ne/<@http://192.168.1.40:5601/55572/bundles/core/core.entry.js:1:276581\nf@http://192.168.1.40:5601/55572/bundles/kbn-ui-shared-deps-npm/kbn-ui-shared-deps-npm.dll.js:515:1458\nd/o._invoke</<@http://192.168.1.40:5601/55572/bundles/kbn-ui-shared-deps-npm/kbn-ui-shared-deps-npm.dll.js:515:1212\nO/</<@http://192.168.1.40:5601/55572/bundles/kbn-ui-shared-deps-npm/kbn-ui-shared-deps-npm.dll.js:515:1821\nn@http://192.168.1.40:5601/55572/bundles/kbn-ui-shared-deps-npm/kbn-ui-shared-deps-npm.dll.js:364:292131\ns@http://192.168.1.40:5601/55572/bundles/kbn-ui-shared-deps-npm/kbn-ui-shared-deps-npm.dll.js:364:292343\n"
}

 It wasn't like this before 
Anybody knows how to fix this please?

Welcome to our community! :smiley:

Can you clarify what you mean by "trying to access security module" please.

Hi,

I am facing the same issue. Basically, the error comes when you click on the security module. Nothing works under that module for me

Hi
The problem in my case was that I deactivated all ssl configurations, so it gave that error. Apparently, one have to set correctly ssl to have the module works.
Cheers

1 Like

Thanks warkolm :slight_smile:
It's fine now !
What I meant is going to the interface localhost:5601 clicking on security gave that error, but it worked after returning ssl configs.

Thanks Lamis, I give it a try

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