HTTP 404 in versioned environment

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

What command are you using to start the versioned server?

I think the best setup is to spin up an nginx which handes the incoming traffic and strips away the prefix.