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
While trying out luigi in an offline environment, I noticed the interface takes a verrry long time to load.
This is because it is trying to access fonts.googleapis.com.
Eventually it loads after it fails to connect. However, is there a way to configure the luigi interface to tell it we are offline?
The text was updated successfully, but these errors were encountered:
jpsnyder
changed the title
Diable Google fonts download for offline use
Disable Google fonts download for offline use
Apr 16, 2025
I noticed I get the following 404 errors. I assume they are trying to phone home?
404 GET /static/visualiser/lib/jquery-1.10.0.min.map (127.0.0.1) 0.83ms
404 GET /static/visualiser/lib/d3/dagre-d3.min.map (127.0.0.1) 0.86ms
404 GET /static/visualiser/lib/bootstrap-toggle/js/bootstrap-toggle.min.js.map (127.0.0.1) 0.89ms
While trying out luigi in an offline environment, I noticed the interface takes a verrry long time to load.
This is because it is trying to access
fonts.googleapis.com
.Eventually it loads after it fails to connect. However, is there a way to configure the luigi interface to tell it we are offline?
The text was updated successfully, but these errors were encountered: