Bug: CodeIgniter\Router\Router->checkRoutes() strpos() expects parameter 1 to be string, array given #2479
Labels
bug
Verified issues on the current code behavior or pull requests that will fix them
Describe the bug
Attempting to add a route redirection within a namespace route group is returning a parameterization error or an inconsistent redirection (Ex: http://localhost:8080/Acme/Blog/Controllers/blogIndex)
CodeIgniter 4 [version`]
develop
Affected module(s)
CodeIgniter\Router\Router
Expected behavior, and steps to reproduce if appropriate
The example code
$routes->group('blog', ['namespace' => 'Acme\Blog\Controllers'], function($routes){
});
Context
The text was updated successfully, but these errors were encountered: