messenger-bot-tutorial icon indicating copy to clipboard operation
messenger-bot-tutorial copied to clipboard

Callback Verification Failed

Open atindersaini opened this issue 9 years ago • 6 comments

Hey Jerry,

I am getting the below error even though my heroku app is accessible. Please help!

The URL couldn't be validated. Callback verification failed with the following errors: HTTP Status Code = 502; HTTP Message = Bad Gateway

Thanks.

atindersaini avatar Nov 07 '16 03:11 atindersaini

My partner and I used this tutorial, and he succeeded but I failed.

We are trying figuring out what is going on....

AustinTing avatar Nov 10 '16 04:11 AustinTing

@AustinTing any clue as to what is going on?

marquavious avatar Nov 12 '16 10:11 marquavious

@marquavious we think that there is weird in heroku. We followed the tutorial and created three heroku projects but two projects slept(ZZZ icon in heroku console). Those which slept projects are not accessible. If you can link heroku project by your browser directly, you will have high opportunity success in Facebook. But sometime fails even if use the same heroku link(Facebook accepted before)

AustinTing avatar Nov 16 '16 07:11 AustinTing

Hi guys, I had the same problem following the tutorial and the problem was that when you create the Procfile with the sentence "web : node index.js" Heroku try to execute ": node index.js". That causes the app to crash. Simply remove the : from the file and it will work.

joseignazuleta avatar Nov 23 '16 01:11 joseignazuleta

I was facing the same problem. Later I found that some how my Procfile was having .txt as extension. I removed it, added, commited, pushed and it worked like a charm. Content inside Procfile is web: node index.js

5aharsh avatar Dec 27 '16 11:12 5aharsh

anyone knows how to fix this "Bad Gateway" error?

luizcartolano2 avatar Feb 12 '17 18:02 luizcartolano2