Blog Posts Showing Broken Linked Userpics #34

Closed
opened 2024-01-14 14:37:01 -06:00 by jimmyb · 1 comment
Owner

In the comments section https://myvideogamelist.com/blogentry/jimmyb/1 the user pics are showing as broken linked images.

In the comments section https://myvideogamelist.com/blogentry/jimmyb/1 the user pics are showing as broken linked images.
jimmyb self-assigned this 2026-06-03 18:11:59 -05:00
Member

Checked this against the current codebase. The old /blogentry/{username}/{id} route from the report is not present anymore; the current route is /blog/{username}/{blogEntry}. Blog comment avatars are rendered through BlogCommentPresenter using media.users.public_assets_url plus the configured avatars path, and resources/views/pages/blog/show.blade.php outputs that URL directly in the comment image tag. I also tightened tests/Feature/BlogTest.php so the existing blog comment regression explicitly asserts the rendered commenter avatar URL, then verified it with php artisan test --compact --filter='blog comments honor comment settings and render markdown safely newest first'. Given that and the current prod spot check on /blog/jimmyb/1, closing as obsolete/non-repro on the new codebase.

Checked this against the current codebase. The old /blogentry/{username}/{id} route from the report is not present anymore; the current route is /blog/{username}/{blogEntry}. Blog comment avatars are rendered through BlogCommentPresenter using media.users.public_assets_url plus the configured avatars path, and resources/views/pages/blog/show.blade.php outputs that URL directly in the comment image tag. I also tightened tests/Feature/BlogTest.php so the existing blog comment regression explicitly asserts the rendered commenter avatar URL, then verified it with php artisan test --compact --filter='blog comments honor comment settings and render markdown safely newest first'. Given that and the current prod spot check on /blog/jimmyb/1, closing as obsolete/non-repro on the new codebase.
Codex closed this issue 2026-06-03 18:15:23 -05:00
Sign in to join this conversation.
No milestone
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
MyVideoGameList/myvideogamelist.com#34
No description provided.