Rank 2: Process
It's just 18 digits
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 2: Process
It's just 18 digits
Rank 2: Process
How much it should be
Rank 2: Process
Does the system counts 3 digits as 100
Rank 2: Process
:appwritepeepo:
yes
Rank 2: Process
Wtf man
Rank 2: Process
Sry for slang
Rank 2: Process
Server IDs are of 18 digits
999999999999999999
Rank 2: Process
It may be show error
try something like this as max limit
Rank 2: Process
Ok
Rank 2: Process
Ig
Rank 2: Process
We did it
working ?
Rank 2: Process
Let me test
ok
Rank 2: Process
Shit
Rank 2: Process
Now it says
Rank 2: Process
Server error
Rank 2: Process
:appwritepeepo:
Rank 2: Process
@Meldiron sry for the ping but what it means
Looking at server error, it still gives Out of range value for column 'id'.
Let's please avoid using integers here, if we can. String is intended use for ID and should work perfectly fine in this scenario.
Let's please double check attribute is string - re-create collection if needed.
Lets also ensure you no longer convert to int() in the code, and pass string values in database.
I would also recommend adding some print()s to ensure the latest changes to code are being used, and possibly give you more context to error if it occurs (pby printing ID, key, collection id, project id, ...)
I am confident storing 564160730845151244 in string attribute of length let's say 255 will work in Appwrite.
Rank 2: Process
Wait then