Has anyone experienced a Page not found error on a...
# suitecommerce
s
Has anyone experienced a Page not found error on an extension module and then got to the page correctly? I'm using 2020-1 SCA
k
Hey @Santiago, confirm you don’t have a failed item API request on page load. SCA handles internal redirects differently than standard navigation, which can result in a failed item API response.
s
Hi @Kearobi, no failed item APi requests
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?