Welcome Guest, Not a member yet? Register   Sign In
The page does not open correctly:(
#1
Exclamation 

I have a page on codeignater 4. In the browser, the page opens correctly, but when I redirect to this page, the 404 page opens, and then if I refresh the page again, then it loads again correctly. Why could this be? 

also if I send a request to the page with ajax, then 404 opens, and it works correctly in the browser

My routes:
$routes->get('page2101', 'page::page2101');



My controller "Page"

public function page2101() {
echo 'Hello World!';
}
Reply


Messages In This Thread
The page does not open correctly:( - by webroman - 10-14-2020, 01:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB