I was learning ASP.NET through a Microsoft tutorial, trying to figure out the cause of the data not being created after I clicked on the 'Create New' button to insert new data and I can't even update the data. However, I can delete the data and the seed data.
If so, can anyone tell me if it's a problem with the database sync, the package or some new error I don't see? Since I was fine doing razor and MVC tutorials without ef core and redoing the tutorial carefully over and over again without any guidance except watching videos online and used ChatGPT(which doesn't help much).