I’m working on getting Magento 2 install with Amazon Aurora. The installation went well with no errors but, the page would not load and I was receiving 500 errors.
Option 1:
Go to the app folder in your root Magento 2 directory, open the file bootstrap.php and uncomment th line – ini_set(‘display_errors’, 1);
Option 2:
Inside your Magento root folder go to var/log/ and check your exception.log for errors.
Leave a Reply