^ think\exception\RouteNotFoundException {#397
#message: "Route Not Found"
#code: 0
#file: "/www/wwwroot/ipstack_management_system/vendor/topthink/framework/src/think/Route.php"
#line: 820
-statusCode: 404
-headers: []
trace: {
/www/wwwroot/ipstack_management_system/vendor/topthink/framework/src/think/Route.php:820 {
think\Route->check() …
› } elseif ($this->config['url_route_must']) {
› throw new RouteNotFoundException();
› }
}
/www/wwwroot/ipstack_management_system/vendor/topthink/framework/src/think/Route.php:783 {
think\Route->dispatch(Request $request, $withRoute = true) …
› }
› $dispatch = $this->check();
› } else {
}
/www/wwwroot/ipstack_management_system/vendor/topthink/framework/src/think/Http.php:216 {
think\Http->dispatchToRoute($request) …
›
› return $this->app->route->dispatch($request, $withRoute);
› }
}
/www/wwwroot/ipstack_management_system/vendor/topthink/framework/src/think/Http.php:206 {
think\Http->think\{closure} …
› ->then(function ($request) {
› return $this->dispatchToRoute($request);
› });
}
/www/wwwroot/ipstack_management_system/vendor/topthink/framework/src/think/Pipeline.php:59 {
think\Pipeline->think\{closure} …
› try {
› return $destination($passable);
› } catch (Throwable | Exception $e) {
}
/www/wwwroot/ipstack_management_system/vendor/topthink/framework/src/think/Pipeline.php:66 {
think\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
}
/www/wwwroot/ipstack_management_system/vendor/topthink/framework/src/think/Http.php:207 {
think\Http->runWithRequest(Request $request) …
› return $this->dispatchToRoute($request);
› });
› }
}
/www/wwwroot/ipstack_management_system/vendor/topthink/framework/src/think/Http.php:170 {
think\Http->run(Request $request = null): Response …
› try {
› $response = $this->runWithRequest($request);
› } catch (Throwable $e) {
}
/www/wwwroot/ipstack_management_system/public/index.php:22 {
›
› $response = $http->run();
›
}
}
}