Question

Visiting Catalog > Inventory > Products in magento administration ends to a page with ERR_TOO_MANY_REDIRECTS error message.

Here's a screenshot from browser console.

enter image description here

I have tried to clear browser cache and cookies.

This happens only in Categories page.

The issue appeared after migrating product data from magento1 website.

How can I fix it?

Was it helpful?

Solution

I solved this by setting the correct root category entity id the store_group table data.

Check the second root category id in table catalog_category_entity (in my case it was 3):

enter image description here

and insert that id in store_group table for main website store:

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top