Rank 1: Thread
I have an application set up with Appwrite Cloud, and the same database and storage structure set up on Gitpod. I am seeing a 500 error when I upload a file to storage on Cloud, but the Gitpod instance uploads just fine. (I can also manually upload the file to Cloud in the Console, with no problems.) I haven't had any issues with other file uploads on Cloud. The error response on Cloud is very generic:
{
"message": "Server Error",
"code": 500,
"type": "general_unknown",
"version": "0.11.12"
}
Is there any way to see a more detailed error message? My project ID is 6423a55a17c8acba9dd6.