-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Socket hang up #208
Comments
Same issue here, deploying to Netlify: 13 images, no composition API. This is my config:
Pull Request → messismore/do-what-you-want#1 |
I have the feeling that the images are being generated all at once asynchronously. So if you have a large quantity of pictures it will fail. |
Kind of same issue but with 404 errors: Images do well exist and they don't fail when using Then errors during download should fail job too. We have a CI/CD pipeline for generating our website, but if it don't fail we get broken images online.
|
Yeah, it seems that is doing too many calls at once, I've replaced this module completely with a custom node script using |
The suggested workaround for #198 seems to work for me as well. |
I still get this error when running
|
When it starts generating the images after running
npm run generate
, I get an error similar to the one below many times, is it because I am generating too many images? Maybe I need an interval?I have 6 pages and each page has ~30 images:
Edit: maybe is because I am using composition API?
The text was updated successfully, but these errors were encountered: