Create action with relation throws error
Sorry for the vague title
I have the following action
When I click on the button, I get the following error
This is the exact same form I use in the
and some other things but nothing worked. What am I doing wrong?
I have the following action
When I click on the button, I get the following error
This is the exact same form I use in the
UserResource and it works when creating a new user, but for some reason doesn't work when doing it outside the resource. I tried adding and some other things but nothing worked. What am I doing wrong?
Solution
Yeap, everything is setup correctly. The form works when used in the
Essentially, I have a contact record that is linked to a
UserResource but since I was trying to create the user object from another resource, it would get messed up. Here's the final solution that worked for meEssentially, I have a contact record that is linked to a
User - users are only used for authentication purposes