Too Many Redirect error if the redirect call is on the same controller |
I just noticed that when I call a redirect where the function is inside the same controller, it causes ERR_TOO_MANY_REDIRECTS error. However, when I call a redirect from another controller, it's working as expected.
Code: public function _remap($method) |
Messages In This Thread |
Too Many Redirect error if the redirect call is on the same controller - by elimariaaaa - 03-25-2024, 12:40 PM
RE: Too Many Redirect error if the redirect call is on the same controller - by kenjis - 03-25-2024, 06:31 PM
RE: Too Many Redirect error if the redirect call is on the same controller - by elimariaaaa - 03-26-2024, 11:38 AM
RE: Too Many Redirect error if the redirect call is on the same controller - by kenjis - 03-26-2024, 03:01 PM
|