I'm using Sonata-Admin, Sonata-User and FOSUser. The admin panel works fine, but after the login of an user they are redirected to the route /profile
with following error:
An exception has been thrown during the compilation of a template ("Using "null" for the value of node "translationBundle" of "Sonata\CoreBundle\Twig\Node\TemplateBoxNode" is not supported. You must pass a Twig_Node instance.") in "SonataUserBundle:Profile:show.html.twig".
Someone know how to repair it ?