TYPO3 Exception 1639819269

TYPO3 12.4.12 - 20.03.2024

Installation Overview

Sending a \TYPO3\CMS\Core\Mail\FluidEmail from a console command. The template uses the Uri.page ViewHelper <f:uri.page>.

The Issue

Error message:

Example error output
[ERROR] The rendering context of ViewHelper f:link.page is missing a valid request object. 
Copied!

Solution

Switch to using other ViewHelpers or set a valid request object to the FluidEmail See also Send email with FluidEmail.