Waring message on chrome developer console #31956
Unanswered
TechnicalSuneja25
asked this question in
Help
Replies: 1 comment
-
The site will work fine (as it's just a warning) but there's a PR that might fix it: #28982 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
Hope you are doing well and safe.
We are working on one project which is based on Gatsby Technology and we are getting the below Waring message on chrome developer console so we need your support on this to check and advise.
After 5-10 sec of the page load , immediately we are getting below warning in the browser console.
"The resource was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate
as
value and it is preloaded intentionally."Getting warning message on both local as well as non-live environment .Could not figure out what is the issue
The Gatsby plugin used are as below :
plugins: [
'gatsby-plugin-react-helmet',
'gatsby-plugin-sass',
{
resolve: 'gatsby-source-filesystem',
options: {
name: 'images',
path:
${__dirname}/src/images
,},
},
'gatsby-transformer-sharp',
'gatsby-plugin-sharp',
{
resolve: 'gatsby-plugin-manifest',
options: {
lang: 'en',
name: 'gatsby-starter-default',
short_name: 'starter',
start_url: '/',
background_color: '#663399',
theme_color: '#663399',
display: 'minimal-ui',
crossOrigin:
use-credentials
,icon:
${__dirname}/src/images/iag-icon.png
,localize: [
{
start_url: '/es/home',
lang: 'es',
name: 'update me',
short_name: 'update me',
description: 'update me',
},
],
},
},
Gatsby CLI version: 3.4.0
Gatsby version: 2.32.13
Could you please check and help us out on this ?
Beta Was this translation helpful? Give feedback.
All reactions