skill-sample-nodejs-premium-hello-world icon indicating copy to clipboard operation
skill-sample-nodejs-premium-hello-world copied to clipboard

Skill breaks when no in-skill products have been created

Open germanviscuso opened this issue 6 years ago • 0 comments
trafficstars

In this line https://github.com/alexa/skill-sample-nodejs-premium-hello-world/blob/master/lambda/custom/index.js#L691 greetingsPackProduct[0] is undefined. We should bail out gracefully if the products arrays are empty (dev did not create any ISP product)

germanviscuso avatar Jun 26 '19 16:06 germanviscuso