Add record errors for user signup

Options

I have a lot of fields in my User table, some of which are referencing other tables.
When I try debugging the Signup API I'm getting an error and I think it may be related to the referenced items, but I'm not sure.

I'm screwing it up somewhere.

I can set some of the fields to id (auth) and that'll remove the warning but I'm pretty sure that's not the right thing to do.

Answers