Error: Couldn't get query results for "/dynamic-page/**" in 15.000s

Builder content link
e.g. Builder.io: Drag and drop Visual CMS

Builder public api key
1f9396ace32e4fb1bce043caeeb058b5

What are you trying to accomplish
when I run gatsby develop my dynamic page works. When I try to build it it does not work. It throws this error
Error: Couldn’t get query results for “/spudnik-models/**” in 15.000s.

Screenshots or video link
Screenshots of your issue, or even better a link to a video of what is happening or what you are trying to accomplish. We love using loom for that sort of thing

this is the gatsby-node file
gatsby-node-builder-model

gatsby config
gatsby-config-builder.io

Code stack you are integrating Builder with
e.g. NextJS, react, Shopify

Reproducible code example
If you are having integration errors, please link to codesandbox or copy and paste your problematic code here. The more detail the better!

Hi @shae.spudnik , welcome to the forum! If you are trying to manually create your spudnik-model pages in gatsby-node.js then you don’t need to include it in the Builder plugin config. You will also need to query the content in your createPage. Here are some resources below that may help. If you’re still having build issues would be great if your could share a Github/Codesandbox that minimally reproduces the error so we can investigate further. Thanks!