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
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- trying to figure out how to activate my...
please help
- Bug: TOTP MFA verification always fails ...
*Bug: TOTP MFA verify always returns `user_invalid_token` (Cloud 1.8.1, Frankfurt)** Project ID: `68dd48440003e537d849` SDK: `appwrite@18.2.0` (also tested wit...