-
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
Magento admin gets in redirect loop when I login with a role that has no resources assigned #10611
Comments
@kanduvisla thank you for your bug report. |
Internal ticket to track issue progress: MAGETWO-75326 |
we need to backport the solution to 2.2-develop |
@okorshenko Should this one be a straight port of #10921 or the full fix as described by #10921 (comment) ? If its the port i'll pick it up. |
Similar to 2f422ad but using the framework. Fixes issue magento#10611 for the `2.2-develop` branch. Doesn't address the route cause, but only fixes the symptom as per magento#10921 (comment)
Hi @convenient |
@kanduvisla thank you for your report. The issue is already fixed in 2.2-develop branch (PR: #11229 by @convenient ) and will be available in the Magento 2.2.2 release |
Nginx server still I am getting the same issue for redirect loop PHP 7.1 |
The Magento admin gets in redirect loop when I login with a role that has no resources assigned.
Preconditions
Steps to reproduce
Expected result
I would expect a redirect back to the login page with a message or a page that shows an error message or warning.
Actual result
I get an
ERR_TOO_MANY_REDIRECTS
error in Chrome, insinuating that the page is in a redirect loop. The URL is:http://somedomain.dev/admin_1gqkv1/admin/noroute/denied/key/b6d4.../
.The text was updated successfully, but these errors were encountered: