You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up a Next.js API route (with app router) to handle a POST request.
Ensure the request receives FormData containing an appended image file.
Use the Appwrite Node.js SDK to upload the file.
👍 Expected behavior
Upload the file!
👎 Actual Behavior
When calling storage.createFile in Appwrite Node.js SDK, the upload behaves inconsistently.
Once in a thousand years, the file uploads successfully. Most of the time, it fails with the same error!
The issue occurs without any clear pattern, making debugging frustrating.
Pattern? I've used different file object representations! Blob, Buffer...
🎲 Appwrite version
Version 0.10.x
💻 Operating system
Windows
🧱 Your Environment
Windows Specifications Edition: Windows 10 Pro Version: 22H2 System type: 64-bit operating system, x64-based processor
👟 Reproduction steps
POST
request.FormData
containing an appended image file.👍 Expected behavior
Upload the file!
👎 Actual Behavior
When calling storage.createFile in Appwrite Node.js SDK, the upload behaves inconsistently.
Once in a thousand years, the file uploads successfully. Most of the time, it fails with the same error!
The issue occurs without any clear pattern, making debugging frustrating.
Pattern? I've used different file object representations! Blob, Buffer...
🎲 Appwrite version
Version 0.10.x
💻 Operating system
Windows
🧱 Your Environment
Windows Specifications
Edition: Windows 10 Pro
Version: 22H2
System type: 64-bit operating system, x64-based processor
Codebase
Node: v20.13.1
Next.js: v15
Node-Appwrite: v15.0.0
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: