Hi Rashida,
I found the issue, this code on line 93 of the blog_item.php located here: templates/ensure/html/com_content/category
$link = Uri::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid, $this->item->language));
Should be, at least I think (not a coder, just compared it to other blog_item.php files from other Joomshaper templates) this:
$link = Route::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid, $this->item->language));
All I know is, it's working now.
Kind regards,
John