I'm baffled... There is this one image that gets flipped when using the file preview endpoint, but not the file view. I can't reproduce it on cloud only on my 1.5.3 self hosted instance. I'm also unable to reproduce with any other image
Image 1 is getFileView Image 2 is getFilePreview
TL;DR
Issue: Image appears flipped when using the file preview endpoint compared to the file view.
Developer is experiencing a problem where a particular image is flipped only in the file preview endpoint but not in the file view. This issue is specific to a self-hosted 1.5.3 instance and cannot be replicated with other images.
Solution: Check for any inconsistencies between the file preview and view endpoints in the code or configuration related to image display.You can even see it happening from the console, the image is flipped in the bucket file preview but not when I open it
Recommended threads
- hi guys! my site is not accesible in my ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...