Skip to content

Error: Call to a member function getUrn() on null

Sentry Issue: ENGINE-15

Error: Call to a member function getUrn() on null
  File "/Controllers/api/v2/analytics/views.php", line 55, in Minds\Controllers\api\v2\analytics\views::post
    ->setEntityUrn($boost->getEntity()->getUrn())
  File "/Api/Factory.php", line 87, in Minds\Api\Factory::build
    return $handler->$method($pages);
  File "/Controllers/api/api.php", line 81, in Minds\Controllers\api\api::post
    return Factory::build($pages, $this->request, $this->response);
  File "/Core/Router.php", line 157, in Minds\Core\Router::route
    return $handler->$method($pages);
  File "/index.php", line 9
    $router->route();