Avash
Avash
I am having the same problem. Is there something that we missed? @neutron92 @acidhax where are you retrieving your url from? Thanks in advance.
I am getting the below error, when trying to setup the webhook. How do we add configurations to heroku? I do not have any prior knowledge in cloud deployment. Please...
@sunnyMiglani We need to provide start script to "start": "node index.js" in package.json file. Hope that works. 
@neeraj87 I am getting the same problem. my code is running good and I am getting output in local port but when deployed to heroku, I am getting the error...
@neeraj87 Thanks. yes, I have included the procfile. However when I am using heroku logs --app appname, heroku is not recognising the app. (chatbot is my app name). Any comments...
@neeraj87 What connection string are you providing in the code? I have hardcoded it to my local machine port 5000. That might be the problem?
@neeraj87 @Marisha-Sahay @shurm it worked!!! We need to provide start script to "start": "node index.js" in package.json file. Thanks for all the help. 