Hi,
I'm seeing an error when requesting my 'homepage' Single document type using an API call
await $prismic.api.getSingle('homepage', {
lang: locale,
})
The await call is erroring, and reporting an error 400 at this URL (removed ref in case it's sensitive):
https://purcell-2022-site.cdn.prismic.io/api/v2/documents/search?page=1&pageSize=1&routes=[{"type":"page","path":"/:uid"}]&lang=en-gb&ref={{ XXXXXXXXXXXX }}&q=[[at(document.type,%20%22homepage%22)]]
Before this error started occurring, I deleted the Content Type 'page' as it was too generic - but I'm noticing that the routes param in the URL is requesting type 'page' - is this content type required to be within my Prismic repository for some reason? I thought I was requesting the 'homepage' content type only with my code?
Thanks