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

Observability plugin pages fail to load in dev mode for 8.x branch #205311

Closed
maryam-saeidi opened this issue Dec 31, 2024 · 4 comments
Closed

Observability plugin pages fail to load in dev mode for 8.x branch #205311

maryam-saeidi opened this issue Dec 31, 2024 · 4 comments
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Team:obs-ux-management Observability Management User Experience Team

Comments

@maryam-saeidi
Copy link
Member

Kibana version: 8.x branch

Elasticsearch version:

Server OS version:

Browser version:

Browser OS version:

Original install method (e.g. download page, yum, from source, etc.):

Describe the bug:

Steps to reproduce:

  1. Run Kibana in dev mode for the 8.x branch
  2. Visit any of the observability plugin pages, you will get the following error:
Default execution context tracking is enabled but the executionContext service is not available

This error was added in this PR to indicate we are missing the executionContext in order to set the proper pageName for our telemetry events. This error only is shown in the dev mode.

Expected behavior:

Screenshots (if relevant):

Image

@maryam-saeidi maryam-saeidi added bug Fixes for quality problems that affect the customer experience Team:obs-ux-management Observability Management User Experience Team labels Dec 31, 2024
@maryam-saeidi maryam-saeidi self-assigned this Dec 31, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)

@maryam-saeidi
Copy link
Member Author

maryam-saeidi commented Dec 31, 2024

Git bisect led me to this PR, but I don't think that's the correct PR due to not bootstrapping on every commit change.

After checking some PRs randomly, it seems the issue was introduced by a commit after this PR: #205261
Checking to the commit of this PR worked as expected for me.

@maryam-saeidi
Copy link
Member Author

maryam-saeidi commented Dec 31, 2024

@maryam-saeidi
Copy link
Member Author

Running the following commands fixes the issue:

yarn kbn clean
yarn kbn reset
yarn kbn bootstrap

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:obs-ux-management Observability Management User Experience Team
Projects
None yet
Development

No branches or pull requests

2 participants