Anyone faced this issue before
TL;DR
- User had an issue with not being able to view array contents within the console.
- User stated they were storing the JSON and both integer and float arrays, and needed them as strings.
- User realized they were storing the location.lat as 1.38 within the array.
- User apologized for the mistake and mentioned they had this issue even in version 1.37.
- User asked if anyone else had faced this issue before.
- The issue was solved but no solution was explicitly mentioned in the thread.what version of Appwrite?
1.38
had this even in 1.37
what's the type of attribute?
Double []
sorry my bad
storing location.lat : 1.38 within it
need it as string
seems okay to me
both integer array and float array
Yes I'm wrong here
was storing the json
so it's not a problem?
yes
sorry
[SOLVED] Not able to view array contents within console
no worries!
Recommended threads
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- How to properly implement custom domain?...
- Site deployment does not work.
I can change a file, deploy, change does not take effect. Delete file in repo, push changes,deploy. Old file remains undeleted Duplicate file, rename it, push,...