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

Fixed error “Not registered handle” on admin grid #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Kashyap1999
Copy link

Description

Admin grid breaks and getting Error "Not registered handle" with the Exception. When we try to edit the page using page builder and try to insert image using html code, not registered handle Error will appear on display. This error also appears on custom grids. This Issue appears because the collection argument types are placed into area-specific file etc/adminhtml/di.xml, Magento used collection arguments at the global level etc/di.xml. The area-specific file overrides the global value. It can lead to problems for other grids.

Error screenshot
image

Fixed Issues

Fixed: Getting Error “Not registered handle” on Grid #10

Manual testing scenarios

  1. Get the Magento clean shop.
  2. Install Icecat_DataFeed module.
  3. Navigate to the Content > Elements > Pages.
  4. Edit any page (ex. Home page).
  5. Go to content and edit the page builder. Add HTML code element. Click on the insert image button.
    It throws an error as mentioned.

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

Successfully merging this pull request may close these issues.

1 participant