yeah it's quite weird. I've tested my app's upload features with more than 100 pictures. all of them worked. but I got an error only with this. first I thot something was up with my code. after seeing "Server Error" message in my console, I tried uploading it directly from the appwrite console. but I'm getting the same error there as well. I tried uploading it to some other test projects and buckets. the error is the same everywhere. what is wrong with this file?
could be an incomplete image or something
wdym by incomplete image?
So I had this happen to me once, and it was because the image was corrupted
which didn't make a ton of sense, because as you have shown you can still post the image and it still exists, did you check Mime Type and all that good stuff?
yes. it's image/jpeg
If this is on Appwrite Cloud, would you please share your project id?
i tried it from multiple projects from multiple organizations. IDs are below: 651c5286130842af844b (org A) 658ed14e38e3a5fea10c (org A) 65005042d8a8dd586edd (org B) 64cab6bee6061abdce37 (org B) 6483058e90e34e130379 (org B)
i can share the organization details as well if u want
Project id of the most recent please
651c5286130842af844b
When's the last time you tried the upload?
i just tried again
Weird...I don't see anything for that project 🧐
i just tried again
Weird...nothing...
I'll have to troubleshoot this on Monday, sorry
okay. no worries🤝
@Steven
Interestingly, can reproduce - but only on Cloud, not on self-hosted (running 1.4.13)
Just tried uploading, project ID 64f86390adbe93144ebe
And storage usage is negative? 🧐
Not related - in my case, it was to a brand new bucket, which is the only bucket in the project
I see. Anyways it should not be negative
yeah i also noticed that. it was negative for a few days. now it's back to positive (the usage amount also have changed)
Recommended threads
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...