Skip to content
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

New gatsby version issue #188

Open
theikid opened this issue Mar 17, 2021 · 7 comments · May be fixed by #210
Open

New gatsby version issue #188

theikid opened this issue Mar 17, 2021 · 7 comments · May be fixed by #210
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@theikid
Copy link

theikid commented Mar 17, 2021

Hi there. I've switched to Gatsby V3 and the build failed because of this plugin :

9:31:04 AM: Cannot query field "allInstaNode" on type "Query".
9:31:04 AM: If you don't expect "allInstaNode" to exist on the type "Query" it is most likely a typo.
However, if you expect "allInstaNode" to exist there are a couple of solutions to common problems:

@oorestisime
Copy link
Owner

Hey i havent had the time yet to check what i need to do for gatsby v3. If anyone is willing to give it a go, PR is more than welcome!

@oorestisime oorestisime added good first issue Good for newcomers help wanted Extra attention is needed labels Mar 18, 2021
@robSturcke
Copy link

@oorestisime I found some progress by running this locally with the following update to peer dependencies:

"peerDependencies": {
    "gatsby": "^3.3.1",
    "gatsby-source-filesystem": "^3.3.0"
  },

My logic being the first error in my production logs which is followed by the allInstaNode failure:
warning " > gatsby-source-instagram@0.9.0" has incorrect peer dependency "gatsby-source-filesystem@^2.0.27".

Hope that helps push this in the right direction.

@peterfortuin
Copy link

I have tried different version of gatsby 3 and gatsby-source-filesystem, but I have no luck yet.
I get the following error:

Could not dowcreate remote file noden, error is:  failed to process
<some url to instagram> after 3 attempts

@oorestisime
Copy link
Owner

Not in my immediate plans yet to work on this. if anyone is interested go for it

@DDeme
Copy link

DDeme commented Jul 6, 2021

I have the same issue. I don` t see any of properties in graphql schema.

@m99coder m99coder linked a pull request Aug 6, 2021 that will close this issue
@oorestisime
Copy link
Owner

@graysonhicks this will be fixed by your other PR right?

@graysonhicks
Copy link
Contributor

Yes, this means the fetching from the API failed and no nodes were created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants