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

The gatsby-source-cloudinary plugin has generated no Gatsby nodes. Do you need it? #20

Closed
Wookie93 opened this issue Jun 24, 2020 · 2 comments

Comments

@Wookie93
Copy link

Hello,
I try to create images gallery in my gatsby project. I decided to use cloudinary, however it do not want to work. I used Static Query the component. I uploaded photos on the Cloudinary
How can I fix it?

Steps to reproduce

Follow instructions from https://scotch.io/tutorials/handling-images-in-gatsby-with-high-performance

  • Install gatsby-source-cloudinary
  • Setup your environments
  • Run local server

Expected result
My local server will run and I will see images from cloudinary on my page.

Actual result

I get errors:

  • The gatsby-source-cloudinary plugin has generated no Gatsby nodes. Do you need it?
  • Cannot query field "allCloudinaryMedia" on type "Query".
@Chuloo
Copy link
Collaborator

Chuloo commented Jun 24, 2020

Hi, can you share what the gatsby-source-cloudinary portion of your gatsby-config.js file looked like? it should specify the Cloudinary folder you would like to pull images from, and that folder should contain images.

@Wookie93
Copy link
Author

Hi,
Ok, I found a problem. I made two typo mistakes. Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants