adi-kiran / burnout-healthgoalsapp

Source code repository for the 'BurnOut' project
MIT License
3 stars 4 forks source link

Bug: Event Images Not Rendering on Events Page #46

Closed amritav closed 1 year ago

amritav commented 1 year ago

Bug Description:

On the Events Page, the images associated with each event are failing to render. Instead of the event image, users are either seeing broken image links or no images at all.

Steps to Reproduce:

  1. Navigate to the Events Page.
  2. Browse through the list of events.

Expected Behavior:

Each event listing should display its associated image.

Actual Behavior:

Event images are not rendering, showing broken image icons or blank spaces where the image should be.

Additional Information:

amritav commented 1 year ago

@adi-kiran Can you look into this?

adi-kiran commented 1 year ago

Fixed in this commit https://github.com/adi-kiran/burnout-healthgoalsapp/commit/1850e8560955c83701d0d973c01f494b6ed2aa35

adi-kiran commented 1 year ago

Issue was with the location of the images. Moving it under public fixed it.