My webpack config specifies that fonts should be loaded using url-loader, and when I try to view the page using Chrome I get the following error:
url-loader
In my case adding following lines to lambda.js {my deployed is on AWS Lambda} fixed the issue.
'font/opentype', 'font/sfnt', 'font/ttf', 'font/woff', 'font/woff2'