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
- Invalid `region` param: Value must be on...
Hi! I'm trying to migrate a small project from the cloud to a self hosted instance to play around but without any success! I cannot initiate a migration witho...
- Locked out of account
Hey guys, I have a paid account and have been locked out. Apologies for using this method, but I'm getting no response via the contact us page. I had a old do...
- Migration from cloud to self-hosted fail...
Hi! I'm trying to migrate a small project from the cloud to a self hosted instance to play around but without any success! The migration process fails with the ...