on 2020 Sep 25 5:28 AM
Hi
Following below tutorial of creating a custom widget and its integration in SAC has been quite an interesting one. But I am facing a problem during integrating it to SAC , below is the error
app.chunk.65.slice_of_main-chunk.f1c9daf3262b70ecc205.js:20 Something went wrong. The system couldn't load the custom widget 'com.sap.sample.customwidget1_1.x' (kind: 'main') for this reason:
Tutorial Video
https://blogs.sap.com/2020/01/28/your-first-sap-analytics-cloud-custom-widget-part-1/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dipankar,
Can you check in JSON metadata under WebComponent section if the URL link is correct.
Like for my case below, it is pointing to the http://localhost/SAC/sacmultiinput/multiinput.js
Regards,
Ferry
"webcomponents": [
{
"kind": "main",
"tag": "com-fd-djaja-sap-sac-multiinput",
"url": "http://localhost/SAC/sacmultiinput/multiinput.js",
"integrity": "",
"ignoreIntegrity": true
},
{
"kind": "styling",
"tag": "com-fd-djaja-sap-sac-multiinput-aps",
"url": "http://localhost/SAC/sacmultiinput/aps_multiinput.js",
"integrity": "",
"ignoreIntegrity": true
}
],
User | Count |
---|---|
68 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.