[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
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...
- Urgent help required - Could not resolve...
I upgraded my production environment to 1.8.0 but experienced issues with appwrite running out of worker threads. I downgraded back to 1.6.1 and restored the da...
- Bulk delete failed with 401
- I created a transaction to bulk delete rows in a table has `done` equal `true` follow documentation. But when run, it returns 401 unauthorized error as screen...
