alexa-games / skill-flow-builder

Development suite that helps you create narrative-driven Alexa skills, including a GUI editor and CLI
Other
69 stars 17 forks source link

Bug: Runs in Builder great - doesn't when it's deployed #54

Open winghavenrc opened 2 years ago

winghavenrc commented 2 years ago

Bug Report

Skill Flow Builder Version 2.1

ASK CLI Version 2.26.0

Current Behavior I've created a simple skill in the Builder. It builds and deploys with no errors and runs exactly as expected in the Builder Simulator. However, when I try to run it from the deployed instance, it won't accept any intent utterances and just reprompts the launch/welcome screen. It's not showing any errors in the Logs

Expected Behavior It should operate as it does in the simulator.

Steps to Reproduce Open the skill - speak an utterance, bam! Reprompt (even though I didn't define one)

Additional Information

Operating System Windows 10

Node Version v14.18.0

// code samples