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
I'm running Marquez inside company network which has no direct internet access. Opening any page of Marquez UI leads to showing a blank page for ~15 seconds, and only then the UI is rendered as expected.
These URLs cannot be resolved without internet access, and after 15 seconds browser give up, and renders the page with default fonts. Because these fonts are in the <head> tag, browser cannot fetch then in the background.
I'm running Marquez inside company network which has no direct internet access. Opening any page of Marquez UI leads to showing a blank page for ~15 seconds, and only then the UI is rendered as expected.
This is because HTML
<head>
tag contains:These URLs cannot be resolved without internet access, and after 15 seconds browser give up, and renders the page with default fonts. Because these fonts are in the
<head>
tag, browser cannot fetch then in the background.Please consider one of these options:
fallback
orswap
web
containerThe text was updated successfully, but these errors were encountered: