All paths routing to /all/category

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 year ago
Something happened and all path other than homepage and /all/category itself.

All take me to /all/catgory page.

Login,admin,contactus,aboutus, any product page.

Any thing I click it takes me to the /all/category broken page .

Any idea what might be messed?

I did add a URL record manually into URLRECORD table /make/model/car was testing but then removed it also added this code below but removed it aswell.


            //endpointRouteBuilder.MapControllerRoute(name: "CategoryRoute",
            //pattern: @"{make}/{model}/{categoryname}",
            //defaults: new { controller = "Catalog", action = "Category" }
            //   );


Restarted the code 3,4 times but same . Any suggestions?
Thank you
1 year ago
The existing implementation is somehow still there that's why it's still happening!
Have you cleaned the output files?
1 year ago
I did clean the whole solution and rebuild ..
1 year ago
FIXED
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.