Describe the bug
When using Bonsai and the API behind a proxy the behavior of root path seem to have changed. This causes calls to api entrypoints not to be routed correctly leading to 404 errors.
The issue is caused by updates to how root_path is handled in Uvicorn v0.26.0, see PR and related fastapi issue
Describe the bug When using Bonsai and the API behind a proxy the behavior of root path seem to have changed. This causes calls to api entrypoints not to be routed correctly leading to 404 errors.
The issue is caused by updates to how
root_path
is handled in Uvicorn v0.26.0, see PR and related fastapi issue