Invalid version check doesn't work for Legacy plugins #50785
Labels
bug
Fixes for quality problems that affect the customer experience
regression
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Kibana version: master
Describe the bug:
Kibana doesn't disable plugins with invalid version, but crashes.
Steps to reproduce:
7.4.0
Expected behavior: Kibana starts and logs
Plugin "${name}" was disabled because it expected Kibana version "${pluginVersion}", and found "${kibanaVersion}".
Provide logs and/or server output (if relevant):
fails on reading from https://github.com/restrry/kibana/blob/3131dd494d623c72690b4a6335f109d19e6d3cc3/src/core/server/legacy/plugins/find_legacy_plugin_specs.ts#L102
Any additional context: can be affected by recent changes #43433
The text was updated successfully, but these errors were encountered: