0

I just created a Form with Ui_components, but When I go to this page, I'm getting the following error.

enter image description here

3
  • Can you check the magento log file? Commented Dec 29, 2021 at 9:29
  • It says :main.DEBUG: cache_invalidate: {"method":"GET","url":"localhost/shop/index.php/admin/mastering/item/add/…":{"identifier":"LOCKED_RECORD_INFO_BLOCK_32bf8d9e77b2800ea5013bd716edd6be3d224f32"}} [] Commented Dec 29, 2021 at 10:15
  • Check your Network tab in browser developer tools for the response body to the failed (red) XHR request. Commented Dec 29, 2021 at 15:07

1 Answer 1

0

Check the logs

var/log/execption.log

var/log/system.log

2
  • It says :main.DEBUG: cache_invalidate: {"method":"GET","url":"localhost/shop/index.php/admin/mastering/item/add/…":{"identifier":"LOCKED_RECORD_INFO_BLOCK_32bf8d9e77b2800ea5013bd716edd6be3d224f32"}} [] Commented Dec 30, 2021 at 9:39
  • If there error is from one of the block class you used then you have to check those block class. Usually block class don't know error in this logs Commented Dec 30, 2021 at 12:08

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.