Problem uploading Male Full-Body Outfits

Hello! We’ve successfully uploaded several Full-Body Outfits for female models without any issues. However, when trying to upload Male Models, the validation process fails.


Here’s the error we’re seeing in the JSON debugger:

"body": { "missingProperty": "gender" },  
"message": "must have required property 'gender'"

Interestingly, if we upload the male .glb file as a female model, it passes validation. Afterwards, we can manually switch the gender back to male. But this workaround creates a new problem: the ordering functionality breaks. When trying to sort male outfits, they shuffle randomly and don’t respect the intended order.

Any guidance or fix for this issue would be greatly appreciated!

1 Like

Nice observation! There’s really such thing. It started happening at the same point, but it seems RPM devs aint gonna mess with the existing stuff (only connected with PlayerZero), thus it might be the wisest to stick with Female workaround you mentioned.

Hey! I managed to solve this, rather by accident, by setting my outfit to female, then back to male, then saving and somehow that worked. I may have done it twice. Some solution to fix this though would be useful given it seems to be only a json generation issue.

1 Like