step135

Results 34 issues of step135

When you chose to show thumbnails, you should also easily enable users to pick up the right image to show, but the view is static and only some neighbouring images...

Never connected using generated JWT token. And there is no error fired to know the reason. ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4149) by [Unito](https://www.unito.io)

There is a need to get EXIF data according to value of a variable, but it is not currently achievable: ``` a = "DateTimeOriginal" piexif.ExifIFD[a] ``` It fails! ``` a...

I don't see in documentation how to disable creating accounts on client side and allow only login and change of password. It is important for security reasons that developers can...

You should avoid sending OPTIONS request, if you want to load data through POST request in web browser. Current practice is causing delays in retrieved data.

### πŸ‘Ÿ Reproduction steps Upload heic image ### πŸ‘ Expected behavior It should create preview ### πŸ‘Ž Actual Behavior Default image preview ### 🎲 Appwrite version Appwrite Cloud ### πŸ’»...

product / storage
feature

### πŸ‘Ÿ Reproduction steps Upload bigger photo 9MB that fires Webhook calling to another website using newly uploaded URL of photo `https://cloud.appwrite.io/v1/storage/buckets/photos/files/{$id}/preview?project={$prId}`. It creates wrong cache: ![preview](https://github.com/appwrite/appwrite/assets/47241203/b232d059-da42-4774-b599-f10449740c1e) ### πŸ‘ Expected...

bug
product / storage

This documentation is not good. I corrected one mistake according to https://dev.to/shorla/getting-started-with-appwrite-on-your-app-a-simple-step-by-step-guide-1cfd

You should not steal row space of menu where image can't scale, also captions shouldn't be under image as they also make it smaller. Captions should be on the right...

You provide method `on` that tracks changes in real time, but I am interested to do search on static data once and determine when all children are added. In Realtime...