@Phil Sorry it's me again; it seems that the issue lays with the Products custom type, but I cannot determinate which one of them. So, going back, the issue seems to be when I assign to the client an array of routes, to generate a list of routes for the product page.
The following list of routes are ok:
[
{
type: 'product',
uid: 'antico-piemonte',
path: '/prodotti/latte-e-derivati/antico-piemonte'
},
{
type: 'product',
uid: 'sciroppo-menta',
path: '/prodotti/sciroppi-e-liquori/sciroppo-menta'
},
{
type: 'product',
uid: 'liquore-fragola',
path: '/prodotti/sciroppi-e-liquori/liquore-fragola'
},
{
type: 'product',
uid: 'sciroppo-sambuco',
path: '/prodotti/sciroppi-e-liquori/sciroppo-sambuco'
},
{
type: 'product',
uid: 'liquore-menta',
path: '/prodotti/sciroppi-e-liquori/liquore-menta'
},
{
type: 'product',
uid: 'liquore-pesca',
path: '/prodotti/sciroppi-e-liquori/liquore-pesca'
},
{
type: 'product',
uid: 'peperoni-agrodolce',
path: '/prodotti/composte-e-conserve/peperoni-agrodolce'
},
{
type: 'product',
uid: 'liquore-susine',
path: '/prodotti/sciroppi-e-liquori/liquore-susine'
},
{
type: 'product',
uid: 'ceci-disidratati',
path: '/prodotti/legumi-e-farine/ceci-disidratati'
},
{
type: 'product',
uid: 'gelato',
path: '/prodotti/latte-e-derivati/gelato'
},
{
type: 'product',
uid: 'liquore-fiori-robinia',
path: '/prodotti/sciroppi-e-liquori/liquore-fiori-robinia'
},
{
type: 'product',
uid: 'liquore-amarena-ciliegia',
path: '/prodotti/sciroppi-e-liquori/liquore-amarena-ciliegia'
},
{
type: 'product',
uid: 'nostrano',
path: '/prodotti/latte-e-derivati/nostrano'
},
{
type: 'product',
uid: 'confettura-susine',
path: '/prodotti/composte-e-conserve/confettura-susine'
},
{
type: 'product',
uid: 'frollini-caste',
path: '/prodotti/cereali-antichi/frollini-caste'
},
{
type: 'product',
uid: 'confettura-pesche',
path: '/prodotti/composte-e-conserve/confettura-pesche'
},
{
type: 'product',
uid: 'confettura-mele',
path: '/prodotti/composte-e-conserve/confettura-mele'
},
{
type: 'product',
uid: 'ortaggi-verdure-stagione',
path: '/prodotti/ortaggi-e-verdure-fresche/ortaggi-verdure-stagione'
},
{
type: 'product',
uid: 'dai-maiali-di-razza-nero-di-lomellina-allevati-in-',
path: '/prodotti/carne-suina/dai-maiali-di-razza-nero-di-lomellina-allevati-in-'
},
{
type: 'product',
uid: 'mandorle',
path: '/prodotti/frutta-secca/mandorle'
},
{
type: 'product',
uid: 'olive',
path: '/prodotti/composte-e-conserve/olive'
},
{
type: 'product',
uid: 'confettura-zucca-cedrina',
path: '/prodotti/composte-e-conserve/confettura-zucca-cedrina'
},
{
type: 'product',
uid: 'confettura-albicocche',
path: '/prodotti/composte-e-conserve/confettura-albicocche'
},
{
type: 'product',
uid: 'ortolana-agrodolce',
path: '/prodotti/composte-e-conserve/ortolana-agrodolce'
},
{
type: 'product',
uid: 'liquore-cedrina',
path: '/prodotti/sciroppi-e-liquori/liquore-cedrina'
},
{
type: 'product',
uid: 'confettura-amarene',
path: '/prodotti/composte-e-conserve/confettura-amarene'
}
]
This list, instead, give me error:
[
{
type: 'product',
uid: 'pianeggio',
path: '/prodotti/latte-e-derivati/pianeggio'
},
{
type: 'product',
uid: 'antico-piemonte',
path: '/prodotti/latte-e-derivati/antico-piemonte'
},
{
type: 'product',
uid: 'sciroppo-menta',
path: '/prodotti/sciroppi-e-liquori/sciroppo-menta'
},
{
type: 'product',
uid: 'liquore-fragola',
path: '/prodotti/sciroppi-e-liquori/liquore-fragola'
},
{
type: 'product',
uid: 'sciroppo-sambuco',
path: '/prodotti/sciroppi-e-liquori/sciroppo-sambuco'
},
{
type: 'product',
uid: 'liquore-menta',
path: '/prodotti/sciroppi-e-liquori/liquore-menta'
},
{
type: 'product',
uid: 'liquore-pesca',
path: '/prodotti/sciroppi-e-liquori/liquore-pesca'
},
{
type: 'product',
uid: 'peperoni-agrodolce',
path: '/prodotti/composte-e-conserve/peperoni-agrodolce'
},
{
type: 'product',
uid: 'liquore-susine',
path: '/prodotti/sciroppi-e-liquori/liquore-susine'
},
{
type: 'product',
uid: 'ceci-disidratati',
path: '/prodotti/legumi-e-farine/ceci-disidratati'
},
{
type: 'product',
uid: 'gelato',
path: '/prodotti/latte-e-derivati/gelato'
},
{
type: 'product',
uid: 'liquore-fiori-robinia',
path: '/prodotti/sciroppi-e-liquori/liquore-fiori-robinia'
},
{
type: 'product',
uid: 'liquore-amarena-ciliegia',
path: '/prodotti/sciroppi-e-liquori/liquore-amarena-ciliegia'
},
{
type: 'product',
uid: 'nostrano',
path: '/prodotti/latte-e-derivati/nostrano'
},
{
type: 'product',
uid: 'confettura-susine',
path: '/prodotti/composte-e-conserve/confettura-susine'
},
{
type: 'product',
uid: 'frollini-caste',
path: '/prodotti/cereali-antichi/frollini-caste'
},
{
type: 'product',
uid: 'confettura-pesche',
path: '/prodotti/composte-e-conserve/confettura-pesche'
},
{
type: 'product',
uid: 'confettura-mele',
path: '/prodotti/composte-e-conserve/confettura-mele'
},
{
type: 'product',
uid: 'ortaggi-verdure-stagione',
path: '/prodotti/ortaggi-e-verdure-fresche/ortaggi-verdure-stagione'
},
{
type: 'product',
uid: 'dai-maiali-di-razza-nero-di-lomellina-allevati-in-',
path: '/prodotti/carne-suina/dai-maiali-di-razza-nero-di-lomellina-allevati-in-'
},
{
type: 'product',
uid: 'mandorle',
path: '/prodotti/frutta-secca/mandorle'
},
{
type: 'product',
uid: 'olive',
path: '/prodotti/composte-e-conserve/olive'
},
{
type: 'product',
uid: 'confettura-zucca-cedrina',
path: '/prodotti/composte-e-conserve/confettura-zucca-cedrina'
},
{
type: 'product',
uid: 'confettura-albicocche',
path: '/prodotti/composte-e-conserve/confettura-albicocche'
},
{
type: 'product',
uid: 'ortolana-agrodolce',
path: '/prodotti/composte-e-conserve/ortolana-agrodolce'
},
{
type: 'product',
uid: 'liquore-cedrina',
path: '/prodotti/sciroppi-e-liquori/liquore-cedrina'
},
{
type: 'product',
uid: 'confettura-amarene',
path: '/prodotti/composte-e-conserve/confettura-amarene'
}
]
In this case it seems that the issue is with this route:
{
type: 'product',
uid: 'pianeggio',
path: '/prodotti/latte-e-derivati/pianeggio'
}
And the error i get is with this query/url:
Blockquote
Also, if I render the list of products which doesn't throw, and then I try to access this route -> /prodotti/latte-e-derivati/pianeggio which technically if included in the list of routes throws, I see no error.
It seems that the issue exist only if I add the product to the list of routes passed to prismic client
I really don't know where to look here :/
UPDATE: I believe there's some kind of issue with the products, because I've unpblished and published again a bunch of products and some of them are still in the archived section, so basically for some of them there're two versions, one published and one archived.