You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to run into this error occasionally when building assets from Sanity in the past, and resetting my internet connection fixed the issue, however now I run into this constantly and can't complete a build:
Update: I tested the same build on the internet at my work, and I no longer run into that issue. My internet at home is 47/21Mbps and at work is 912/415Mbps.
So I'm guessing if I'm trying to download too many large files it will fail on a slower connection. Is there any way to extend the timeout for this plugin specifically?
I used to run into this error occasionally when building assets from Sanity in the past, and resetting my internet connection fixed the issue, however now I run into this constantly and can't complete a build:
` ERROR
gatsby-plugin-remote-images ERROR: failed to process https://cdn.sanity.io/images/path/to/url.jpg
RequestError: read ECONNRESET`
or sometimes it reads:
RequestError: connect ETIMEDOUT [ip.address...]
and sometimes:
TimeoutError: Timeout awaiting 'request' for 30000ms
I've tried increasing my retry limits and timeout env vars but that didn't help:
GATSBY_STALL_RETRY_LIMIT=30 GATSBY_STALL_TIMEOUT=100000000 GATSBY_CONNECTION_RETRY_LIMIT=40 GATSBY_CONNECTION_TIMEOUT=100000000
Does anyone else have a workaround for this?
Thanks!
The text was updated successfully, but these errors were encountered: