
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
- When connecting to VCS (Version Control ...
Hello, when I try to define in my function the root path of a function I get this when I click "Update".
- queries.map is not a function
Query.createdBefore doesnt work ``` tables.updateRows({ databaseId: process.env.APPWRITE_DATABASE_ID, tableId: process.env.APPWRITE_TABLE_ID, ...
- Server Error when Pushing a Function
Get this ambiguous error when trying to push my function, it's TypeScript using NodeJS 18 ``` ? Which functions would you like to push? get-grades (get-grades)...
