In Form Builder - Relation is failing to save. Presents SQL error.

When saving a resource that has a relation with another resource, it looks like it saves the resource, however presents this SQL error. Also attached at pictures of the models being used, with their relations. The form is using relationship('host', 'name') as the way to relate the 2 models via the form. (This does present the data correctly, and seems to store it correctly as well, but it's acting as if it needs to update the
User
Table, when it has no real reason to update that?

Maybe I have something set up wrong.

When trying to use this in a front-end using Livewire, it for some reason isn't caring what is stored for the host. I'll open another help post if that is needed.
image.png
image.png
image.png
Was this page helpful?