Error: Unexpected status code [400] on URL https://appname.cdn.prismic.io/api/v2/documents/search?page=1&pageSize=1&routes=%5B%7B%22type%22%3A%22page%22%2C%22path%22%3A%22%2F%3Auid%22%7D%5D&ref=%7B%22_tracker%22%3A%22enCOgHsT%22%7D&q=%5B%5Bat(document.type%2C%20%22home%22)%5D%5D
at /Path/appname/node_modules/@prismicio/client/cjs/@prismicio/client.js:1005:25
at processTicksAndRejections (node:internal/process/task_queues:94:5) {
status: 400
}
So the issue is coming from the default route resolver in the nuxt file suggested here. You can remove it since you are using the link resolver. I'll remove it from the documentation example so this doesn't happen in the future.
I was able to test this by changing the page type in your above URL