It's just 18 digits
How much it should be
Does the system counts 3 digits as 100
:appwritepeepo:
yes
Wtf man
Sry for slang
Server IDs are of 18 digits
999999999999999999
It may be show error
try something like this as max limit
Ok
Ig
We did it
working ?
Let me test
ok
Shit
Now it says
Server error
:appwritepeepo:
@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.
Wait then
Recommended threads
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...