Rank 1: Thread
I am unable to fetch image from file preview method
Votes
1
Replies
9
Participants
Unknown
Messages
10
Rank 1: Thread
I am unable to fetch image from file preview method
What are the console and network logs from your browser dev tools?
Rank 1: Thread
If i manually call service .getfile() i get a url but i am call in img tag the url is not fetch
Rank 1: Thread
I am store the preview fileID in post as IMAGE
Network logs for the image please
Rank 1: Thread
Rank 1: Thread
My issue is now solve
Rank 1: Thread
But i give storage permission to all guest it show image but if i give only to user image is not render
uhhhh those urls don't seem right 🧐 what is the rendered HTML?
you're probably running into a cookie problem. to get it to work, you'll need to enable 3rd party cookies in your browser or make sure the cookies are 1st party cookies (see https://appwrite.io/docs/custom-domains)