I keep getting an AppwriteException: general _unknown, server Error (500) when I try to create a document using the syntax provided for database relationships
Would you please check the docker logs for the appwrite container and share the logs for the related error?
Please also share the code/request that generates this
Alright
docker logs
Now I can’t even use the list document method
I can't really tell from this. Please share the logs for the appwrite container only and related to the 500 error. Please also share your code or the network request for the API call.
How can I do that please?
Recommended threads
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...