Skip to content
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

[Bug] Connection reset when using docs serve command #11285

Open
2 tasks done
uatach opened this issue Feb 9, 2025 · 1 comment
Open
2 tasks done

[Bug] Connection reset when using docs serve command #11285

uatach opened this issue Feb 9, 2025 · 1 comment
Labels
bug Something isn't working dbt-docs [dbt feature] documentation site, powered by metadata artifacts docker Related to official Docker files/images for dbt triage

Comments

@uatach
Copy link

uatach commented Feb 9, 2025

Is this a new bug in dbt-core?

  • I believe this is a new bug in dbt-core
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

Running dbt docs serve with newer BigQuery images does not load the static website with error "The connection was reset".

I've tested with several ghcr.io/dbt-labs/dbt-bigquery images:

  • works with 1.7.7 and 1.8.1
  • does not work with 1.7.8, 1.7.9, 1.8.2, and 1.9.0

Expected Behavior

It's expected for the static website to load correctly.

Steps To Reproduce

I'm not sure. I'm running dbt using the BigQuery docker image with a command like:

docker run -v path:path -p 8080:8080 ghcr.io/dbt-labs/dbt-bigquery:1.7.7 docs serve

Relevant log output

Environment

- docker images: ghcr.io/dbt-labs/dbt-bigquery versions 1.7.8, 1.7.9, 1.8.2, and 1.9.0

Which database adapter are you using with dbt?

bigquery

Additional Context

No response

@uatach uatach added bug Something isn't working triage labels Feb 9, 2025
@radsonpatrick
Copy link

I resolve this problem using dbt docs serve --host 0.0.0.0

@dbeatty10 dbeatty10 added dbt-docs [dbt feature] documentation site, powered by metadata artifacts docker Related to official Docker files/images for dbt labels Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dbt-docs [dbt feature] documentation site, powered by metadata artifacts docker Related to official Docker files/images for dbt triage
Projects
None yet
Development

No branches or pull requests

3 participants