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
- 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 ...
- Feedback and Deployment Challenges with ...
Hello world!, I've been developing a project using FastAPI in Python, and I was considering deploying it through Appwrite Functions. However, I encountered a f...
- getFilePreview , getFileView , getFileDo...
I am on Appwrite self hosted 1.8.0 I use the web sdk 21.3.0 I created a bucket and it has this permission (users:create) then i enabled the file security then ...