I have an issue when tried to upload new file to Storage, I don't know why it return this issue without clear definition
TypeScript
code: 500,
type: 'general_unknown',
response: {
message: 'Server Error',
code: 500,
type: 'general_unknown',
version: '0.12.130'
}
TL;DR
Developers are experiencing an issue when trying to upload a new file to Storage in their Appwrite Functions + Storage using Node.JS. The error message received is "Server Error" with code 500 and type 'general_unknown'. Possible solutions include retrying with a different file, checking allowed file types/sizes, and confirming the bucket ID.Retry with a different file, check the file types allowed and size, confim, bucket ID
Recommended threads
- Tips for Debugging Appwrite Functions Lo...
Hi everyone! 👋 I have an Appwrite Function running locally with Docker, but I’m struggling to debug it because execution doesn’t reach the breakpoints I set. ...
- AttributeError: 'Context' object has no ...
I'm getting an error executing my function. I'm not able to replicate this locally since I have to use a mock context. Is there a way to debug this kind of erro...
- SyntaxError: The requested module 'node-...
I am trying to use appwrite functions and in the function i am creating rows but i got this error when i executed the funtion. As i checked docs there TablesDB...