CLOSE_Q_SEARCH timed out

0

I have embedded QSearchBar in a web page using amazon-quicksight-embedding-sdk 2.5.0 version. While it works and shows analytics to queries, when navigating to other screens, after sometime it gives an exception on screen as "CLOSE_Q_SEARCH" timed out. What am I missing?

  • Some additional error logs: Uncaught (in promise) CLOSE_Q_SEARCH timed out setTimeout (async) (anonymous) @ experience-frame.ts:125 (anonymous) @ experience-frame.ts:96

SM
asked 3 months ago202 views
2 Answers
0

Hi there,

Thank you for posting the question. In order to troubleshoot this issue further, please provide the following details :

  1. Are you calling embeddedQBarExperience.close()? Based on the error provided, it looks like the close function times out in communicating with the embedded content, which may indicate the embedded content is not (yet) loaded.

  2. Can you please confirm error is showing onscreen, not just in the console. Also can you share the complete error message.

If you are still facing the issue, can you please open a support case with AWS using the following link and we will be happy to help you.

Thank you!

AWS
SUPPORT ENGINEER
Dev_G
answered 3 months ago
0
  1. No, not calling close function on embeddedQBarExperience. Listening to events of Q_SEARCH_CLOSE, which only has a console log.
  2. Yes, the error is coming on screen too as it's unhandled run time error. Screen Error:

Uncaught runtime errors: × ERROR CLOSE_Q_SEARCH timed out at handleError (https://<host>:<port>/static/js/bundle.js:532096:58) at https://<host>:<port>/static/js/bundle.js:532119:7

Console error: Uncaught (in promise) CLOSE_Q_SEARCH timed out setTimeout (async) (anonymous) @ experience-frame.ts:125 (anonymous) @ experience-frame.ts:96 ............. ............. (anonymous) @ experience-frame.ts:131 (anonymous) @ base-experience.ts:89 ............. ............. (anonymous) @ base-experience.ts:92 (anonymous) @ q-search-experience.ts:63

SM
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions