I am unable to fetch image from file preview method
What are the console and network logs from your browser dev tools?
If i manually call service .getfile() i get a url but i am call in img tag the url is not fetch
I am store the preview fileID in post as IMAGE
Network logs for the image please
My issue is now solve
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)
Recommended threads
- Magic Link woes/noob
Magic Link is working; it sends the link to my email. But the link itself always leads to "Page Not Found. The page you're looking for doesn't exist". Clicking ...
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...