I have installed the express example app manually, and setup the bot scope accordingly, but I cannot receive any events or commands. There is a 500 Internal server error that is being returned.
I did not modify anything, I used the original version of the express example in botbuilder-slack:
- Only the first call to events endpoint was successful:

- Subsequently, when I tried to send a message to the app, 500 is returned:

- My Slack app Events setup is as follows:

I have installed the
expressexample app manually, and setup the bot scope accordingly, but I cannot receive any events or commands. There is a 500 Internal server error that is being returned.I did not modify anything, I used the original version of the
expressexample inbotbuilder-slack: