Hi we have upgraded our plugin from Kibana 8.6.2 to Kibana 8.8.0. We now get this error when launching the plugin from Kibana.
We build like before using
RUN BUILD_TS_REFS_DISABLE=true yarn kbn bootstrap --no-cache --debug --verbose
WORKDIR /kibana/plugins/wind
RUN npm i --force
RUN yarn plugin-helpers build --kibana-version 8.8.0 --debug --verbose
FROM docker.elastic.co/kibana/kibana:8.8.0
RUN kibana-plugin install <file>
RUN kibana --optimize --env.name=production --logging.json=false
Any tips to help us debug this issue? I have set the mode to "development" in packages/kbn-ui-shared-deps-npm/webpack.config.js but that did not give us any extra debug info.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.