[Closed] An error occurred while seeding data.The JSON value could not be
- 0
- Self Hosted
- Tools
- Databases

when submiting data from .NET int variable to interger in appwrite

[Error] An error occurred while seeding data.The JSON value could not be converted to System.Int32. Path: $[4].NumberOfVillage | LineNumber: 67 | BytePositionInLine: 34.

it can't parse int?

what are you passing?

"Code": "1",
"NameEN": "Meanchey",
"Type": "Province",
"NumberOfDistrict": 2,
"NumberOfVillage": 7,
},```

this is sample json,

is this what it's actually failing on? And is it failing before or after the API call?

should be before

I found issue, there is "NumberOfVillage": "1,010",

[Closed] An error occurred while seeding data.The JSON value could not be
Recommended threads
- Error Migration Cloud to Self Hosted
Hello ! When doin migration, here is the message i've got : "Error occurred while pushing 'document:67efa41b00259efefe84' to destination with message: 'I...
- 404 Not Found when viewing document (con...
When viewing a document in console 6.1.23 i have an issue where the page displays a 404. Going back to 6.0.13 made it work again. When looking at the requests ...
- Change attribute without losing data
Hey so I have a collection that has a "due" attribute now I have over 2K+ documents and noticed that I made it an integer instead of a float and we need it to b...
