{"documentId":"unique()","data":{"firstname":"a","lastname":"b","knowledge":"c","full_age":false,"phone_one":"98345679","email":"mail@mail.com"},"permissions":[]}
got this error message when making a POST request to /databases/${dbId}/collections/${collectionId}/documents. is there something wrong with my request body? (see above)
{
message: 'Param "documentId" is not optional.',
code: 400,
type: 'general_argument_invalid',
version: '1.4.13'
}
Hmm, it looks correct
Does this also happen with using a custom ID?
Recommended threads
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.