Currently on staging I'm seeing a 400 error and a nonsensical error message when trying to create a record of any model type. It looks like the POST request is missing the project_model_id param that is present on production, so that's probably the root cause.
Currently on staging I'm seeing a 400 error and a nonsensical error message when trying to create a record of any model type. It looks like the
POSTrequest is missing theproject_model_idparam that is present on production, so that's probably the root cause.