[Reporting] A report for a deleted Canvas workpad fails for the wrong reason #44305
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Canvas
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Kibana version: master / 7.4.0
Elasticsearch version: n/a
Server OS version: n/a
Browser version: n/a
Browser OS version: n/a
Original install method (e.g. download page, yum, from source, etc.): source
Describe the bug:
Reporting detects problems on the Kibana page by looking for
euiToastHeader
elements, which are unexpected when Kibana is rendering a visualization for export. This helps the situation when a POST URL has been saved for a reporting job, but the underlying visualization or saved object in Kibana has been deleted. However, this is not working in Canvas, because Canvas doesn't always useeuiToastHeader
Steps to reproduce:
Expected behavior:
Reporting should fail with a
Saved object is missing
message. Instead, it fails with a timeout error.The only helpful message here is a
debug
level message:server log [10:56:09.194] [debug][browser][execute][jzvk8xcl0n2rcbae0cfn0lcf][printable_pdf][reporting] Failed to load resource: the server responded with a status of 404 (Not Found)
Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
The text was updated successfully, but these errors were encountered: