-
Notifications
You must be signed in to change notification settings - Fork 3
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
sourcebit-nextjs-cache.json Not Found #7
Comments
It seems like Which version of |
@smnh Thanks for your reply! I was using Consider bumping the Stackbit generator to include this fix and bumping Next.js to v10+ 😉 |
Hi, I'm having a similar issue as well. Using the following versions:
The file Would love any thoughts and guidance you have! |
@rudietuesdays this can be caused by sourcebit-source-sanity misconfiguration, please check that the options for sanity projectid, dataset and token are all correct. You can also add an empty plugin with If there is some module.exports = {
plugins: [
{
module: require('sourcebit-source-sanity'),
options: { /* sourcebit-source-sanity options here */ }
},
({ data }) => {
console.log(JSON.stringify(data, null, 4));
return data;
},
{
module: require('sourcebit-target-next'),
options: { /* sourcebit-target-next options here */ }
}
]
}; |
I am running Stackbit v0.3.44, using Next.js as a web framework and Contentful as a CMS.
When I try to deploy, Netlify log shows me:
Two issues come up during the deployment:
Thoughts?
The text was updated successfully, but these errors were encountered: