You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the home page and features page, clicking an author's name on a blog card doesn't go to the author's profile, it just lands on https://blog.podman.io/author/ with no slug, which is a broken/generic URL.
The problem is in the WordPress REST API query. The _fields parameter doesn't include author, and it turns out the author_info field depends on author being present in the request to correctly build the author URL slug.
Upload screenshots or screen recordings
2026-08-01.02-10-44.-.Trim.mp4
LLM Policy
This issue is human-written, and folow up comments will also be human-written
Consisely describe the issue
On the home page and features page, clicking an author's name on a blog card doesn't go to the author's profile, it just lands on https://blog.podman.io/author/ with no slug, which is a broken/generic URL.
The problem is in the WordPress REST API query. The _fields parameter doesn't include author, and it turns out the author_info field depends on author being present in the request to correctly build the author URL slug.
Upload screenshots or screen recordings
2026-08-01.02-10-44.-.Trim.mp4
LLM Policy