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 use import { Icon } from '@fluentui/react'; in my component. I'm developing my project in localhost. Previously it worked fine. But suddenly, the icons don't show well anymore, and I can see this error in the console:
GET https://spoprod-a.akamaihd.net/files/fabric/assets/icons/fabric-icons-0-2a8db1f5.woff net::ERR_CONNECTION_CLOSED
GET https://spoprod-a.akamaihd.net/files/fabric/assets/icons/fabric-icons-a13498cf.woff net::ERR_CONNECTION_CLOSED
GET https://spoprod-a.akamaihd.net/files/fabric/assets/icons/fabric-icons-2-8820ef0b.woff net::ERR_TIMED_OUT
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use
import { Icon } from '@fluentui/react';
in my component. I'm developing my project in localhost. Previously it worked fine. But suddenly, the icons don't show well anymore, and I can see this error in the console:Does anyone know what's wrong?
Beta Was this translation helpful? Give feedback.
All reactions