mm1212Original post
Rank 1: Thread
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.
Summary
Developers are experiencing issues with loading images from a cloud storage bucket in a React Native project. The error message "Error loading image: Unexpected HTTP code Response{protocol=h2, code=404, message=, url=FilePath" indicates the document may not exist in the bucket. Double-check the file paths, bucket contents, and ensure correct URLs are being used.