Open
Description
Describe the bug
Setting basePath
in cube.js to /
results in 404 across all API endpoints
To Reproduce
Steps to reproduce the behavior:
- Create a cube.js fils
- Set
basePath: '/'
- Try accessing the API at [base host]/v1/meta
- Receive a 404
Expected behavior
The API should be accessible at [base host]/v1/meta
Version:
v0.35.1
Additional context
Setting the basePath
to a different value, e.g. /test
results in proper behavior ([base host]/test/v1/meta returns 200)