Bug where the fields in the form were similar to another form. My upload post method on html was pointing to the wrong form. The upload still "worked", but there was a cast error because the field "approved" was boolean on the old one and a string on the new one
Bug where the fields in the form were similar to another form. My upload post method on html was pointing to the wrong form. The upload still "worked", but there was a cast error because the field "approved" was boolean on the old one and a string on the new one