You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting a root_path of "/prefix" on the uvicorn app, the /docs route from the example/template app results in a 404 when attempting to load /openapi.json. Explicitly setting OpenAPIHandler(...,json_spec_path="/prefix/openapi.json") or to a full URL also returns 404.
The text was updated successfully, but these errors were encountered:
When setting a
root_path
of"/prefix"
on the uvicorn app, the /docs route from the example/template app results in a 404 when attempting to load/openapi.json
. Explicitly settingOpenAPIHandler(...,json_spec_path="/prefix/openapi.json")
or to a full URL also returns 404.The text was updated successfully, but these errors were encountered: