Error on creating record

foreach() argument must be of type array|object, string given

When I create a record for my Organizations model, I'm getting this error, but no further details.

The laravel log shows this additional information: production.ERROR: foreach() argument must be of type array|object, string given {"userId":3,"exception":"[object] (ErrorException(code: 0): foreach() argument must be of type array|object, string given at /var/www/html/portal/vendor/livewire/livewire/src/Mechanisms/HandleComponents/Synthesizers/CollectionSynth.php:28)

I have two models that are behaving this way, and many others that are working without issue. I can't seem to figure out how to resolve the issue.
Was this page helpful?