And was your players Collection working until today? Or did you only create it today?
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
Maybe if you @ideclon see my code you will see something
You already posted your code? https://discord.com/channels/564160730845151244/1186216261009559653/1186362643313868850
Ok @1976satch9 @Raja sounds like this is an issue with Cloud.
I'm crossposting this to <#1102936099745177700> - 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
@Haimantika here it is in the browser
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?
656e9072351526b3f8eb
25/03/2000
you think the problem come from this ?
This is an invalid format. You need to pass an iso 8601 string
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
ok i think i find a solution. const newPlayer = await databases.createDocument(
appwriteConfig.databaseId,
appwriteConfig.playersCollectionId,
documentId,
player,
** [
Permission.write(Role.any())
]**
)
j'ai rajoutΓ© [ Permission.write(Role.any()) ]
[Solved]internal Server error
Recommended threads
- trying to figure out how to activate my...
please help
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support π I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...
- Bug: TOTP MFA verification always fails ...
*Bug: TOTP MFA verify always returns `user_invalid_token` (Cloud 1.8.1, Frankfurt)** Project ID: `68dd48440003e537d849` SDK: `appwrite@18.2.0` (also tested wit...