I don't even know how to type this cause I'm more than frustrated at this point.
It should be a straightforward implementation but Appwrite, or more accurately its node-SDK just had to cause vague and untraceable error that theoretically should be an easy fix
I thought I had it working but it's just a stupid edge case. The behavior of **storage.createFile **is very inconsistent! It works one minute and breaks the next, literally! Please fix this. Please
The fact that I was able to save the file recivied via formdata as a local file says the parsing is fine. The uploading is broken
Recommended threads
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...
- Database error validating 'min' and 'max...
I keep seeing an error when I try to add a column to a database table within the AppWrite cloud UI. I also see this error when trying to create or update a reco...
- Anyone manage to get a slack-bot working...
I'm trying to setup a bot the send and retrieve slack messages to a chat in my site. I've failed with SSE and appwrite functions soo far... i'll trying polling ...