magento / magento2-upward-connector

Magento module for routing front-end requests to UPWARD-PHP
Open Software License 3.0
24 stars 27 forks source link

Fatal error: Maximum execution time #9

Closed lewisvoncken closed 5 years ago

lewisvoncken commented 5 years ago

After following the steps as shown in the README this will result in a Fatal error on the Cloud environment:

Fatal error: Maximum execution time of 300 seconds exceeded in /app/vendor/zendframework/zend-http/src/Client/Adapter/Curl.php on line 476

The favicon works as expected but all pages like product / categories / cms are not working and result in an Error.

lewisvoncken commented 5 years ago

Actual problem is that I had set the environment variable through the cloud project interface but when I actually added it to the .magento.app.yml file it was used. Now I get another error but for this I have just created a new issue #10