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
- Migration from Self-Hosted to Cloud seem...
Hello, I'm trying to migrate from my Self-Hosted Appwrite instance to Cloud, and can't figure out what's going wrong. - If I initiate the migration from Cloud...
- Deployment fails after 15+ minutes: "Wai...
Hi, I'm Jayden. My email is jaydthom@haverford.org, and i'm having persistent deployment failures with my Next.js project. What happens: Push to GitHub trigg...
- DB connection | Got timeout reading comm...
When looking at the logs of `appwrite-mariadb` I'm seeing a lot of: ``` 2026-04-09 7:37:28 10 [Warning] Aborted connection 10 to db: 'appwrite' user: 'appwrit...