You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: