#1256475113: The argument "file" was registered with type "File|Content|int", but is of type "Fab\Vidi\Domain\Model\Content" in view helper "Fab\Media\ViewHelpers\File\UriViewHelper". (More information)
InvalidArgumentException thrown in file
/www/htdocs/t35/typo3_src-8.7.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php in line 335.
using uri viewhelper for a pdf file link i get the following uncaught exception (typo3 8.7.3). with typo3 7.6 the viewhelper works well.
<a href="<m:file.uri file="{file}"/>" target="_blank" ></a>