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!