Hi,
I am deploying the rasa on the cloud, and I am using same domain for my app and rasa server. I found out that it is a must for the URL to be https://xxx.xxxx.xxx/webhooks/rest/webhook.
everything for https://xxxx.xxx.xxx/app/* will goes to the application server, I wanted to set https://xxxx.xxx.xxx/chatbot/* , so everything comes after /chatbot/ will go to rasa server.
Exception occurred while handling uri: 'http://xxx.xxx.xxx/chatbot/webhooks/rest/webhook'
Is it possible to do put a custom path before webhooks path?