Rank 5: Hypervisor
And was your players Collection working until today? Or did you only create it today?
Votes
1
Replies
24
Participants
Unknown
Messages
25
Rank 5: Hypervisor
And was your players Collection working until today? Or did you only create it today?
Rank 2: Process
I create it 2 days ago but when i use my signup form the creation of the account works fine(users table) but for players table it’s an issue
Rank 2: Process
Maybe if you @ideclon see my code you will see something
Rank 5: Hypervisor
You already posted your code? https://discord.com/channels/564160730845151244/1186216261009559653/1186362643313868850
Rank 5: Hypervisor
Ok @1976satch9 @Raja sounds like this is an issue with Cloud.
Rank 5: Hypervisor
I'm crossposting this to #channel - someone from Core on the Cloud team should see it there
Anyone still seeing 500 errors?
yes
please create a separate post with details about what you're doing to cause it
Rank 2: Process
@Haimantika here it is in the browser
Rank 2: Process
Rank 2: Process
Rank 2: Process
i try to use appwrite extension to vscode . it doesn't work. help me !!
So creating an account and session works? It's failing on creating a document?
What's your project id?
Is date of birth a datetime attribute in Appwrite? If so, what exactly are you passing to Appwrite?
Rank 2: Process
656e9072351526b3f8eb
Rank 2: Process
25/03/2000
Rank 2: Process
you think the problem come from this ?
This is an invalid format. You need to pass an iso 8601 string
Rank 2: Process
i change the date of birth attribute. i put string but it's the same problem
The issue is not the attribute, it's because you need to pass it in a string with this format:
2023-12-19T12:29:15.214Z
Rank 2: Process
ok i think i find a solution. const newPlayer = await databases.createDocument( appwriteConfig.databaseId, appwriteConfig.playersCollectionId, documentId, player, ** [ Permission.write(Role.any()) ]** )
Rank 2: Process
j'ai rajouté [ Permission.write(Role.any()) ]
Rank 2: Process
[Solved]internal Server error