Open Benunc opened 5 years ago
Is there a method of not importing categories? For the purposes of this test run, I am considering spinning up a new site and just importing posts and pages from my main install.
@benunc what version of WPGraphQL are you on? And what url are you running the build against? I’ll see if I can get to the same point as you and see if I can help.
@jasonbahl URL is https://benandjacq.com WPGraphQL 0.3.01
Thanks!
Ok. Cool. I’ll try and look in a bit.
First, thanks for this great resource for learning Gatsby and headless WordPress. I really appreciate it. It works flawlessly when I use the default WP URL.
When I switch the URL over to my existing WP site (with WPGraphQL already installed) and
yarn workspace starter develop
it chugs through all of the posts no problem, but then seems to choke on pages, specifically at thecreatePagesfetch page 1 of pages...
portion of events.I would assume that's because of either a protected post, or some corrupt data in my poor old database that has been through its share of abuse.
It then appears to continue to chug along for a few successful commands, before erroring out harder:
It sputters once or twice after that before fully failing with
error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed.
Any help is appreciated.