π 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

π Issue: Images Not Displaying on Dashboard
Page / Feature:
Service Usage & Recent Transactions section on the dashboard
β Problem Description
π§ Possible Causes
<img>tags.Image.pngvsimage.png).β Expected Behavior
π§ Suggested Fix
<img>srcpaths and ensure they are relative to the HTML file location.@omroy07