Questions tagged [503]
The 503 tag has no summary.
4 questions
0 votes
1 answer
134 views
Poll error 110 (Connection timed out) - Error 503 Backend fetch failed
These are my settings: cat /etc/default/varnish # Configuration file for varnish SysV init script # # /etc/init.d/varnish expects the variables $DAEMON_OPTS, $NFILES and $MEMLOCK # to be set from this ...
0 votes
2 answers
302 views
Maintance Mode: How to show the content of my 503.phtml page istead of exceptions
1 exception(s): Exception #0 (Exception): Unable to proceed: the maintenance mode is enabled. Exception #0 (Exception): Unable to proceed: the maintenance mode is enabled. <pre>#1 Magento\...
1 vote
1 answer
494 views
Magento 2 - Customer sometimes receiving 503 Error when performing random actions on the cart
I'm experiencing an issue where customers are intermittently receiving a 503 error (maintenance flag) when performing certain actions on the cart in Magento 2. For example, in one scenario, a guest ...
0 votes
1 answer
465 views
Setup development environment Magento2 on local mac error
To install Magento2 on my mac local, I installed php, httpd, mysql, etc via brew. I got success message when I run bin/magento setup:install ~. but I get 503 error when I visit local/magento_test. and ...