Magento Bitnami stack on Google Cloud
All worked well on 2.1.5 stack install using dynamic IP
Upgraded to 2.1.6 using admin panel,
Frond end is ok @ http://104.197.208.32/
Admin URL not working at http://104.197.208.32/admin
error
This site can’t be reached
35.184.151.185 took too long to respond.
I have verified in env.php that admin url front name is admin
I have changed the core_config_data to reflect the current ip address
I am trying to learn Magento and will really appreciate any help I can get. I have spent quite a # of hours on the internet with no luck.
Regards
Ather
Is that coming into index.php?
if yes then below code into index.php so you can get error:
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
Seems that your issues still haven't been resolved. I can help you in fixing it very quickly.
We have faced the same issue in our 2.1.5 based site.
Timeout limit, server check-up, and routing needed to be checked.
Connect here: ils_sufiyanr.
Might can help you.