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

Gatsby couldn't find a page for this node #144

Open
cruzlutor opened this issue Jan 20, 2022 · 4 comments
Open

Gatsby couldn't find a page for this node #144

cruzlutor opened this issue Jan 20, 2022 · 4 comments

Comments

@cruzlutor
Copy link

cruzlutor commented Jan 20, 2022

Since this morning we are getting this error after running gatsby project for development

warn Plugin gatsby-source-sanity called unstable_createNodeManifest() for node id "-aa5c661d-8306-5176-a37d-aa253333da33" with a manifest id of
"dc11f5c4-7e63-4f77-8883-a0d95862b54a-2020-06-16T17:53:29.000Z" but Gatsby couldn't find a page for this node.
If you want a manifest to be created for this node (for previews or other purposes), ensure that a page was created (and that a ownerNodeId is added to createPage() if you're
 not using the Filesystem Route API).

Yesterday everything was working well but suddenly this error started appearing today in the terminal, and the error appears multiple times with a different node id

Does anyone know why is this happening?

node version: 14.17.0
gatsby version: 3.13.0
gatsby-source-sanity version 7.3.2

UPDATED: we realized that this is happening after deleting the .cache folder and running the build command again

@djavco
Copy link

djavco commented Jun 7, 2022

I am getting this warning too @cruzlutor Did you find a solution?

warn Plugin gatsby-source-sanity called unstable_createNodeManifest() for node id "-46d3b2ff-1af6-5a5b-abbe-b85559c47de4" with a manifest id of
"18656c02-55a9-47a8-95cc-7062e555d60c-2021-06-02T16:12:33.000Z" but Gatsby couldn't find a page for this node.
      If you want a manifest to be created for this node (for previews or other purposes), ensure that a page was created (and that a ownerNodeId is
added to createPage() if you're not using the Filesystem Route API).

@chandlervdw
Copy link

Same here

@dev-searchengineunity
Copy link

We are getting the same issues. The manifest id all points to document nodes that don't form a page (like an instance of a testimonial under our document type 'testimonials'). The fact that Gatsby cannot find a page is expected for these nodes... not sure what to do to resolve this for us.

@taitsengstock
Copy link

Did anyone manage to find the cause of this?

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

No branches or pull requests

5 participants