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
- Error With iOS Apps
I keep getting the below errors for my flutter app. The clients are registered and have been. This wasn't an issue a few hours ago. AppwriteException: AppwriteE...
- Backup policies think im on free tier
Cant create more than one policy as im told to ugprade, when clicking upgrade im taken to the upgrade page which confirms im already on pro
- Cant get rid of "get started"
Not that important, but annoying. No matter what I do I cant get the "Get started" to go away, ive added a bunch of web platforms and its just stuck.