I have problem with returning views with FOSRestBundle working under Symfony 4.1 Project.
This is code from my controller:
class NewsController extends
Add line to config/packages/framework.yaml
config/packages/framework.yaml
framework: templating: { engines: ['twig'] }
it will solve
An instance of Symfony\Bundle\FrameworkBundle\Templating\EngineInterface >must be injected in FOS\RestBundle\View\ViewHandler to render templates.