I am trying to connect botkit to a rasa NLU. I am using botkit for web and when I send a message to my bot I am getting this error on console:
Unhandled rejection StatusCodeError: 404 - "Error: Requested URL /parse not found"
Versions:
botkit: ^0.7.0
botkit-rasa": ^1.0.7
rasa-core==0.13.1
rasa-nlu==0.14.1
I have been searching for some help and found this
But I am stuck and Cannot find a workaround this. Does the middleware support the rasa version? What about latest rasa version?