
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
- mcp-for-docs not working properly
I'm experiencing issues integrating the MCP server tool with Cursor IDE. The MCP server connection establishes successfully initially but fails after one minute...
- When connecting to VCS (Version Control ...
Hello, when I try to define in my function the root path of a function I get this when I click "Update".
- queries.map is not a function
Query.createdBefore doesnt work ``` tables.updateRows({ databaseId: process.env.APPWRITE_DATABASE_ID, tableId: process.env.APPWRITE_TABLE_ID, ...
