Hi,
I was able to run Rasa great locally. There is a requirement for me to deploy to a versioned environment (i.e. example.com/virtualassistantserver/v1), and when I have the additional route (/virtualassistantserver/v1) I get 404 responses.
i.e. Error: Requested URL /virtualassistantserver/v1/webhooks/rest/webhook not found
I tried against a non-versioned deployment (just the base uri) and everything worked fine.
Is there a configuration that I am missing for the routing to work correctly?
Thanks