You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm having issues with the latest magento version. If i regenerate the product urls the output is different, as well some dutch stroreviews have french urls.
Below i've added some screenshots of the difference between the two versions of magento.
Latest version on 2.4.6
Latest version on 2.4.7-p2
If i compare the two version once they perform the action "\Magento\UrlRewrite\Model\Storage\DbStorage::doReplace"
There are some french store view urls inside the array of urls for the dutch store view.
Note: If i run the command with store 0 (admin), then the urs are correctly formed. If i run this without any parameter or using store specific parameter like store id 1 (NL) then it is not executed properly.
The NL store and FR are in the same "Group". I see that \Magento\CatalogUrlRewrite\Model\ProductScopeRewriteGenerator::generateCategoryUrlsInStoreGroup will also execute french urls for the NL storeview as this belongs to same group. Maybe this give a clear starting point where to dive into.
The text was updated successfully, but these errors were encountered:
Hi, i'm having issues with the latest magento version. If i regenerate the product urls the output is different, as well some dutch stroreviews have french urls.
Below i've added some screenshots of the difference between the two versions of magento.
Latest version on 2.4.6
Latest version on 2.4.7-p2
If i compare the two version once they perform the action "\Magento\UrlRewrite\Model\Storage\DbStorage::doReplace"
There are some french store view urls inside the array of urls for the dutch store view.
2.4.6
2.4.7-p2
Note: If i run the command with store 0 (admin), then the urs are correctly formed. If i run this without any parameter or using store specific parameter like store id 1 (NL) then it is not executed properly.
The NL store and FR are in the same "Group". I see that
\Magento\CatalogUrlRewrite\Model\ProductScopeRewriteGenerator::generateCategoryUrlsInStoreGroup
will also execute french urls for the NL storeview as this belongs to same group. Maybe this give a clear starting point where to dive into.The text was updated successfully, but these errors were encountered: