So for business reason we are not using commerce categories for our categories but we are using the /categories route we also added a /brands route, we have a BackboneRouter set up for this but when you got to a direct link domain/categories/categoryname or domain/brands/brandsname we initialiy get a 404 error, then a item api error and then the page loads correctly. I added the Page Type section in the mount to app but the 404 trigger before loading the application.
Has anyone experienced this?