Kibana Dev Tools Console won't load in Safari

I've had an issue plaguing me through several of the recent minor releases of Kibana. I can't load the Dev Tools Console in Safari. I always get a not-especially-helpful error message "Cannot load Console. Try reloading to get the latest data." followed by a button labeled "Reload Console". When I try to reload the console, I get the same error.

The browser debug console shows "QuotaExceededError: The quota has been exceeded." followed by a long stack trace:

[Error] QuotaExceededError: The quota has been exceeded.
(anonymous function) (2.plugin.js:1:280606)
fs (kbn-ui-shared-deps.js:422:78026)
Ml (kbn-ui-shared-deps.js:422:102753)
(anonymous function) (kbn-ui-shared-deps.js:430:3706)
ol (kbn-ui-shared-deps.js:422:87460)
ol
(anonymous function) (kbn-ui-shared-deps.js:422:45978)
(anonymous function) (kbn-ui-shared-deps.js:430:3706)
Gi (kbn-ui-shared-deps.js:422:45924)
Yi (kbn-ui-shared-deps.js:422:45859)
el (kbn-ui-shared-deps.js:422:84326)
Aa (kbn-ui-shared-deps.js:422:63235)
Aa
_callee$ (2.plugin.js:1:268308)
l (kbn-ui-shared-deps.js:368:155660)
(anonymous function) (kbn-ui-shared-deps.js:368:155410)
use_data_init_asyncGeneratorStep (2.plugin.js:1:264324)
_throw (2.plugin.js:1:264780)
promiseReactionJob

I am now running the Elastic Stack version 7.9.2. Using Safari Version 14.0 (15610.1.28.1.9, 15610 on macOS X 10.15.7).

I CAN use that copy of Safari to use the Kibana Dev Tools on another cluster running Elasticsearch 7.6.2.

Any ideas or assistance short of deleting all my browser data are appreciated. :slight_smile:

Hello,

Apologies. But I am confused. Do you mean to say you cannot open developer console in safari when you run elasticstack 7.6.2 but you can open it without issues on 7.9.2?

Thanks,
Bhavya

No, the other way around, sorry. Fails in 7.9.2 with the QuotaExceededError (sounds like a React framework error, probably related to local storage in the browser) but it works just fine with Kibana 7.6.2.

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