Question:
Whenever I try to navigate to my category page for all-products, I get a 404. When I open the category page template in my editor, everything stops working.
The browser console logs an error: TypeError o.type is undefined. It seems to be part of dsRouterContext.ts
in line 17.
Does anyone know this error or can point me to how to fix this?
EDIT 1: Just found out that when linking the page via the page selector (store page → category page → All Products) it links to /category/all-products
even though the working version seems to be /category-page/all-products
?
EDIT 2: It seems to be a bug, verified by the support team. My current workaround is to link to /category-page/all-products
directly.
Product:
Wix Editor → Store Page
What are you trying to achieve:
I’m trying to publish my all-products page and as a secondary step, link to it in my main navigation.
What have you already tried:
I searched the forums, reloaded, empties various caches and tried different browsers. I deactivated my categories, created new ones, changed texts etc.