Response->redirect() function has 3 arguments. If we provide second argument without third, we can see Phalcon`s crash.
For example (in Action):
return $this->response->redirect('https://www.domain.com/path', true);
Response->redirect() function has 3 arguments. If we provide second argument without third, we can see Phalcon`s crash.
For example (in Action):
return $this->response->redirect('https://www.domain.com/path', true);