alexa-js / alexa-app-server

An Alexa app server for alexa-app.
MIT License
401 stars 116 forks source link

Create dynamic apps #120

Open denbes787 opened 4 years ago

denbes787 commented 4 years ago

After starting the server I'm creating a dynamic apps (manually create index.js and package.json) and run "load_apps" . In log shows that a new application has been loaded. Then adding new app endpoint to alexa-skill. But in alexa-console test return "There was a problem with the requested skill's response". Then after restarting the server all start working fine. How can I solve the problem without restarting the server?