awslabs / amazon-quicksight-embedding-sdk

A SDK to help users embed QuickSight dashboards on other pages.
Apache License 2.0
169 stars 40 forks source link

QuickSight embed console messages #91

Closed cfrench1967 closed 2 years ago

cfrench1967 commented 3 years ago

I just successfully embedded my first Quicksight dashboard in an Angular JS webapp. And I am seeing the following messages in the console, even though everything appears to be functioning as I would expect. Does anyone have any ideas as to what would be causing this?

DevTools failed to load source map: Could not load content for https://sourcemaps.prod.us-east-1.quicksight.aws.a2z.com/app/1.0.273227.0/vendor.bundle.328be4912f426149ea6c.35.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED

A log message was recorded at level 1 - see dev environment for full details

Uncaught TypeError: Cannot read property 'apply' of undefined at eval (eventify.js?315a:49) at Set.forEach (<anonymous>) at EmbeddableDashboard.trigger (eventify.js?315a:48) at EmbeddableDashboard.handleMessageEvent (EmbeddableObject.js?82af:177) at EmbeddableDashboard.eval (EmbeddableObject.js?82af:110) at wrapped (raven.js?ae06:376)

valentin-nasta commented 3 years ago

I have also a TypeError on the console:

embedding.f696b89f63a98955724c.36.js:formatted:123987 Uncaught TypeError: Invalid attempt to iterate non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.
    at R (embedding.f696b89f63a98955724c.36.js:formatted:123987)
    at c.value (embedding.f696b89f63a98955724c.36.js:formatted:124710)
    at c.value (embedding.f696b89f63a98955724c.36.js:formatted:124660)
    at c.<anonymous> (embedding.f696b89f63a98955724c.36.js:formatted:124641)
    at Array.forEach (<anonymous>)
    at c.value (embedding.f696b89f63a98955724c.36.js:formatted:124640)
    at c.value (embedding.f696b89f63a98955724c.36.js:formatted:124246)
    at c.value (embedding.f696b89f63a98955724c.36.js:formatted:100636)
    at u.o.$Dispatcher_invokeCallback (vendor.bundle.a25003da46765415e7f8.36.js:2)
    at u.o.dispatch (vendor.bundle.a25003da46765415e7f8.36.js:2)
zzhengyi-amazon commented 2 years ago

Hello,

QuickSight team has a fix for this issue. Could you validate if the issue fixed on your side?

Resolve this issue. Feel free to re-open it if you still see the issue. Thanks.

valentin-nasta commented 2 years ago

Hello @zzhengyi-amazon Unfortunately we stopped the QuickSight subscription and I don't have access now to validate. I'll re-open it if I get the chance to test and reproduce it. Thank you.