turbot / steampipe

Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.
https://steampipe.io
GNU Affero General Public License v3.0
6.92k stars 274 forks source link

Dashboard UI crashes with error 'Cannot read properties of undefined (reading 'args')' #2930

Closed khushboo9024 closed 1 year ago

khushboo9024 commented 1 year ago

Describe the bug Dashboard UI crashes with error Cannot read properties of undefined (reading 'args')

Steampipe version (steampipe -v) Example: steampipe version 0.18.0-alpha.30

To reproduce

  1. Set up the Azure Credential
  2. Checkout to below branch https://github.com/turbot/steampipe-mod-aws-insights/tree/staging
  3. Run steampipe dashboard
  4. Click on Azure SQL Server Detail page

Expected behavior A clear and concise description of what you expected to happen.

Additional context

image image
binaek commented 1 year ago

@khushboo9024 do you have any errors showing up in the CLI console? Can you also include the logs from Chrome Dev Console?

khushboo9024 commented 1 year ago

@binaek This issue is not throwing any CLI errors and also logs from Chrome Dev are attached if that helps.