Kibana did not load properly while connecting with VPN

Hi

I'm using Kibana 7.2.0 on K8S behind AWS load balancer, and it works fine till yesterday.
Usually I'm connecting with my work VPN to Kibana, but from yesterday it just show the error: 'Kibana did not load properly', and in the dev tools the errors are:

  1. Uncaught TypeError: Cannot read property 'dataset' of null on /bundles/app/kibana/bootstrap.js

  2. Failed to load resource: net::ERR_CONNECTION_RESET

but without VPN connection I can access to Kibana without any issues.
I'v seen that the VPN might block some JS that Kibana needs to run, is there any way to unblock it or something?

Thanks

Hard to say what's happening here. Looks like something in the configuration of your VPN changed that's preventing Kibana to load. What happens when you cURL the Kibana endpoint directly? Something like: curl -XGET 'http://my-kibnaa-server:port/

1 Like

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