-
Notifications
You must be signed in to change notification settings - Fork 10
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
Backend controller infinite loop Magento 2.3 #18
Comments
same issue. |
any good news for this issue? |
This appears to be caused by secret keys being added to the URLs. However, the issue is that the module creating is coming up with a 404, so there is a problem that still needs resolving :) |
On closer inspection, changing the route ID seems to fix the 404 for me. So i'm guessing there's an issue with the way it's being generated. My module vendor contained many capitals I.E "ThisIsMyVendor". Which seem to output the route to "this_is_my_vendor", altering the route file has resolved this. |
i have to fix it manually. rename "ThisIsMyVendor" or "ThisIsMyModule" to other name How to auto fix this issue? what about to replace "ThisIsMyVendor" to "vendor" and "ThisIsMyModule" to "module"? |
@Azaciux @sidealice can you please send me a faulty module configuration file so I can reproduce it and fix it? You can find the file in |
This should be fixed in 4.0.0 |
When creating entities and linking them from the admin menu, if you select one in 2.3.x you get sent in a loop of;
[url]/[adminpath]/[module_name]/[enttiy_name]/index/key/48484848484/adminhtml/adminhtml/adminhtml/adminhtml/adminhtml/adminhtml/adminhtml/adminhtml/adminhtml/adminhtml/adminhtml/adminhtml/adminhtml/adminhtml/adminhtml/adminhtml/adminhtml/adminhtml/adminhtml/dashboard
The text was updated successfully, but these errors were encountered: