
hello i got a small question, is this code secured, is there something that should not be displayed on the client, i am talking about the image tag:
my code:
TypeScript
<script lang="ts">
let { data } = $props();
</script>
{#each data.databaseData.documents as pet}
<div class="pet">
<p>title: {pet.title}</p>
<p>description: {pet.description}</p>
<p>by: {pet.by}</p>
<img
src="https://cloud.appwrite.io/v1/storage/buckets/67eab74a000065af9767/files/{pet.image}/view?project=67eaa8b10009d8a195f3&mode=admin"
alt={pet.image}
/>
</div>
{/each}
TL;DR

i feel like the project=67eaa8b10009d8a195f3 and buckets/67eab74a000065af9767 shouldnt be displayed or im just wrong, also what is this mode=admin
Recommended threads
- Realtime Disconnects and Error: INVALID_...
Hi Support, we are still experiencing the issue and we are a subscriber on your platform under the account of charlesbcalague@gmail.com I just want to ask here...
- Collection Permission issue
I am facing issue in my Pro account. "Add" button is disabled while adding permission in DB collection settings.
- Opened my website after long time and Ba...
I built a website around a year back and and used appwrite for making the backend. At that time the website was working fine but now when i open it the images a...
