biro
Prerender skips one route only.
there are two way to reach the page. one is through a direct link
https://my-site.com/collections/mycollections
and this one fails.
the second one is navigating from the top menu => collections => mycollection, an this one works.
on the dist folder i was able too see all the generated products page, and only the index.html inside collections folder :/7 replies
Prerender skips one route only.
yes! everything was working fine...suddently it broke just that route.
i also noticed that running
npm run build
with prerender some routes displays in the cli a 500 error
and a 404 error
on those collections page.
now i've patched running everything fully ssr disabling the prerender, but i think that might affect SEO...7 replies