[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
- "Memberships privacy" setting in 1.7.4
Hi everyone, I'm experiencing an issue with a clean self-hosted installation of Appwrite version 1.7.4. I previously used version 1.6.1, and if I remember corre...
- Swift: Response from .deleteDocument
According to the docs, in Swift when calling `databases.deleteDocument` the response is supposed to be 204 (No Content). However, we are finding the response is...
- Storage getFilePreview for GIF file retu...
Used to work in 1.6.x but with 1.7.4 upgrade it seems to be broken.
