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
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...