fbaligand / kibana-enhanced-table

Kibana visualization like a Data Table, but with enhanced features like computed columns, filter bar, and “Split Cols” bucket
Apache License 2.0
305 stars 65 forks source link

Error: Cannot access 'At' before initialization #343

Closed tiagofga closed 4 months ago

tiagofga commented 4 months ago

I installed Kibana version 8.12.1 and enhancedTable version v1.14.0.

When I import the dashboards and when I try to create a new panel (using Enhanced Table) generates the following error:

ReferenceError: Cannot access 'At' before initialization
    at EnhancedTableVisualizationController.initLocalAngular (http://<IP>:5601/70228/bundles/plugin/enhancedTable/1.14.0/enhancedTable.chunk.1.js:31:61634)
    at async EnhancedTableVisualizationController.render (http://<IP>:5601/70228/bundles/plugin/enhancedTable/1.14.0/enhancedTable.chunk.1.js:31:61775)
    at async expression_renderer_ExpressionRenderer.render (http://<IP>:5601/70228/bundles/plugin/enhancedTable/1.14.0/enhancedTable.plugin.js:1:33515)
    at async render_ExpressionRenderHandler.render (http://<IP>:5601/70228/bundles/plugin/expressions/1.0.0/expressions.plugin.js:1:95996)

The same indexes in Kibana 7.17.7 and enhancedTable version 1.13.3 are normal.

fbaligand commented 4 months ago

Hi @tiagofga,

I just downloaded Kibana 8.12.1 and tested with Enhanced Table plugin v1.14.0, and it works fine.

So I have some questions for you:

tiagofga commented 4 months ago

I apologize for what happened. I tried to install a previous version and didn't see the correct one.

I installed the indicated version and it works normally.

Thank you for your attention.

fbaligand commented 4 months ago

Nice! Thanks for the feedback! Enjoy the plugin 😉