Replies: 1 comment 1 reply
-
I tried with a fresh gatsby project. I just put all the images inside and query them with
and I am able to succesfully build it In my project I have also some other images, mdx. json and so on.
Do 145 nodes make so difference? gatbsy info for my current project
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am unable to create node with
createRemoteFileNode
due some issues with timeout as reported here, so I switched to local images and I am now able to start gatsby in dev mode. Unfortunately I am not able to build it because it gets stucked aftersuccess Writing page-data.json files to public directory
. If I remove all the images (not all the images, but just the latest 355 add that I was trying to download) I can build without issues.I am using Gatsby 3 at the latest version, same for all the plugins.
If you have some things to try, please let me know. I can also try to share my repo, but not with a public link.
Beta Was this translation helpful? Give feedback.
All reactions