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
- TLS provisioning failure for custom doma...
Hi Appwrite team, we’re using Appwrite Sites and TLS provisioning for our custom domain fails. Domain: somnara.app Error: Failed to create TLS subscription –...
- Functions Problem
Whenever I run my AI Generate through Appwrite Functions, I am getting this Call Stack AIService.generateServer (src\services\ai\gemini.ts) next (<native>) ...
- Couldnt not do appwrite push tables
Not sure why i am not able to create my tables