Skip to content

🐞 Issue: Images Not Displaying on Dashboard #1665

@neeru24

Description

@neeru24

🐞 Issue: Images Not Displaying on Dashboard

Page / Feature:
Service Usage & Recent Transactions section on the dashboard


❗ Problem Description

  • Images/icons in the Service Usage and Recent Transactions boxes are not displaying.
  • Broken image placeholders are shown instead of the intended graphics.
  • This affects user experience and makes the dashboard appear incomplete or broken.

πŸ”§ Possible Causes

  • Incorrect file paths in the <img> tags.
  • Image files missing from the repository or deployment.
  • Case-sensitive filename mismatch (e.g., Image.png vs image.png).
  • Browser blocking the image due to CORS or access issues.

βœ… Expected Behavior

  • Images/icons should load correctly in both sections.
  • Visual elements should enhance the readability and usability of the dashboard.
  • Broken placeholders should not appear.

πŸ”§ Suggested Fix

  • Verify that all image files exist in the correct folder.
  • Check <img> src paths and ensure they are relative to the HTML file location.
  • Ensure filenames match exactly (including capitalization).
  • Test in the browser and check console for 404 errors.

@omroy07

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions