I have finished setting up the slack workspace for testing and I am getting errors when I issue /welcome test. The error pointed me to initialResponse.js and I found that req.body.payload is undefined so it should just be req.body. Is this file still being used or is the docs for setting up a local dev environment outdated?
I have finished setting up the slack workspace for testing and I am getting errors when I issue
/welcome test. The error pointed me toinitialResponse.jsand I found thatreq.body.payloadis undefined so it should just bereq.body. Is this file still being used or is the docs for setting up a local dev environment outdated?