[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
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...