skip to Main Content

Nextjs page goes to 404 on refresh – Shopify

I'm using nextjs and graphql for a shopify POC. I have a component that shows a list of products with links on them that point to the product page <Link as={`${handle}/product/${url}`} href={`/product?id=${item.id};`}> <a>{item.title}</a> </Link> handle is the collection name so…

VIEW QUESTION
Back To Top
Search