Skip to content

Debugging spinning wheel in magento 2 module admin

I am going bunckers here..

I have created a magento 2 module for magento 2.4.6. The module adds a list + an edit form. The list displays the reccord I created directly in the database.

But if I want to add a new or edit the existing, the controller called and the items are beeing extracted from the database, but ned UI gets stuck at the loading screen.

I am new to magento development and this is a learning process.

Any suggestions?

enter image description here

enter image description here