Open jakubmacak opened 6 years ago
Hello @kmaci,
from what I know, sonata admin doesn't provide the login form on itself. It's probably something that you added by yourself or provided by a bundle I don't know. So it's hard to diagnose outside of the context, but the possibles causes can be:
If you give more details I can maybe help you.
@nykopol I think kmaci uses the sonata-user bundle with the admin bundle. I can confirm the login page is empty in that case, this is due the lack of the following block in your standard_layout.twig.html
:
{% block sonata_wrapper %}
Hi,
when I installed your bundle, login page is displayed without any content (only white background). Where could be a problem? After login, everything is fine (I have to remove bundle from AppKernel.php to log in).