the_excerpt() not working in custom archive

I’ve found a workaround.

$content = get_post_field( 'post_content', $latest_post["ID"] );
$content = strip_tags($content);
$content = wp_trim_words($content);

and then just echo $content instead of the excerpt