[ TYPO3\CMS\Core\Http\InvalidRequestUrlOnCliException ]
Usage of TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals on CLI is discouraged. In case you rely on the method, you have to fake a valid request URL using $_SERVER.
caused by
Exception trace:
#0 ()
vendor/typo3/cms-core/Classes/Http/ServerRequestFactory.php:69
#1 TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals()
vendor/gridelementsteam/gridelements/Classes/DataHandler/ProcessCmdmap.php:42
#2 GridElementsTeam\Gridelements\DataHandler\ProcessCmdmap->__construct()
This happens if you call DataHandler via a command (called via CLI or scheduler).
Do not assume there is a request. Maybe check Environment::isCli() first.