I have redis server up and running along with botkit working normally for usermessage functions.
However, I am facing error while using respondToWebhook method. Any help will be greatly appreciated.
The error seems to be generating from this directory location: Bots IPA\Kore ai\BotKit-master\lib\sdk\lib
Here is the detailed Error:
Here are few lines from the error:
Unhandled rejection TypeError: Cannot read property ‘__payloadClass’ of null
at C:\Kore ai\BotKit-master\lib\sdk\lib\requestStore.js:30:54
at tryCatcher (C:\Kore ai\BotKit-master\node_modules\bluebird\js\release\util.js:16:23)
at Promise._settlePromiseFromHandler (C:\Kore ai\BotKit-master\node_modules\bluebird\js\release\promise.js:510:31)
Hello @pritesh.raka ,
Checkout the post for recommendations :
While using botkit, i am getting below error
Unhandled rejection TypeError: Cannot read property ‘__payloadClass’ of null
at /home/an26325/BotKit-master/lib/sdk/lib/requestStore.js:23:54
at tryCatcher (/home/an26325/BotKit-master/node_modules/bluebird/js/release/util.js:16:23)
at Promise._settlePromiseFromHandler (/home/an26325/BotKit-master/node_modules/bluebird/js/release/promise.js:510:31)
at Promise._settlePromise (/home/an26325/BotKit-master/node_modules/bluebird/js/release/promise.js:…