Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

License management doesn't load without telemetry plugin #69702

Closed
flash1293 opened this issue Jun 23, 2020 · 5 comments
Closed

License management doesn't load without telemetry plugin #69702

flash1293 opened this issue Jun 23, 2020 · 5 comments
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Team:Operations Team label for Operations Team

Comments

@flash1293
Copy link
Contributor

Kibana version: master

Describe the bug: If telemetry is disabled using the yml setting (telemetry.enabled: false), the License management screen won't load at all

Steps to reproduce:

  1. telemetry.enabled: false in yml file
  2. Start server
  3. Log in and go to Management > License managemet
  4. Blank screen

Errors in browser console (if relevant):

Uncaught (in promise) Error: __kbnBundles__ does not have a module defined for "plugin/telemetry/public"
    at Object.get (bootstrap.js:26)
    at Module.plugin/telemetry/public (plugin.ts:93)
    at __webpack_require__ (bootstrap:63)
    at Module../public/application/lib/telemetry.ts (telemetry.ts:1)
    at __webpack_require__ (bootstrap:63)
    at Module../public/application/components/telemetry_opt_in/telemetry_opt_in.tsx (telemetry_opt_in.tsx:1)
    at __webpack_require__ (bootstrap:63)
    at Module../public/application/components/telemetry_opt_in/index.ts (index.ts:1)
    at __webpack_require__ (bootstrap:63)
    at Module../public/application/sections/license_dashboard/start_trial/start_trial.tsx (start_trial.tsx:1)

Provide logs and/or server output (if relevant):

Any additional context:

@flash1293 flash1293 added bug Fixes for quality problems that affect the customer experience Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc labels Jun 23, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-platform (Team:Platform)

@pgayvallet pgayvallet added the Team:Operations Team label for Operations Team label Jun 24, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations (Team:Operations)

@pgayvallet
Copy link
Contributor

@spalger I guess this is an optimizer / public dir thing?

@spalger spalger self-assigned this Jun 29, 2020
@spalger
Copy link
Contributor

spalger commented Jun 29, 2020

Yes, this will be fixed by #69458 as we're going to require that plugins declare "requiredBundles" and we will load the bundles even for disabled plugins. Getting going on that this week.

@spalger
Copy link
Contributor

spalger commented Jul 13, 2020

This should be fixed by #70911

@spalger spalger closed this as completed Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Team:Operations Team label for Operations Team
Projects
None yet
Development

No branches or pull requests

4 participants