Some author slug found 404 but author page is working fine

Ghost version: 5.0.0

Author slug gives 404. here. rest working perfect for everyone.

<!-- Body-->
<div class="ms-4">
    <!-- Title-->
    {{#primary_author}}
        <h5 class="font-sans-serif mb-0 text-black-50"><a href="{{url}}">{{name}}</a></h4>
    {{/primary_author}}
    <!-- Position-->
    <p class="small text-muted mt-n1 mb-0">{{date format="D MMMM YYYY"}}</p>
</div>

The author has his separate page. here but somehow it gives 404.

any luck?

If you try {{slug}} instead of {{url}} in the template, does it work better?

1 Like