#Error : Can't insert null value in field id on insert in table
17 messages · Page 1 of 1 (latest)
Can you share your model file for the new entity?
How do you create the entity in the endpoint? Could you maybe also share your create method of the custom entity service?
That's strange, I have a similar setup up. The only difference is that I use repo.create() and pass that to the save method. But I doubt that it will make a difference.
can you send me what you're doing exactly I'll do the same and will see if it's going to work