Hello,
Could you try to remove these properties and see if it helps?
Show for document types: CMS.BlogPost
Selected item transformation: CMS.BlogPost.RelatedPosts
If it doesn't, try using the following transformation and see if you get any kind of output or just "Nothing":
<h4><%# Eval("DocumentName") %></h4>
<%# IfEmpty(Eval("BlogPostTeaser"), "Nothing", "Image: " + GetImage("BlogPostTeaser",200) + "<br> Guid: " + Eval("BlogPostTeaser")) %><br>
<hr>
Regards,
Josef Dvorak