We are facing issues after logged into Magento 2 Admin.
Login screen came and after login no dashboard appeared.
Instead
"This page can’t be displayed" ERROR came up.
Checked system and debug logs, not able to find anything.
Configuration is :
apache 2.4.9
php 5.5.12
mysql 5.6.17
Checked cookies too, and admin cookie is there.
I believe, right now Magento is working into default mode as we have not made any change till now.
From WAMP logs, below error found:
php_error.log
----------------
PHP Warning: PHP Startup: Unable to load dynamic library 'D:/wamp/bin/php/php5.5.12/ext/php_ldap.dll' - The specified module could not be found.
in Unknown on line 0
Is this having relation with Magento 2 backend authorization?
There is issue in loading of CSS as well for admin.
Please help on this.
You should not install Magento on a top-level domain or IP address: https://github.com/magento/magento2/issues/2439
Problem is, due to firewall/proxy settings virtual hosts don't work here. So only solution is to run on localhost.
Also on Apache 2.4.4, we tried installing same way and admin is working smooth on ip 127.0.0.1.
Is any other solution for same ?
We have removed issue of LDAP authentication too, still ADMIN not coming up for us.