-
Notifications
You must be signed in to change notification settings - Fork 305
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
Not able upload more than 10 items #80
Comments
I also tried to run it with hostinger's business plan, it was able to upload maximum 36 items. I guess it's the limit. |
try to increase the timeout to 120000ms on the gatsby config file |
It doesn't really work I guess, still showing the same error |
Here is what I have tried, but it still throws error gatsby-source-wordpress Your wordpress server at http://my-web-url/graphql appears to be overloaded.
|
try also increasing the WP_MEMORY_LIMIT on the wp_config.php file |
I did everything as you instructed, and it actually deployed once with little over 50 products, but the feature deploys didn't go through. `
` |
|
Now it gives me this ` error Error: Request failed with status code 50201:30:11.587 | at createError (/vercel/path0/node_modules/axios/lib/core/createError.js:16:15) ` |
It gives me "error timeout of 30000ms exceeded" when I try to upload more than 10 items, I am hosting WP on cheapest AWS lightsail plan. If I get faster plan will it solve the problem?
The text was updated successfully, but these errors were encountered: