I am having an issue running a dato-cms-gatsby project. It seems like the allDatoCMSPage query is not working, but we didn’t make any change these past days. The query data response is null and I can’t figure out why. This is a sample query for each page:
{
allDatoCmsPage(filter: { urlSlug : { eq: "/" }, locale : { eq: "es"} }){
edges{
node{
originalId
title
}
}
}
}
Ask me if you need any further info, and thanks in advance.