Codeigniter 4 ajax post results in 404 error |
Why there is public in your url ?
Have you set base_url with public ? Can you try to change $routes->get('filter', 'App_home::filter'); to $routes->get('/filter', 'App_home::filter'); |
Messages In This Thread |
Codeigniter 4 ajax post results in 404 error - by Binboy - 05-21-2024, 06:57 AM
RE: Codeigniter 4 ajax post results in 404 error - by pippuccio76 - 05-21-2024, 10:28 AM
RE: Codeigniter 4 ajax post results in 404 error - by Binboy - 05-21-2024, 12:29 PM
RE: Codeigniter 4 ajax post results in 404 error - by demyr - 05-21-2024, 02:19 PM
RE: Codeigniter 4 ajax post results in 404 error - by InsiteFX - 05-21-2024, 10:43 PM
|