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
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue, or it will be closed in 7 days.
Current behaviour
When trying to host DBT documentation on a non-top level path the docs site looks for a few files at the root path
e.g.
Hosting the index.html file at https://my-internal-domain.com/dbt
The docs fail to load due to requesting https://my-internal-domain.com/catalog.json
Expected behaviour
Allow customisation of the base url so JSON file requests resolve from the given url, e.g https://my-internal-domain.com/dbt/catalog.json.
Workaround
For now we're fixing this by explicitly proxying
.json
files generated by DBT to the path we expose the dbt documentation on:The text was updated successfully, but these errors were encountered: