Yoctol / bottender

⚡️ A framework for building conversational user interfaces.
https://bottender.js.org
MIT License
4.21k stars 333 forks source link

[ISSUE] Deploying on heroku won't set webhook #872

Closed vinicius507 closed 3 years ago

vinicius507 commented 3 years ago

I've built a Messenger Bot and deployed it on Heroku. I set all environment variables and Procfile, but can't get it to set webhook. Here's the error:

✖ Failed to set Messenger webhook

✖ status: 400

✖ data: {

  "error": {

    "message": "Error validating application. Cannot get application info due to a system error.",

    "type": "OAuthException",

    "code": 190,

    "fbtraceId": "AYvMEf97oww2UfYYRrZgTUY"

  }

}

I'm using bottender 1.4.10.

vinicius507 commented 3 years ago

There was a misspelling in Procfile. Closing.