-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CT-1980] Welcome message not shown in dbt docs #366
Labels
bug
Something isn't working
Comments
github-actions
bot
changed the title
Welcome message not shown in dbt docs
[CT-1980] Welcome message not shown in dbt docs
Jan 31, 2023
halvorlu
added a commit
to halvorlu/dbt-docs
that referenced
this issue
Jan 31, 2023
I believe this is due to a new path for |
2 tasks
@halvorlu Thanks for opening, and diagnosing! This should be a quick fix. I opened a corresponding issue in |
emmyoop
pushed a commit
that referenced
this issue
Feb 9, 2023
* Fix JSON path to overview docs Fixes #366 * Changelog entry --------- Co-authored-by: Doug Beatty <[email protected]>
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The overview page of dbt docs shows "(loading)" instead of the welcome message. There is an error in the console: "TypeError: Cannot read properties of undefined (reading 'block_contents')"
Steps To Reproduce
Run
dbt init
,dbt docs generate
anddbt docs serve
with dbt version 1.4.Expected behavior
Expected to see the default welcome message on the overview page of dbt docs.
Screenshots and log output
The output of
dbt --version
:The text was updated successfully, but these errors were encountered: