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.
Recommended threads
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Hi Appwrite Support Team,My project has ...
Details: Project ID: 69a69f6f00113ed0e8e4 Region: SFO (sfo.cloud.appwrite.io) Error Response: Affected: ALL endpoints ā Functions, Databases, Storage, Health, ...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...