Failed to login to dashboard
i perform a manual installation and everything is working fine, but after the installation of the dashboard service i access to the login page, the login is successful but the dashboard doesn't load.
This is my /var/log/apache2/error.log file :
[Tue Nov 13 12:04:01.649013 2018] [wsgi:error] [pid 14121:tid 139935807813376] [remote x.x.x.x:50538] INFO openstack_auth.forms Login successful for user "admin" using domain "default", remote address x.x.x.x.
You should also have a horizon log /var/log/apache2/horizon_access.log and horizon_error.log. Or whatever log is configured in /etc/apache2/sites-enabled/horizon.conf.
i didn't find any file with the name "horizon*" find ~/ -type f -name horizon = None should i reinstall the dashboard service
Why are you looking for a file named horizon? On my system, they are named horizon_error.log and horizon_access.log. The log files are configured in /etc/apache2/sites-enabled/horizon.conf.
but i haven't an /etc/apache2/sites-enabled/horizon.conf file or any other file named horizon_error.log or horizon_access.log
Well, to view the horizon log, you need to find it. The paths are probably defined in Horizon’s Apache configuration. It must be somewhere.