
I have create a new bucket as category images and uploaded some images on there, then I have copied their URL can create a document and for one of there failed I have entered that URL. When I try to get the URL I am getting this error:
"Error loading image: Unexpected HTTP code Response{protocol=h2, code=404, message=, url=FilePath"
I am using react native.

404 is not found, does that document exist in the bucket?

No, that document is inside the database
Recommended threads
- Upload file
i got this error when try upload file (.Net). I use this line to check my buucket and its all right var buckets = await appWriterInit.Storage.List...
- Auth Error
"use client"; import { useEffect } from "react"; import { getSessionCookie } from "@/actions/auth"; import { createBrowserSessionClient } from "@/lib/appwrite-...
- Prevent modifying specific attributes
How do I prevent user to only to be able to modify some of the attributes. Document level security gives full access to update whole document, what are the wor...
