-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Front controller reached 100 router match iterations #21580
Comments
Hi @TomashKhamlai. Thank you for your report.
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:
For more details, please, review the Magento Contributor Assistant documentation. @TomashKhamlai do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @shikhamis11. Thank you for working on this issue.
|
@magento-engcom-team give me 2.3-develop instance |
Hi @shikhamis11. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @shikhamis11, here is your Magento instance. |
@magento-engcom-team give me 2.2-develop instance |
Hi @shikhamis11. Thank you for your request. I'm working on Magento 2.2-develop instance for you |
Hi @shikhamis11, here is your Magento instance. |
✅ Confirmed by @shikhamis11 Issue Available: @shikhamis11, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @progreg. Thank you for working on this issue.
|
@TomashKhamlai , Hi, the problem is in multiple areas. If you are using In case of forwarding strategy, the area will be the same as before (in case of url rewrite: frontend) and router that can match admin request available only for the admin area. And as admin request can't be resolved it will always return forward again and again. To prevent this problem You can use redirect type 302. |
Thank you @progreg |
Can be related to #4706 or #14102
Preconditions (*)
Steps to reproduce (*)
Create URL Rewrite: Custom
Request Path: go-to-admin
Target Path: admin
Redirect Type: No
and save it.
Expected result (*)
Actual result (*)
The text was updated successfully, but these errors were encountered: