Hello. My name is Kota. I am now working out with ...
# gooddata-ui
h
Hello. My name is Kota. I am now working out with REHATCH Inc's team. I want to display the GoodData React component, but the data is not showing up. How can I get it to display it, and in the case of WebComponent, it is displaying. I am working on the following link. https://sdk.gooddata.com/gooddata-ui/docs/cloudnative_integration.html I would like to use Typescript and Next.js to display. The following is an excerpt of the code. If possible, we would appreciate a code sample that can be reproduced with the same configuration and the steps to follow.
m
Hi Kota, from the error in the console it seems that the external script is refusing to load because of CSP directives. You can allow the directives in the UI, or via API. More information is available here: https://www.gooddata.com/developers/cloud-native/doc/cloud/manage-organization/set-up-csp-for-organization/. Adding
<http://googletagmanager.com|googletagmanager.com>
to
script-src
directive should fix the issue. Could you please let me know if that works for you?
h
Hi, Marek. Thank you for replying. The googletagmanager was not needed and was misconfigured. Apart from that, the graphs are still not showing up.
I am encountering this error now. How can I get the data to display?
m