Skip to content

there is a wrong word (webhooks[x] --> webhook[o]) in source... #6

@tobby2002

Description

@tobby2002

After many tries and errors, i found that why there was no response in facebook messeger's mychatbot.

This was caused by the followings,

In index.js line37
app.post('/webhooks', ....
--> app.post('/webhook', ....
by this wrong url,
heroku's /webhook could not find the exact the path...

ps.
app.get('/webhooks', ....
--> app.get('/webhook', ....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions