jgorset / facebook-messenger

Definitely the best way to make Bots on Facebook Messenger with Ruby
MIT License
962 stars 211 forks source link

Send to Messenger plugins stop working. #256

Closed eebasadre20 closed 5 years ago

eebasadre20 commented 5 years ago

Yesterday I changed my app URL in Heroku and also updated the webhook URL in FB login and Messenger Webhook but all of a sudden my bot Send to Messenger plugin stopped working. I checked the Webhook error logs and it shows that The requested URL returned error: 400 Bad Request

Webhook error logs screenshot:

Screen Shot 2019-10-03 at 5 35 01 PM

Heroku logs screenshot:

Screen Shot 2019-10-02 at 9 25 39 PM

I tried changing the staging app URL the same as what I did in my production but my staging didn't stop working.

Both are using the same updated source code and deployed in Heroku.

Any help would be much appreciated.