ipfs-search / dweb-search-frontend

Frontend for ipfs-search.com
https://dweb-search-frontend.on.fleek.co/
GNU Affero General Public License v3.0
21 stars 16 forks source link

NSFW data not available in frontend #273

Open dokterbob opened 1 year ago

dokterbob commented 1 year ago

Describe the bug image

For images, when correct NSFW data is returned by the API, this data is not shown in the list view and the dynamic blurring is not functional.

To Reproduce

  1. Open any image search, e.g.: https://ipfs-search.com/#/search?type=images&page=1&q=book&nsfw=suitable
  2. Verify that NSFW requests are returning.
  3. Observe that NSFW data is not shown.

No errors are shown in the console.

femans commented 1 year ago

I did actually find the error in the console, and I think it is resolved now. Let's check once more.