Skip to content

Magento 2.4.7: Page Builder was rendering for 5 seconds without releasing locks

I am facing issue with my pagebuilder on server. I am using apache server for my Magento (2.4.7) instance.
When I first open the category edit page on incognito mode, I open the pagebuilder, add my content and save the category. It works the first time.
If I again open the pagebuilder, update the content and try to save category, it gets stuck with a console error message:

Page Builder was rendering for 5 seconds without releasing locks

This issue is also same on other pages where a pagebuilder is added. If I close my incognito tab and open a new one, the same process is repeated, it works the first time and then, it just shows a loader.

  • I have tried the solutions like, addind missing <item> tags in pagebuilder element in xml file.
  • I have also made sure there is no other pagebuilder on category edit page which could conflict with each other.

Note: The issue is not there on my local instance with the same codebase. It only appears on live server.