Hi, thank you for your response.
I have already set fallback: “blocking” from getStaticPaths is used as per Netlify Docs.
I can certainly use Static Site Generation which works perfectly. But there is a little problem. If I have 400+ product pages, with the possibility of text and images changing weekly, etc. By changing a single product I would need to regenerate all pages (the whole site) every single time.
In this case, Incremental Static Generation ISR is ideal (with a revalidation option). Where I can simply regenerate a single product page on Demain. But this will cause the build to fail.
I can probably use Server Side Rendering CSR, but this is a waste of resources :(.
Anything else that you might recommend? Thanks.
Regards,
Dimitry