When using the webhooks endpoint to interact with my rasa-x deployment, I get 404 errors.
I am using the url https://host/webhooks/rest/webhook with a valid auth token. Interestingly, the url https://host/webhooks/rasa/webhook will send an input to the bot that shows up in the rasa x dashboard.
Does anyone have any ideas about what’s going on? I assume the webhooks endpoint is the correct way of interacting with my rasa x deployment through rest, am I wrong?