jbergant / chatbot-facebook-v2-start

start code for udemy chatbots for facebook course
21 stars 830 forks source link

Webhook send message in double #2

Open valdu02100 opened 5 years ago

valdu02100 commented 5 years ago

Hey,

I follow your course on Udemy. I really love it.

I deployed the node js app on my heroku, connected with facebook API and Dialogflow. When I send a message from my bot, webhook response in double.

tempsnip

Do you have some issues ? Thanks Valentin

ShamailaHussain commented 4 years ago

it's because message is being passed through twice in the code. I have the same issue v.v

NeuralByte commented 4 years ago

Hello, I am having an issue while deploying. can anyone help me with this? Screenshot (582)

// Index route app.get('/', function (req, res) { res.send('Hello world, I am a chat bot')

here I have used my domain URL which will be in Heroku app>settings. still the same issue

NeuralByte commented 4 years ago

Screenshot (583) unable to connect with my app. what could be the issue?