how much size did you set up for accountId?
2200
too much HAHAHAH
actually every string field have this
I was thinking the same, but the autrhor in video did so, I've totally forget that I wanted to change this
is this really the root of the problem?
nope
I could not really see the root cause of the issue, but I believe the root cause is passing data on your collection, but the result is that it successfuly created the document
yeah thats weird
yes, it creates it succsessfylly
maybe I should just recreate a project
idk
nope dont do that
delete collection?
how about send a mimic data
const newUser = await databases.createDocument( appwriteConfig.databaseId, appwriteConfig.userCollectionId, ID.unique(), user )
const newUser = await databases.createDocument(
appwriteConfig.databaseId,
appwriteConfig.userCollectionId,
ID.unique(),
{
accountId: 'sample',
email: 'test@yahoo.com',
imageUrl: 'test.com',
name: 'test',
username: 'test'
}
)
so that we can validate if this is the root cause of problem
it appeared in database
I think the team will help you about this, you can post another support so that the team will see your issue
okay, thanks anyway
can't express how grateful I'm for your time and willingness for help
I want to help you but I have thesis to do.🥹
good luck with that!
Recommended threads
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...