Page freeze on every project

I have three project and always the same problem: when I add a CRUD option to a page with cards and try to delete a card it always freezes page. V0 cannot solve this problem?!

Do you see any logs or network requests happening when you do this?

If the page freezes and becomes unresponsive, that’s usually an infinite loop of some sort which blocks all interaction

If the action is just not resolving, it could be encountering an unhandled error or just never getting a response from the server. The network tab in your dev tools will identify if that’s the case