alexa-js / alexa-app

A framework for Alexa (Amazon Echo) apps using Node.js
https://www.youtube.com/watch?v=pzM4jv7k7Rg
MIT License
1.03k stars 212 forks source link

Not able to use alexa-app #383

Closed FunnyDevs closed 5 years ago

FunnyDevs commented 5 years ago

Hi! I'm trying to use alexa-app instead of ask-sdk with express. With ask-sdk i'm able to create an express server that intercepts all post request and forward the requests to the alexa handler; i am able to use it in localhost and test public with ngrok. With alexa-app, i cloned the express sample repository but when i send any request no callback was called. What do i do wrong?

Thanks

dblock commented 5 years ago

Please try the samples and otherwise share code that doesn't work and we'll try to help you.

I'll close this for now, but add more info and we can reopen if there's an issue.

FunnyDevs commented 5 years ago

Ok, i have resolved with alexa-app-server. Thank you