I use codeigniter version 4 (4.0)
This result after I run this command. I follow here
composer update && cp vendor/codeigniter4/framework/public/index.php public/index.php && cp vendor/codeigniter4/framework/spark spark
then try php spark serve, the error below appears.
CodeIgniterRouterRouteCollection::__construct(): Argument #3 ($routing) must be of type ConfigRouting, null given, called in D:Belajar Webcodeignitermy-diary-ci4vendorcodeigniter4frameworksystemConfigServices.php on line 622
if I browse the service.php file
please help me to solve this problem in my local computer, thank you