Open jasonLaster opened 4 years ago
Yeah this is super annoying. I have to run gatsby clean
between builds to get rid of it. I suspect it's a caching issue with logos.
Might be related to #199.
The stack trace for this error is:
Links to specific deploys with the problem:
However the problem appears when calling gatsby build
locally without Netlify as well.
Some other issues that might be related (not sure):
After we updated gatsby-node-filesystem
we're getting a slightly different error here:
You specified a fileNode, but we caught an error. First check that you have gatsby-source-filesystem installed?
failed to process https://dl.airtable.com/.attachments/e4bf336c70a4965e909a0ce1fc5a7f0b/18e194f6/traptic.com-11.jpeg
TimeoutError: Timeout awaiting 'request' for 30000ms
You specified a fileNode, but we caught an error. First check that you have gatsby-source-filesystem installed?
failed to process https://dl.airtable.com/.attachments/c7d6eaf889fcf7d95fb4d9c156918054/4fe451cf/skipscooters.com-8.jpeg
TimeoutError: Timeout awaiting 'request' for 30000ms
You specified a fileNode, but we caught an error. First check that you have gatsby-source-filesystem installed?
failed to process https://dl.airtable.com/.attachments/324b64fdd8912748d6ca4f2d4dcb07f4/804a2896/thenuwardrobe.com-11.png
TimeoutError: Timeout awaiting 'request' for 30000ms
You specified a fileNode, but we caught an error. First check that you have gatsby-source-filesystem installed?
failed to process https://dl.airtable.com/.attachments/4620802658c343ddb2d259783a3d17c4/9dbc988a/lanzatech.com-4.jpeg
TimeoutError: Timeout awaiting 'request' for 30000ms
You specified a fileNode, but we caught an error. First check that you have gatsby-source-filesystem installed?
failed to process https://dl.airtable.com/.attachments/188d52e2ee29cc0bd39260b3bc0f3354/94e01a55/food.cloud-20.jpeg
TimeoutError: Timeout awaiting 'request' for 30000ms
You specified a fileNode, but we caught an error. First check that you have gatsby-source-filesystem installed?
failed to process https://dl.airtable.com/.attachments/3d0114e2e6ca0c7ef97d1c0f387896fd/5c60a507/www.electron.org.uk-16.png
TimeoutError: Timeout awaiting 'request' for 30000ms
Now seems to be correlated with timeouts for specific images.
I posted in the netlify thread, but quoting here as this issue appears to be more directly relevant 😄
https://github.com/netlify/build/issues/1069#issuecomment-613070596
👋 (I built the
gatsby-source-airtable
plugin.)I was chatting with Jason about this trying to decide the root cause. I am suspecting it is an issue with the way that
createRemoteFileNode
does the cache. It is a function that comes fromgatsby-source-filesystem
. Part of me is wondering if some of the issue is related to how it is inferring the file type and long file names. I would be curious if your results if you have a chance to test out the next version: jbolda/gatsby-source-airtable#187also related: jbolda/gatsby-source-airtable#170
I get this warning when I build. It does not affect the build, but it is annoying and we should try and clean it up.