I'm getting this error Error: Invalid `paths` value returned from getStaticPaths in /products/[id] when I try to create a single product page – Reactjs
I'm new to using next.JS, Graphql/Apollo so I'm trying to build a simple e-commerce page, I'm creating a page for a single product with the route /products/[id] and I try to do Serverside Generation (SSG) by using getStaticPaths to generate…