-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Reporting causes a fatal Kibana error if chromium is not installed on aarch64 #87242
Comments
Pinging @elastic/kibana-presentation (Team:Presentation) |
Pinging @elastic/kibana-reporting-services (Team:Reporting Services) |
The bug here is that the puppeteer module thinks that it should use a system-wide Chromium instead of the custom build shipped with Kibana. The relevant PR here is probably: #85066 I seem to remember there was some trial-and-error to get the puppeteer module to load our own custom build. Perhaps there is separate work to do for aarch64? |
Pinging @elastic/kibana-app-services (Team:AppServices) |
Pinging @elastic/kibana-operations (Team:Operations) |
@tsullivan, I found the issue - the path is hardcoded for arm: https://github.com/puppeteer/puppeteer/blob/main/src/node/Launcher.ts#L107 This has been raised here: puppeteer/puppeteer#6614 |
Sync'd with Tim and Brandon - there is a PR open for a fix which I have confirmed. I will create a fork that we can use in the meantime to unblock the release. |
Kibana version: 7.11.0 BC 1
Elasticsearch version: 7.11.0 BC 1
Server OS version: Ubuntu aarch64
Browser version: Chrome Latest
Original install method (e.g. download page, yum, from source, etc.):
staging
Description of the problem including expected versus actual behavior:
Running reporting without chromium causes Kibana fatal error, it's a regression from 7.10.1.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: