Skip to content
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

Closed
pixiemediaweb opened this issue Mar 20, 2019 · 7 comments
Closed

Backend controller infinite loop Magento 2.3 #18

pixiemediaweb opened this issue Mar 20, 2019 · 7 comments
Assignees
Labels

Comments

@pixiemediaweb
Copy link

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

@sidealice
Copy link

same issue.

@sidealice
Copy link

any good news for this issue?

@Azaciux
Copy link

Azaciux commented Apr 4, 2019

This appears to be caused by secret keys being added to the URLs.

magento/magento2#21454

However, the issue is that the module creating is coming up with a 404, so there is a problem that still needs resolving :)

@Azaciux
Copy link

Azaciux commented Apr 4, 2019

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.

@sidealice
Copy link

sidealice commented Apr 16, 2019

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"?
or How about to add a field for naming by pre-defined?

@UltimateModuleCreator
Copy link
Owner

@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 var/umc and should have the same name as the module itself. Send it at ultimate.module.creator@gmail.com

@UltimateModuleCreator
Copy link
Owner

This should be fixed in 4.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants