A few days ago we updated our project magento version from 2.4.3 to 2.4.7.
All works quite well, with the exception of the category url, all category url returns 404 error. The catalog/category/view/id/x urls don’t work either, not only the url redirects.
The category information is not displayed in the backend but they are saved in the database. The category tree is displayed, but for example the category name and the category url are not, the input fields are empty. I cannot update this informations either, when I try to save it, I get the text “category saved” whit no error but the fields are still empty.
I have tried many things. Reindex, clean cache, I checked if there is any duplication in the catalog_category_entity table but there is no duplicates, I changed the value of “web/seo/use_rewrites” path to 0 in the url_rewrite table, also nothing happened.
Does anyone have any idea what I can do to get the category url’s to go and not get a 404 error? Please help me!