Closed hostep closed 4 years ago
Hi @hostep. Thank you for your report. To help us process this issue please make sure that you provided the following information:
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release
For more details, please, review the Magento Contributor Assistant documentation.
Please, add a comment to assign the issue: @magento I am working on this
:white_check_mark: Confirmed by @engcom-Alfa
Thank you for verifying the issue. Based on the provided information internal tickets MC-36312
were created
Issue Available: @engcom-Alfa, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.
Hi @hostep. Thank you for your report. The issue has been fixed in magento/magento2#29035 by @hostep in 2.4-develop branch Related commit(s):
The fix will be available with the upcoming 2.4.1 release.
Thanks @slavvka! Can you confirm that this bugfix will be backported to 2.3.x? Since the bug was introduced in 2.3.4. Thanks!
@slavvka is a backport coming? Issue is still present in 2.3.7
@mad-develop: nope, Magento gave up on fixing "small bugs" for the 2.3.x release line when 2.4.0 became available if I remember correctly
Also, all following 2.3.7+ releases will only be security fixes (and maybe super high prio bug fixes?) as far as I know.
But to fix this problem on your 2.3.x installation, you can take this patch and try to apply it via https://github.com/cweagans/composer-patches or https://github.com/vaimo/composer-patches/ or some other way, that's how we deal with these things 🙂
Preconditions (*)
Steps to reproduce (*)
app/etc/config.php
file, so manually change that file soMagento_CatalogUrlRewrite
comes later thenMagento_CmsUrlRewrite
:bin/magento cache:flush
(do not runbin/magento setup:upgrade
because it will revert the changes you just did)Expected result (*)
Actual result (*)
Discussion
Error was introduced in Magento 2.3.4 by MC-18561
Following patch seems to resolve the issue:
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
(Not sure if S0 is correct here, creating a storeview feels like critical functionality, but I'm fine with S2 as well ...)