I hope you're doing well. I'm reaching out because I'm having trouble creating a new document through the Appwrite API, and I'm consistently getting a server error.
Server error 500
**Technology **
Html, css ,React Js
are you using cloud or self hosting?
Please provide the project id, code or request payload, and info about the collection
ProjectId : 6586a26b0f284c8ab1ad
Code : const newPost = await databases.createDocument(
appwriteConfig.databaseId,
appwriteConfig.postCollectionId,
ID.unique(),
{
creator: post.userId,
caption: post.caption,
imageUrl: fileUrl,
imageId: uploadedFile.$id,
location: post.location,
tags: tags,
}
);
Collection Info
Are you still getting this error?
What tutorial are you following?
Please share the attributes on the posts collection
Yes,
these are all the attributes?
what's the exact error now?
yes
same server error 500
Would you please check the network tab if the browser dev tools and share the payload of the request?
Also, make sure the user has the relevant permissions to all related collections
Recommended threads
- Appwrite Function getting general_unauth...
Hi everyone, I'm trying to create a database schema using an Appwrite Function written in Dart from Appwrite console, but I'm getting an authorization error wh...
- Help with nameservers
I just added our domain, and as per instruction in the page following, it says, "Add the following nameservers on your DNS provider. ..." I want to keep my cu...
- Problem with Appwrite CLI: Removing data...
I'm having an issue with the CLI while trying to manage multiple databases within a single project. My goal is to simplify my local environment by only includin...