File does not exist

New to kits
I have created a simple kit for NPC. I can see the kit info after creation if I open /kit. I can also see it has been created in the kits_data.json
{
"_kits": {
"clerk": {
"Name": "clerk",
"Description": "",
"RequiredPermission": "",
"MaximumUses": 0,
"RequiredAuth": 0,
"Cooldown": 0,
"Cost": 0,
"IsHidden": false,
"CopyPasteFile": "clerk",
"KitImage": "",
"MainItems": [],
"WearItems": [
{
"Shortname": "attire.hide.boots",
"DisplayName": null,
"Skin": 0,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 1,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
},
{
"Shortname": "attire.hide.skirt",
"DisplayName": null,
"Skin": 0,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 2,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
},
{
"Shortname": "hat.boonie",
"DisplayName": "Cowboy Sheriff Hat",
"Skin": 1760060421,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 0,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
},
{
"Shortname": "shirt.tanktop",
"DisplayName": null,
"Skin": 0,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 3,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
}
],
"BeltItems": []
}
}
}
If I try to add to an NPC it just doesnt show up. If I open /kit and try to redeem manually, to make sure its not a my typing the name incorrectly, I get an error "File does not exist"
Any help would be greatly appriciated

I am having the same issue. I can see the kits are created, but if I go to load them it says the file does not exist, and then if I try to skin the NPC it just skins them naked and acts like it worked.

Remove the name from "CopyPasteFile":

Have you tried redeeming the kit ? (after changing the npc only to false)