Can't opne kibana 7.10.1 on firfox

I installed elasticsearch with version 7.10.1 and kibana 7.10.1 on my local ubuntu machine.
{
"name" : "validation-es",
"cluster_name" : "validation-es-cluster",
"cluster_uuid" : "QhjLeuvZQVGA9Str2lc8Wg",
"version" : {
"number" : "7.10.1",
"build_flavor" : "default",
"build_type" : "deb",
"build_hash" : "1c34507e66d7db1211f66f3513706fdf548736aa",
"build_date" : "2020-12-05T01:00:33.671820Z",
"build_snapshot" : false,
"lucene_version" : "8.7.0",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}
When I tried to open kibana via web browser(I am using firefox with version 81.0, it kept me in loading status, and browser is hang. I went to the logs of kibana, but I didn't see fatal issue.
Jan 07 11:18:41 R2-D2 kibana[124553]: {"type":"response","@timestamp":"2021-01-07T03:18:41Z","tags":,"pid":124553,"method":"get","statusCode":302,"req":{"url":"/","method":"get","headers":{"host":"10.60.2.80:5601","user-agent":"Mozilla
Jan 07 11:18:41 R2-D2 kibana[124553]: {"type":"response","@timestamp":"2021-01-07T03:18:41Z","tags":,"pid":124553,"method":"get","statusCode":302,"req":{"url":"/spaces/enter","method":"get","headers":{"host":"10.60.2.80:5601","user-age
Jan 07 11:18:41 R2-D2 kibana[124553]: {"type":"response","@timestamp":"2021-01-07T03:18:41Z","tags":,"pid":124553,"method":"get","statusCode":200,"req":{"url":"/app/home","method":"get","headers":{"host":"10.60.2.80:5601","user-agent":
Jan 07 11:18:42 R2-D2 kibana[124553]: {"type":"response","@timestamp":"2021-01-07T03:18:42Z","tags":["api"],"pid":124553,"method":"get","statusCode":304,"req":{"url":"/bootstrap.js","method":"get","headers":{"host":"10.60.2.80:5601","use

Could anyone help me on this issue? Thanks.

Welcome to our community! :smiley:

Can you check firefox's console in developer tools and see if there is anything relevant?

It shows the error liks this:
Content Security Policy: The page’s settings blocked the loading of a resource at inline (“script-src”). home:342:1
^ A single error about an inline script not firing due to content security policy is expected! bootstrap.js:43:20
window.controllers/Controllers is deprecated. Do not use it for UA detection. kbn-ui-shared-deps.js:380:984495
This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”.

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