Yoctol / bottender

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

Cannot enable events with Slack API #961

Open Min-Sheng opened 2 years ago

Min-Sheng commented 2 years ago

Hi,

I set up my bottender chatbot according to https://bottender.js.org/docs/channel-slack-setup.

But I got "Your URL didn't respond with the value of the challenge parameter." when I want to enable events, like this:

截圖 2021-12-09 下午4 42 07

How can I solve it? Thanks for any help.

meeech commented 2 years ago

Hi @Min-Sheng I recently had same issue - in my case there were 2 issues: 1) double check your SLACK_SIGNING_SECRET - look at the video on the getting started page - shows the exact places to get the values for your access token/secrets 2) I needed to make a free ngrok account, and setup the credentials so they would be picked up - otherwise tunnel wasn't working (after the first few tries where it did work)