The incoming DTO request is not handled correctly when receiving a request on the hub/register endpoint. When the DTO object is handle by the interceptor and reach the controller it is empty. If one sets the IsNotEmtpy() on the entity, it will be handled correctly. But this should not be needed as all fields should be required by default.
In the the DTO for register PickType.
The incoming DTO request is not handled correctly when receiving a request on the hub/register endpoint. When the DTO object is handle by the interceptor and reach the controller it is empty. If one sets the IsNotEmtpy() on the entity, it will be handled correctly. But this should not be needed as all fields should be required by default. In the the DTO for register PickType.