sdras / ecommerce-netlify

🛍 A JAMstack Ecommerce Site built with Nuxt and Netlify Functions

Home Page:https://ecommerce-netlify.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSR isn't working in some cases

sdras opened this issue · comments

This was debugged on twitter, the star component is causing some pages to not be routed correctly (hypothesis).

A quick fix is to use <no-ssr> but I'd rather remake the component from scratch as it wouldn't be too hard and people use this as a learning resource, so maybe it's helpful to see how it could be built from scratch.

fixed