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
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...