skip to Main Content

Migrated from Magento 1.9.2 to 2.4.6-p5, after migration all category urls showing 404.
Any Idea how to solve this issue?

I have tried options like re-indexing, cache clear, setup:upgrade, di-compile, but no luck
Search page also showing no products,
I have installed Elastic search 7 on server.

2

Answers


  1. It works for me for this extension https://github.com/olegkoval/magento2-regenerate_url_rewrites
    run the command: php bin/magento ok:urlrewrites:regenerate –entity-type=category

    Login or Signup to reply.
  2. You need to regenerate category url. Used this extension with success: https://github.com/olegkoval/magento2-regenerate_url_rewrites.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search