On the development environment, Vandal-UI works fine, because the relative_url_root is not set.
But on Production, while clicking on the "submit" button, Vandal does not reflect the relative_url_root.
Example
Instead of /api/v1/dienste it should produce /app/api/v1/dienste because the relative_url_root is "app". Is there a way to config vandal somehow?