Closed dylanjha closed 4 years ago
It sounds a lot like I was running into ratel limiting as described in #48 , but that looks like it was solved with the default concurrency of 5 requests
This issue has been automatically marked as stale because it has not had any recent activity for 30 days. It will be closed if no further activity occurs within 7 days. Remove stale label, comment, and/or apply "ongoing issue" label to prevent this from being closed. Thank you for your contributions.
I did that thing where you reply in your head, and never write the real reply. :man_facepalming:
Did you end up making any progress on this?
One up these upgrades solved the issue
gatsby-plugin-sharp
from 2.0.21
to 2.3.9
gatsby
from 2.1.14
to 2.18.13
I went through the changelogs and could not find the commit or an issue that I could trace it back to 🤷♂
When I run
gatsby clean && gatsby build && gatsby serve
I am getting 404s for some file attachments from Airtable.I have a page with 37 records that get pulled from airtable. The first 27 work and for the last 10 all the images end up 404ing. All the urls for the images look something like like this, the first 27 work and the last 10 get 404s:
I can't figure out why this is happening. The build logs don't show any obvious errors
I know this isn't a great bug-report with a proper reproducible case, but I don't have much else to go on, I was hoping someone who knows how the internals of the library works might be able to point me in the right direction for debugging.
Thanks 🙌