Some of the images uploaded to my storage bucket returns this error:
{
"message": "Project with the requested ID could not be found. Please check the value of the X-Appwrite-Project header to ensure the correct project ID is being used.",
"code": 404,
"type": "project_not_found",
"version": "1.8.1"
}
Where the project exists. After using the same url but https://fra.cloud.appwrite.io/ instead of my custom domain, it works for all images. I have not changed anything in my setup for months and it was working previously with our custom domain without any issues.
<@492047073856978945> We're working on fixing this issue, I'll keep you posted ✌️
<@492047073856978945> Could you please check now? It should be fixed, lmk if that isn't the case.
hi, it seem i have similar issue
The problem: Users upload photos through my application to a storage bucket Files are successfully created and accessible immediately after upload After a few minutes, the files are completely removed from Storage They are not just inaccessible — they are gone from the bucket entirely (confirmed via Appwrite Console) No one on my team is deleting them, and there are no Functions or Webhooks in the project that could trigger deletion
What I've already tried: Verified that files are genuinely missing from the bucket in the Console (not a permissions issue) Disabled Antivirus on the bucket — the issue persists
Example of an affected file that was uploaded successfully but later became unavailable: https://fra.cloud.appwrite.io/v1/storage/buckets/689c2b500009f471f0e2/files/69986da8003302f4644a/preview?project=687e891f0025883f2ae6
Help pleasee
Recommended threads
- Domain issues
i have deleted my organization before switch domains, now i cant register it in my new org
- Websites hosted on my appwrite sites hav...
Hello, all my websites hosted on appwrite sites are not running I am getting this message "This site can’t be reached drivehub.appwrite.network took too long t...
- Session cookies stored on wrong (sub-)do...
Hi, I own a domain `example.com` which is registered with the Appwrite nameserver. My website runs on Sites, using `www.example.com` as domain, and my function...