Hưng Hồ
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. Yte50
Retry with a different file, check the file types allowed and size, confim, bucket ID
Recommended threads
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...