facultyai / dash-bootstrap-components

Bootstrap components for Plotly Dash
https://dash-bootstrap-components.opensource.faculty.ai/
Apache License 2.0
1.12k stars 220 forks source link

Web site is not showing components #1005

Closed sabatinim closed 7 months ago

sabatinim commented 7 months ago

Opening components docs web site I get this:

image

tcbegley commented 7 months ago

Hey @sabatinim

I can't reproduce this. Is it possible you are trying to view the documentation on a corporate network and the firewall is preventing your browser from downloading the javascript bundles?

sabatinim commented 7 months ago

Unfortunately, I'm getting the issue using several browsers with my mobile internet connection.

Hey @sabatinim

I can't reproduce this. Is it possible you are trying to view the documentation on a corporate network and the firewall is preventing your browser from downloading the javascript bundles?

tcbegley commented 7 months ago

Can you refresh the page with the Network tab open in the developer tools and check my hypothesis that the dash_html_components.min.js script is failing to load?

If that is the case, there might be some indication as to what went wrong.

sabatinim commented 7 months ago

Can you refresh the page with the Network tab open in the developer tools and check my hypothesis that the dash_html_components.min.js script is failing to load?

If that is the case, there might be some indication as to what went wrong. Yes sure:

image

image

tcbegley commented 7 months ago

Looks like the unpkg CDN is having issues, not much we can do about this on our end, but hopefully it will be resolved quickly.