-
Notifications
You must be signed in to change notification settings - Fork 65
Description
The notifications in my application do not show images of ' tick-mark' on success or 'cross-mark' for error.
On the console I can see below errors -
Failed to decode downloaded font: http://localhost:9001/dist/1beffae295b55aaec324a37cbd4a9538.woff
:9001/detail/111250001:1 Failed to decode downloaded font: http://localhost:9001/dist/1beffae295b55aaec324a37cbd4a9538.woff
:9001/detail/111250001:1 Failed to decode downloaded font: http://localhost:9001/dist/1beffae295b55aaec324a37cbd4a9538.woff
:9001/detail/111250001:1 Failed to decode downloaded font: http://localhost:9001/dist/ce1579642e5e4a411673f1f3b30084bb.ttf
:9001/detail/111250001:1 Failed to decode downloaded font: http://localhost:9001/dist/ce1579642e5e4a411673f1f3b30084bb.ttf
:9001/detail/111250001:1 Failed to decode downloaded font: http://localhost:9001/dist/ce1579642e5e4a411673f1f3b30084bb.ttf
OTS parsing error: invalid version tag
:9001/detail/111250001:1 OTS parsing error: invalid version tag
:9001/detail/111250001:1 OTS parsing error: invalid version tag
:9001/detail/111250001:1 OTS parsing error: invalid version tag
:9001/detail/111250001:1 OTS parsing error: invalid version tag
:9001/detail/111250001:1 OTS parsing error: invalid version tag
:9001/detail/111250001:1 OTS parsing error: invalid version tag
These are setup in styles.main.css automatically and when loaded from css it is loading, so it does not seems to be a path issue. Also checked in networks tab, these are giving 304 Not modified response code.
Could not find the reason for the issue.
My production release is this week and there are these issues.
Please help.