cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot read property 'asText' of undefined

0 Kudos

Hello colleagues,

I'm following the tutorial on how create widget templates (https://help.hana.ondemand.com/cloud_portal/frameset.htm?cb813ddd986e43e98ce318537114d36a.html) but when I'm creating a new Widget Template in my Hana Trial Account I'm receiving the following error message:

Cannot read property 'asText' of undefined

This is happening in the:
starterWidgetTemplate.js file --> addWidgetManifest function (line 38)

Part of the stack trace:
TypeError: Cannot read property 'asText' of undefined at Object.addWidgetManifest (starterWidgetTemplate.js:38) at Object.onBeforeTemplateGenerate (starterWidgetTemplate.js:16)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Igor,

I've just tried the same on my trial account and was able to successfully create a new widget template without any issues. Can you please try again and see if the problem persists? Please also try with a completely new site template and see if it makes a difference.

Thanks,

Guy

Answers (1)

Answers (1)

0 Kudos

I tried again and it worked.

Thanks!