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
- Functions in cloud console not works
please advise as all of my runing functions on Appwrite console was working before , but now it give this error [Invalid `headers` param: Value must be a valid...
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...