We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Index/index double load

Hello! I have a problem: at the address / (index/index) is always 2 times the page loads. To check this You can for logs (for example by Index/Index $this->logger->trace('test' index/index'); I Have 2 entries in the logs. Other actions or controllers, all is well. Someone faced with such problem?

Please show your index and controller.

This is usually caused by $this->dispatcher->forward() in the controller context