I am using Vue Storefront with Shopify Integration and I keep getting an error in the command line and also the browser. In the browser when ever I click the product or the category I get broken link "An error occured -Please go back or try again" in the command line the error is
" [VSF][error]: useFacet/useFacet/search Cannot read properties of undefined (reading 'products')
at search (server.js:26226:56)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
"
and
"[Vue warn]: Error in render: "TypeError: Cannot read properties of undefined (reading 'toString')"
found in
---> <Pages/Category.vue> at pages/Category.vue
<Nuxt>
<DefaultLayout> at layouts/default.vue
<Root>
"
This is a fresh install of Vue Storefront - why am I having this issue out the box ? How do I fix this issue ?
Thanks