KorzhCom / EasyData

Adaptive CRUD for ASP.NET Core. With EasyData you can get both API endpoints and client-side UI for all CRUD operations in a matter of minutes using just your DbContext and a few lines of code.
MIT License
594 stars 63 forks source link

Using the Sample App(s) - can't add new Entity #160

Open RichJacobs opened 1 year ago

RichJacobs commented 1 year ago

Testing the Sample Apps - starting with the React.Net6.

Create a new Employee: image

Does include photo path (copied from another employee in the dataset)

Results in this error:

image

Tried to add new product too and got errors around foreign key constraints too

Another example: image

Results in image