Rank 5: Hypervisor
how much size did you set up for accountId?
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 5: Hypervisor
how much size did you set up for accountId?
Rank 1: Thread
2200
Rank 5: Hypervisor
too much HAHAHAH
Rank 1: Thread
actually every string field have this
Rank 1: Thread
I was thinking the same, but the autrhor in video did so, I've totally forget that I wanted to change this
Rank 1: Thread
is this really the root of the problem?
Rank 5: Hypervisor
nope
Rank 5: Hypervisor
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
Rank 5: Hypervisor
yeah thats weird
Rank 1: Thread
yes, it creates it succsessfylly
Rank 1: Thread
maybe I should just recreate a project
Rank 1: Thread
idk
Rank 5: Hypervisor
nope dont do that
Rank 1: Thread
delete collection?
Rank 5: Hypervisor
how about send a mimic data
Rank 5: Hypervisor
const newUser = await databases.createDocument(
appwriteConfig.databaseId,
appwriteConfig.userCollectionId,
ID.unique(),
user
)
Rank 5: Hypervisor
const newUser = await databases.createDocument(
appwriteConfig.databaseId,
appwriteConfig.userCollectionId,
ID.unique(),
{
accountId: 'sample',
email: 'test@yahoo.com',
imageUrl: 'test.com',
name: 'test',
username: 'test'
}
)
Rank 5: Hypervisor
so that we can validate if this is the root cause of problem
Rank 1: Thread
Rank 1: Thread
Rank 1: Thread
it appeared in database
Rank 5: Hypervisor
I think the team will help you about this, you can post another support so that the team will see your issue
Rank 1: Thread
okay, thanks anyway
can't express how grateful I'm for your time and willingness for help
Rank 5: Hypervisor
I want to help you but I have thesis to do.🥹
Rank 1: Thread
good luck with that!