IBM / cognos-dashboard-demo

This is an Angular 5 and NodeJs demo application to demonstrate Cognos Dashboard Embedded, an IBM Cloud service that provides application developers with a way to add visualization and analytic capabilities to their application. Dev experience: https://ibm-cognos-dashboard-demo.ng.bluemix.net End-user experience: https://ibm-cognos-dashboard-demo.ng.bluemix.net/dashboard
https://developer.ibm.com/patterns/build-a-dynamic-dashboard-application/
Apache License 2.0
24 stars 38 forks source link

Unknown Initialize API framework Error #17

Open jackparkyy opened 5 years ago

jackparkyy commented 5 years ago

Getting the following error on the "Initialize API framework" step after successfully creating a session. image

The session info is logged in the console after the "Create a session" step but nothing logged when I run the "Initialize API framework" step. Thought it had something to do with the DDE base url being https://eu-gb.dynamic-dashboard-embedded.cloud.ibm.com instead of https://dde-us-south.analytics.ibm.com for my Congnos Dashboard Embedded service. However, after setting the DDE_BASE_URL environment variable I was still getting the same error.

I'm also seeing the same error message in the official demo https://ibm-cognos-dashboard-demo.ng.bluemix.net/

jackparkyy commented 5 years ago

Turns out this issue is specific to Firefox, works fine in chrome