Open tysiew2000 opened 3 months ago
Hey @tysiew2000, these errors, where are they coming from? Are you seeing them in the console log or are they coming in network requests?
I think for debugging this specific issue, the best path forward may be to get help in our developer community here: https://community.amazonquicksight.com/c/learning-center/developer/36/none
The errors are from the response.message, I log them in console using this line
this.logger.debug(`Failed to add visual action to ${visual.Name} (ID: ${visual.VisualId}): ${response?.message}`);
Will take a look at the dev community, thank you!
Hi! I have some embedded dashboards in an Angular application, my implementation is such that when I navigate to a dashboard, for a given sheet id, I iterate through all visuals in the sheet and add the exact same visual action to each of them.
I am using version 2.7.0.
I'm able to see the dashboard in the UI and events are logging in the console but addVisualActions is failing for some visuals. This is not a consistent failure as well, eg. tabular visuals in one dashboard have the visual actions added, but on another dashboard the tabular visuals do not have the visual actions added.
The message I receive when the visual action has failed to be added is "Input failed to validate against model" or "Error in action translation".
This is the code:
The retry functions are as defined below: