avniproject / avni-media

Next.js application to view Media files for an organization
GNU General Public License v3.0
1 stars 0 forks source link

Issues with media viewer #160

Open mahalakshme opened 1 year ago

mahalakshme commented 1 year ago

There are multiple issues with media viewer in prod - https://drive.google.com/file/d/17-zkoHnwBPV58z2zF6cciOWX8cqn_XB8/view?usp=drive_link

5.0 of ETL and media viewer were deployed to prod. Env: prod, org: RWB NITI Aayog 2022

Issues:

  1. When selecing a image all images of same names getting selected - not happening in prerelease.
  2. No of images selected showing wrongly

Out of scope: will make it part of different card

Not all images selected are downloaded.

ashusvnath commented 1 year ago

Number of images selected showing wrongly and All images of same names getting selected are related to duplicate imageUrl. It is the same image being returned multiple times by the search response. This is likely due the the duplicate rows issue with ETL.