- πΈπͺSweden arne_hortell
In core/modules/rest/src/Plugin/views/display/RestExport.php function collectRoutes
find the line
$formats = $style_plugin->getFormats();replace with
$formats=false;
if (method_exists($style_plugin,'getFormats'))
$formats = $style_plugin->getFormats();