
> @chego/api@0.1.0 dev C:\Users\BRUNO\OneDrive\Documentos Clientes\Bruno\BDGSISTEMAS\CHEGOOU\apps\api
> nest start --watch

[2J[3J[H[[90m09:38:19[0m] Starting compilation in watch mode...

[[90m09:38:32[0m] Found 0 errors. Watching for file changes.

[Nest] 77200  - 23/05/2026, 09:38:38     LOG [NestFactory] Starting Nest application...
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] DatabaseModule dependencies initialized +65ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] ThrottlerModule dependencies initialized +24ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] CatalogModule dependencies initialized +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] AuditModule dependencies initialized +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] FinanceModule dependencies initialized +2ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [InstanceLoader] DriversModule dependencies initialized +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +242ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/catalog, GET} route +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] TrackingController {/api/tracking}: +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 77200  - 23/05/2026, 09:38:38     LOG [NestApplication] Nest application successfully started +83ms
{"method":"POST","path":"/api/auth/login/admin","duration":583}
{"method":"POST","path":"/api/auth/login/driver","duration":555}
{"method":"POST","path":"/api/auth/login/restaurant","duration":554}
{"method":"POST","path":"/api/auth/login/customer","duration":513}
{"method":"POST","path":"/api/auth/login/driver","duration":364}
{"method":"POST","path":"/api/auth/login/admin","duration":396}
{"method":"POST","path":"/api/auth/login/restaurant","duration":405}
{"method":"GET","path":"/api/auth/me","duration":330}
{"method":"GET","path":"/api/orders","duration":512}
{"method":"GET","path":"/api/orders","duration":512}
{"method":"GET","path":"/api/orders","duration":583}
[2J[3J[H[[90m09:40:04[0m] File change detected. Starting incremental compilation...

[[90m09:40:11[0m] Found 0 errors. Watching for file changes.

[Nest] 44996  - 23/05/2026, 09:40:15     LOG [NestFactory] Starting Nest application...
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] DatabaseModule dependencies initialized +73ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] ThrottlerModule dependencies initialized +19ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] CatalogModule dependencies initialized +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] FinanceModule dependencies initialized +3ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [InstanceLoader] DriversModule dependencies initialized +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +240ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/health, GET} route +4ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/catalog, GET} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 44996  - 23/05/2026, 09:40:16     LOG [NestApplication] Nest application successfully started +108ms
[2J[3J[H[[90m09:46:08[0m] File change detected. Starting incremental compilation...

[[90m09:46:18[0m] Found 0 errors. Watching for file changes.

[Nest] 126280  - 23/05/2026, 09:46:28     LOG [NestFactory] Starting Nest application...
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] DatabaseModule dependencies initialized +42ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] ThrottlerModule dependencies initialized +24ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] CatalogModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] AuditModule dependencies initialized +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] UsersModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +194ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/health, GET} route +4ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/catalog, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] FinanceController {/api/finance}: +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 126280  - 23/05/2026, 09:46:28     LOG [NestApplication] Nest application successfully started +134ms
{"method":"POST","path":"/api/auth/login/restaurant","duration":567}
{"method":"POST","path":"/api/auth/login/driver","duration":512}
{"method":"POST","path":"/api/auth/login/admin","duration":506}
{"method":"POST","path":"/api/auth/login/admin","duration":514}
{"method":"GET","path":"/api/orders","duration":398}
{"method":"GET","path":"/api/orders","duration":411}
[2J[3J[H[[90m09:55:08[0m] File change detected. Starting incremental compilation...

[[90m09:55:18[0m] Found 0 errors. Watching for file changes.

[Nest] 37188  - 23/05/2026, 09:55:26     LOG [NestFactory] Starting Nest application...
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] DatabaseModule dependencies initialized +68ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] ThrottlerModule dependencies initialized +8ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] CatalogModule dependencies initialized +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] ReviewsModule dependencies initialized +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] UsersModule dependencies initialized +3ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] FinanceModule dependencies initialized +2ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +235ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] HealthController {/api/health}: +5ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/health, GET} route +5ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +2ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/catalog, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 37188  - 23/05/2026, 09:55:27     LOG [NestApplication] Nest application successfully started +76ms
[2J[3J[H[[90m09:58:21[0m] File change detected. Starting incremental compilation...

[[90m09:58:22[0m] Found 0 errors. Watching for file changes.

[Nest] 32292  - 23/05/2026, 09:58:29     LOG [NestFactory] Starting Nest application...
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] DatabaseModule dependencies initialized +151ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] ThrottlerModule dependencies initialized +58ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] CatalogModule dependencies initialized +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] SupportModule dependencies initialized +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] FinanceModule dependencies initialized +2ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +486ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +2ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] HealthController {/api/health}: +7ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/health, GET} route +12ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +4ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +2ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +3ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/customers, GET} route +2ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +4ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +12ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +2ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/catalog, GET} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +3ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +2ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +2ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +7ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +3ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +2ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +8ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:30     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 32292  - 23/05/2026, 09:58:31     LOG [NestApplication] Nest application successfully started +261ms
[2J[3J[H[[90m09:59:55[0m] File change detected. Starting incremental compilation...

[[90m09:59:55[0m] Found 0 errors. Watching for file changes.

[Nest] 153760  - 23/05/2026, 10:00:10     LOG [NestFactory] Starting Nest application...
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] DatabaseModule dependencies initialized +143ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] ThrottlerModule dependencies initialized +8ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] SupportModule dependencies initialized +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] UsersModule dependencies initialized +3ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] JwtModule dependencies initialized +4ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] FinanceModule dependencies initialized +22ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] OrdersModule dependencies initialized +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +417ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/health, GET} route +4ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/catalog, GET} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] TrackingController {/api/tracking}: +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 153760  - 23/05/2026, 10:00:11     LOG [NestApplication] Nest application successfully started +83ms
[2J[3J[H[[90m10:01:11[0m] File change detected. Starting incremental compilation...

[[90m10:01:12[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m10:01:13[0m] File change detected. Starting incremental compilation...

[[90m10:01:15[0m] Found 0 errors. Watching for file changes.

[Nest] 32456  - 23/05/2026, 10:01:43     LOG [NestFactory] Starting Nest application...
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] DatabaseModule dependencies initialized +228ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] ThrottlerModule dependencies initialized +175ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] CatalogModule dependencies initialized +0ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] UsersModule dependencies initialized +3ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] PaymentsModule dependencies initialized +3ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] OrdersModule dependencies initialized +1ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 32456  - 23/05/2026, 10:01:43     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +971ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] HealthController {/api/health}: +4ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/health, GET} route +5ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +3ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +4ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +6ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/catalog, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:44     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 32456  - 23/05/2026, 10:01:45     LOG [NestApplication] Nest application successfully started +430ms
[2J[3J[H[[90m10:02:28[0m] File change detected. Starting incremental compilation...

[[90m10:02:29[0m] Found 0 errors. Watching for file changes.

[Nest] 36776  - 23/05/2026, 10:02:56     LOG [NestFactory] Starting Nest application...
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] DatabaseModule dependencies initialized +152ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] ThrottlerModule dependencies initialized +69ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] SupportModule dependencies initialized +1ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] FinanceModule dependencies initialized +7ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] OrdersModule dependencies initialized +1ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] TrackingModule dependencies initialized +2ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 36776  - 23/05/2026, 10:02:56     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +1398ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/health, GET} route +7ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +2ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +2ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +2ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +16ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +17ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/users, GET} route +3ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] CustomersController {/api}: +2ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/customers, GET} route +2ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] DriversController {/api}: +18ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +15ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +7ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +9ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +2ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/catalog, GET} route +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/orders, GET} route +2ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +2ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +5ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] TrackingController {/api/tracking}: +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +5ms
[Nest] 36776  - 23/05/2026, 10:02:57     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 36776  - 23/05/2026, 10:02:58     LOG [RouterExplorer] Mapped {/api/maps, GET} route +6ms
[Nest] 36776  - 23/05/2026, 10:02:58     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:58     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 36776  - 23/05/2026, 10:02:58     LOG [NestApplication] Nest application successfully started +124ms
[2J[3J[H[[90m10:03:42[0m] File change detected. Starting incremental compilation...

[[90m10:03:42[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m10:03:58[0m] File change detected. Starting incremental compilation...

[Nest] 137436  - 23/05/2026, 10:04:00     LOG [NestFactory] Starting Nest application...
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] DatabaseModule dependencies initialized +263ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] ThrottlerModule dependencies initialized +67ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[[90m10:04:00[0m] Found 0 errors. Watching for file changes.

[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] JwtModule dependencies initialized +13ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] FinanceModule dependencies initialized +20ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] CustomersModule dependencies initialized +8ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] RestaurantsModule dependencies initialized +2ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] TrackingModule dependencies initialized +2ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 137436  - 23/05/2026, 10:04:00     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +1142ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/health, GET} route +4ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/catalog, GET} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] CouponsController {/api/coupons}: +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 137436  - 23/05/2026, 10:04:01     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 137436  - 23/05/2026, 10:04:02     LOG [NestApplication] Nest application successfully started +434ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [NestFactory] Starting Nest application...
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] DatabaseModule dependencies initialized +152ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] ThrottlerModule dependencies initialized +45ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] JwtModule dependencies initialized +3ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] FinanceModule dependencies initialized +8ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] AdminModule dependencies initialized +1ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] CustomersModule dependencies initialized +2ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] RestaurantsModule dependencies initialized +1ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] TrackingModule dependencies initialized +4ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 157352  - 23/05/2026, 10:04:19     LOG [InstanceLoader] DriversModule dependencies initialized +2ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +469ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +2ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] HealthController {/api/health}: +14ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/health, GET} route +5ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +4ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +2ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/users, GET} route +3ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/customers, GET} route +2ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +3ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +2ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/catalog, GET} route +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] FinanceController {/api/finance}: +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +3ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +3ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 157352  - 23/05/2026, 10:04:20     LOG [NestApplication] Nest application successfully started +588ms
[2J[3J[H[[90m10:04:28[0m] File change detected. Starting incremental compilation...

[[90m10:04:29[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m10:04:31[0m] File change detected. Starting incremental compilation...

[[90m10:04:33[0m] Found 0 errors. Watching for file changes.

[Nest] 66984  - 23/05/2026, 10:04:57     LOG [NestFactory] Starting Nest application...
[Nest] 66984  - 23/05/2026, 10:04:57     LOG [InstanceLoader] DatabaseModule dependencies initialized +688ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] ThrottlerModule dependencies initialized +418ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] CatalogModule dependencies initialized +0ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] WalletsModule dependencies initialized +1ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] UsersModule dependencies initialized +4ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] PaymentsModule dependencies initialized +2ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] JwtModule dependencies initialized +11ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] FinanceModule dependencies initialized +34ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 66984  - 23/05/2026, 10:04:58     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +1796ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RoutesResolver] HealthController {/api/health}: +4ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/health, GET} route +7ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +2ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +2ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +2ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +4ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +2ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/catalog, GET} route +2ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 66984  - 23/05/2026, 10:04:59     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RoutesResolver] NotificationsController {/api/notifications}: +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RoutesResolver] TrackingController {/api/tracking}: +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +2ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +2ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +2ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 66984  - 23/05/2026, 10:05:00     LOG [NestApplication] Nest application successfully started +142ms
[2J[3J[H[[90m10:05:46[0m] File change detected. Starting incremental compilation...

[[90m10:06:06[0m] Found 0 errors. Watching for file changes.

[Nest] 29960  - 23/05/2026, 10:06:48     LOG [NestFactory] Starting Nest application...
[Nest] 29960  - 23/05/2026, 10:06:48    WARN [ModuleTokenFactory] The module "InternalCoreModule" is taking 151.45ms to serialize, this may be caused by larger objects statically assigned to the module. More details: https://github.com/nestjs/nest/issues/12738 +174ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] DatabaseModule dependencies initialized +769ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] ThrottlerModule dependencies initialized +158ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] WalletsModule dependencies initialized +1ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] SupportModule dependencies initialized +1ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] FinanceModule dependencies initialized +4ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] OrdersModule dependencies initialized +1ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 29960  - 23/05/2026, 10:06:49     LOG [InstanceLoader] DriversModule dependencies initialized +1ms
[Nest] 29960  - 23/05/2026, 10:06:50     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +1574ms
[Nest] 29960  - 23/05/2026, 10:06:50     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 29960  - 23/05/2026, 10:06:50     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 29960  - 23/05/2026, 10:06:50     LOG [RoutesResolver] HealthController {/api/health}: +5ms
[Nest] 29960  - 23/05/2026, 10:06:50     LOG [RouterExplorer] Mapped {/api/health, GET} route +34ms
[Nest] 29960  - 23/05/2026, 10:06:50     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 29960  - 23/05/2026, 10:06:50     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +2ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +174ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +2ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +2ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/customers, GET} route +2ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/customers, POST} route +2ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +26ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +4ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +4ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +6ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] CatalogController {/api/catalog}: +2ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/catalog, GET} route +2ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/orders, GET} route +2ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +2ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] PaymentsController {/api/payments}: +4ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +47ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +2ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +2ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] NotificationsController {/api/notifications}: +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] FinanceController {/api/finance}: +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +12ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +3ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 29960  - 23/05/2026, 10:06:51     LOG [NestApplication] Nest application successfully started +226ms
[2J[3J[H[[90m10:08:47[0m] File change detected. Starting incremental compilation...

[[90m10:08:50[0m] Found 0 errors. Watching for file changes.

[Nest] 111064  - 23/05/2026, 10:09:08     LOG [NestFactory] Starting Nest application...
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] DatabaseModule dependencies initialized +126ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] ThrottlerModule dependencies initialized +46ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] CatalogModule dependencies initialized +0ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] FinanceModule dependencies initialized +5ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 111064  - 23/05/2026, 10:09:08     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +461ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/health, GET} route +4ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +2ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +3ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/catalog, GET} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 111064  - 23/05/2026, 10:09:09     LOG [NestApplication] Nest application successfully started +92ms
[2J[3J[H[[90m10:09:23[0m] File change detected. Starting incremental compilation...

[[90m10:09:24[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m10:09:26[0m] File change detected. Starting incremental compilation...

[[90m10:09:27[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m10:09:29[0m] File change detected. Starting incremental compilation...

[[90m10:09:31[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m10:09:32[0m] File change detected. Starting incremental compilation...

[[90m10:09:33[0m] Found 0 errors. Watching for file changes.

[Nest] 49432  - 23/05/2026, 10:09:45     LOG [NestFactory] Starting Nest application...
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] DatabaseModule dependencies initialized +85ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] ThrottlerModule dependencies initialized +46ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] CatalogModule dependencies initialized +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] UsersModule dependencies initialized +3ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] PaymentsModule dependencies initialized +9ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] JwtModule dependencies initialized +4ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] FinanceModule dependencies initialized +16ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] OrdersModule dependencies initialized +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] AdminModule dependencies initialized +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] CustomersModule dependencies initialized +5ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +416ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] HealthController {/api/health}: +11ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/health, GET} route +15ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +10ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +11ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +3ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] CatalogController {/api/catalog}: +2ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/catalog, GET} route +2ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] NotificationsController {/api/notifications}: +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +4ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +2ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 49432  - 23/05/2026, 10:09:45     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 49432  - 23/05/2026, 10:09:46     LOG [NestApplication] Nest application successfully started +320ms
[2J[3J[H[[90m10:10:05[0m] File change detected. Starting incremental compilation...

[[90m10:10:05[0m] Found 0 errors. Watching for file changes.

[Nest] 103516  - 23/05/2026, 10:10:15     LOG [NestFactory] Starting Nest application...
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] DatabaseModule dependencies initialized +73ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] ThrottlerModule dependencies initialized +9ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] FinanceModule dependencies initialized +3ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +485ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] HealthController {/api/health}: +4ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/health, GET} route +8ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +2ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +5ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +4ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/users, GET} route +7ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +2ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/catalog, GET} route +2ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +3ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] ReviewsController {/api/reviews}: +2ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +2ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +2ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +3ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +4ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] TrackingController {/api/tracking}: +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +2ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 103516  - 23/05/2026, 10:10:15     LOG [NestApplication] Nest application successfully started +118ms
[2J[3J[H[[90m10:10:35[0m] File change detected. Starting incremental compilation...

[[90m10:10:40[0m] Found 0 errors. Watching for file changes.

[Nest] 126720  - 23/05/2026, 10:11:00     LOG [NestFactory] Starting Nest application...
[Nest] 126720  - 23/05/2026, 10:11:00     LOG [InstanceLoader] DatabaseModule dependencies initialized +694ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] ThrottlerModule dependencies initialized +459ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] WalletsModule dependencies initialized +1ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] ReviewsModule dependencies initialized +27ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] UsersModule dependencies initialized +8ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] ConfigModule dependencies initialized +2ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] CatalogModule dependencies initialized +4ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] TrackingModule dependencies initialized +88ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 126720  - 23/05/2026, 10:11:01     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +1730ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/health, GET} route +4ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 126720  - 23/05/2026, 10:11:03     LOG [NestApplication] Nest application successfully started +154ms
[2J[3J[H[[90m10:11:08[0m] File change detected. Starting incremental compilation...

[[90m10:11:14[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m10:11:30[0m] File change detected. Starting incremental compilation...

[Nest] 17320  - 23/05/2026, 10:11:34     LOG [NestFactory] Starting Nest application...
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] DatabaseModule dependencies initialized +154ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] ThrottlerModule dependencies initialized +35ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] WalletsModule dependencies initialized +1ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] UsersModule dependencies initialized +3ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] JwtModule dependencies initialized +5ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] CatalogModule dependencies initialized +6ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 17320  - 23/05/2026, 10:11:34     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +932ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] HealthController {/api/health}: +21ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/health, GET} route +4ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/users, GET} route +8ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] CouponsController {/api/coupons}: +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] NotificationsController {/api/notifications}: +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:35     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 17320  - 23/05/2026, 10:11:36     LOG [NestApplication] Nest application successfully started +637ms
[[90m10:11:39[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m10:11:54[0m] File change detected. Starting incremental compilation...

[[90m10:11:54[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m10:11:56[0m] File change detected. Starting incremental compilation...

[[90m10:11:56[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m10:11:57[0m] File change detected. Starting incremental compilation...

[[90m10:11:58[0m] Found 0 errors. Watching for file changes.

[Nest] 37636  - 23/05/2026, 10:12:17     LOG [NestFactory] Starting Nest application...
[Nest] 37636  - 23/05/2026, 10:12:17    WARN [ModuleTokenFactory] The module "AppModule" is taking 20.52ms to serialize, this may be caused by larger objects statically assigned to the module. More details: https://github.com/nestjs/nest/issues/12738 +180ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] DatabaseModule dependencies initialized +103ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] ThrottlerModule dependencies initialized +40ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] AuditModule dependencies initialized +1ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] UsersModule dependencies initialized +3ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] JwtModule dependencies initialized +3ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] CatalogModule dependencies initialized +9ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] SupportModule dependencies initialized +1ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] AdminModule dependencies initialized +1ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] CustomersModule dependencies initialized +7ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] RestaurantsModule dependencies initialized +2ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] TrackingModule dependencies initialized +7ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 37636  - 23/05/2026, 10:12:17     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +1612ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] HealthController {/api/health}: +8ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/health, GET} route +16ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +6ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +3ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +4ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +3ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/users, GET} route +4ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/customers, GET} route +2ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/customers, POST} route +19ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +2ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +5ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +4ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +4ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +2ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +4ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] SupportController {/api/support-tickets}: +3ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +2ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] TrackingController {/api/tracking}: +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +3ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +3ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +9ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +2ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 37636  - 23/05/2026, 10:12:19     LOG [NestApplication] Nest application successfully started +141ms
[2J[3J[H[[90m10:16:51[0m] File change detected. Starting incremental compilation...

[[90m10:17:12[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m10:17:12[0m] File change detected. Starting incremental compilation...

[[90m10:17:15[0m] Found 0 errors. Watching for file changes.

[Nest] 140236  - 23/05/2026, 10:17:54     LOG [NestFactory] Starting Nest application...
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] DatabaseModule dependencies initialized +492ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] ThrottlerModule dependencies initialized +238ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] HealthModule dependencies initialized +7ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] DeliveriesModule dependencies initialized +3ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] CouponsModule dependencies initialized +1ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] ReviewsModule dependencies initialized +1ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] UsersModule dependencies initialized +13ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] ConfigModule dependencies initialized +2ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] PaymentsModule dependencies initialized +2ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] CatalogModule dependencies initialized +10ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] AdminModule dependencies initialized +1ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 140236  - 23/05/2026, 10:17:54     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +2435ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] HealthController {/api/health}: +17ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/health, GET} route +24ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +5ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +9ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +2ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +5ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +3ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +2ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/users, GET} route +13ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/customers, POST} route +4ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +8ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +6ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +4ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +2ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +9ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +7ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +9ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +4ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +2ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +9ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +6ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +9ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +9ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +5ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +6ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +8ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] OrdersController {/api/orders}: +2ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/orders, GET} route +5ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +6ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +7ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] ReviewsController {/api/reviews}: +4ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +6ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] NotificationsController {/api/notifications}: +4ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +5ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +10ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +5ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +7ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +7ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +5ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +3ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] MetricsController {/api/metrics}: +3ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] AuditController {/api/audit-logs}: +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +9ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/maps, GET} route +5ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 140236  - 23/05/2026, 10:17:57     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 140236  - 23/05/2026, 10:17:58     LOG [NestApplication] Nest application successfully started +361ms
{"method":"POST","path":"/api/auth/login/restaurant","duration":2916}
{"method":"GET","path":"/api/catalog/categories","duration":209}
{"method":"GET","path":"/api/catalog/products","duration":355}
{"method":"GET","path":"/api/finance/dashboard","duration":801}
{"method":"GET","path":"/api/support-tickets","duration":53}
{"method":"POST","path":"/api/support-tickets","duration":249}
{"method":"GET","path":"/api/support-tickets","duration":53}
{"method":"POST","path":"/api/auth/login/restaurant","duration":1766}
{"method":"GET","path":"/api/support-tickets","duration":75}
{"method":"POST","path":"/api/auth/login/restaurant","duration":875}
{"method":"POST","path":"/api/catalog/categories","duration":475}
{"method":"POST","path":"/api/catalog/products","duration":1081}
{"method":"DELETE","path":"/api/catalog/products/cmpidm7m400058oyrod8b2jst","duration":768}
{"method":"DELETE","path":"/api/catalog/categories/cmpidm6ya00038oyrkdukvyqf","duration":563}
[2J[3J[H[[90m10:26:11[0m] File change detected. Starting incremental compilation...

[96msrc/catalog/public-catalog.controller.ts[0m:[93m10[0m:[93m32[0m - [91merror[0m[90m TS2339: [0mProperty 'getPublicStorefront' does not exist on type 'CatalogService'.

[7m10[0m     return this.catalogService.getPublicStorefront(slug);
[7m  [0m [91m                               ~~~~~~~~~~~~~~~~~~~[0m

[96msrc/catalog/public-catalog.controller.ts[0m:[93m15[0m:[93m32[0m - [91merror[0m[90m TS2339: [0mProperty 'listPublicStores' does not exist on type 'CatalogService'.

[7m15[0m     return this.catalogService.listPublicStores(city);
[7m  [0m [91m                               ~~~~~~~~~~~~~~~~[0m

[96msrc/orders/public-orders.controller.ts[0m:[93m11[0m:[93m31[0m - [91merror[0m[90m TS2339: [0mProperty 'createPublicOrder' does not exist on type 'OrdersService'.

[7m11[0m     return this.ordersService.createPublicOrder(body);
[7m  [0m [91m                              ~~~~~~~~~~~~~~~~~[0m

[[90m10:26:16[0m] Found 3 errors. Watching for file changes.

[2J[3J[H[[90m10:26:41[0m] File change detected. Starting incremental compilation...

[96msrc/orders/orders.service.ts[0m:[93m41[0m:[93m17[0m - [91merror[0m[90m TS2304: [0mCannot find name 'OrderStatus'.

[7m41[0m         status: OrderStatus.CANCELLED,
[7m  [0m [91m                ~~~~~~~~~~~[0m

[[90m10:26:46[0m] Found 1 error. Watching for file changes.

[2J[3J[H[[90m10:26:47[0m] File change detected. Starting incremental compilation...

[96msrc/orders/orders.service.ts[0m:[93m41[0m:[93m17[0m - [91merror[0m[90m TS2304: [0mCannot find name 'OrderStatus'.

[7m41[0m         status: OrderStatus.CANCELLED,
[7m  [0m [91m                ~~~~~~~~~~~[0m

[[90m10:26:49[0m] Found 1 error. Watching for file changes.

[2J[3J[H[[90m10:32:19[0m] File change detected. Starting incremental compilation...

[2J[3J[H[[90m10:32:27[0m] File change detected. Starting incremental compilation...

[96msrc/orders/orders.service.ts[0m:[93m41[0m:[93m17[0m - [91merror[0m[90m TS2304: [0mCannot find name 'OrderStatus'.

[7m41[0m         status: OrderStatus.CANCELLED,
[7m  [0m [91m                ~~~~~~~~~~~[0m

[[90m10:32:42[0m] Found 1 error. Watching for file changes.

[2J[3J[H[[90m10:32:46[0m] File change detected. Starting incremental compilation...

[[90m10:32:48[0m] Found 0 errors. Watching for file changes.

[Nest] 25328  - 23/05/2026, 10:33:00     LOG [NestFactory] Starting Nest application...
[Nest] 25328  - 23/05/2026, 10:33:00     LOG [InstanceLoader] DatabaseModule dependencies initialized +291ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] ThrottlerModule dependencies initialized +381ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] CouponsModule dependencies initialized +3ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] UsersModule dependencies initialized +14ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] ConfigModule dependencies initialized +2ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] PaymentsModule dependencies initialized +12ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] MapsModule dependencies initialized +3ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] CatalogModule dependencies initialized +26ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] SupportModule dependencies initialized +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] RestaurantsModule dependencies initialized +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] TrackingModule dependencies initialized +13ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [InstanceLoader] DriversModule dependencies initialized +3ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +583ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/health, GET} route +13ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +5ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +2ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +2ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +4ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +2ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +3ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +2ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +2ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +2ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +2ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] AuditController {/api/audit-logs}: +1ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:01     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 25328  - 23/05/2026, 10:33:02     LOG [NestApplication] Nest application successfully started +549ms
{"method":"GET","path":"/api/health","duration":1}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":221}
{"method":"POST","path":"/api/orders/public","duration":1077}
{"method":"POST","path":"/api/auth/login/restaurant","duration":898}
{"method":"GET","path":"/api/orders","duration":396}
[2J[3J[H[[90m10:41:47[0m] File change detected. Starting incremental compilation...

[2J[3J[H[[90m10:47:27[0m] File change detected. Starting incremental compilation...

[[90m10:47:31[0m] Found 0 errors. Watching for file changes.

[Nest] 130284  - 23/05/2026, 10:47:36     LOG [NestFactory] Starting Nest application...
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] DatabaseModule dependencies initialized +35ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] ThrottlerModule dependencies initialized +21ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] CatalogModule dependencies initialized +3ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +102ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/health, GET} route +2ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 130284  - 23/05/2026, 10:47:36     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 130284  - 23/05/2026, 10:47:37     LOG [NestApplication] Nest application successfully started +103ms
{"method":"GET","path":"/api/public/catalog/stores","duration":134}
{"method":"GET","path":"/api/public/catalog/stores","duration":219}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":143}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":152}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":77}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":81}
{"method":"GET","path":"/api/public/catalog/stores","duration":35}
{"method":"GET","path":"/api/public/catalog/stores","duration":34}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":126}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":119}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":71}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":76}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":80}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":79}
{"method":"GET","path":"/api/public/catalog/stores","duration":54}
{"method":"GET","path":"/api/public/catalog/stores","duration":49}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":103}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":102}
{"method":"GET","path":"/api/public/catalog/stores","duration":19}
{"method":"GET","path":"/api/public/catalog/stores","duration":17}
[2J[3J[H[[90m10:49:50[0m] File change detected. Starting incremental compilation...

[[90m10:49:59[0m] Found 0 errors. Watching for file changes.

[Nest] 149016  - 23/05/2026, 10:50:06     LOG [NestFactory] Starting Nest application...
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] DatabaseModule dependencies initialized +47ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] ThrottlerModule dependencies initialized +20ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] UsersModule dependencies initialized +4ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] PaymentsModule dependencies initialized +3ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] CatalogModule dependencies initialized +4ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] RestaurantsModule dependencies initialized +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +162ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/health, GET} route +2ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +2ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +5ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +2ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +2ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 149016  - 23/05/2026, 10:50:06     LOG [NestApplication] Nest application successfully started +109ms
{"method":"GET","path":"/api/public/catalog/stores","duration":192}
{"method":"GET","path":"/api/public/catalog/stores","duration":290}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":141}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":137}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":66}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":78}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":102}
{"method":"POST","path":"/api/auth/login/restaurant","duration":509}
{"method":"GET","path":"/api/orders","duration":425}
{"method":"POST","path":"/api/orders/public","duration":1827}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":184}
{"method":"GET","path":"/api/tracking/public/cmpiepxim00069kizt2sw2o5l?phone=5511993334444","duration":1600}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":757}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":64}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":68}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":98}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":88}
[2J[3J[H[[90m10:52:38[0m] File change detected. Starting incremental compilation...

[[90m10:52:41[0m] Found 0 errors. Watching for file changes.

[Nest] 116228  - 23/05/2026, 10:52:48     LOG [NestFactory] Starting Nest application...
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] DatabaseModule dependencies initialized +67ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] ThrottlerModule dependencies initialized +21ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] JwtModule dependencies initialized +3ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] CatalogModule dependencies initialized +4ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +190ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] HealthController {/api/health}: +5ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +2ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +3ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +3ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] NotificationsController {/api/notifications}: +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 116228  - 23/05/2026, 10:52:48     LOG [NestApplication] Nest application successfully started +104ms
{"method":"POST","path":"/api/orders/public","duration":1221}
{"method":"GET","path":"/api/tracking/public/cmpies4mj0006vpxjuy80nvkg?phone=5511966665555","duration":389}
{"method":"GET","path":"/api/tracking/public/cmpies4mj0006vpxjuy80nvkg?phone=5511966665555","duration":381}
[2J[3J[H[[90m10:53:44[0m] File change detected. Starting incremental compilation...

[[90m10:53:44[0m] Found 0 errors. Watching for file changes.

[Nest] 149212  - 23/05/2026, 10:53:55     LOG [NestFactory] Starting Nest application...
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] DatabaseModule dependencies initialized +75ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] ThrottlerModule dependencies initialized +10ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] CatalogModule dependencies initialized +2ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +188ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:55     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 149212  - 23/05/2026, 10:53:56     LOG [NestApplication] Nest application successfully started +323ms
[2J[3J[H[[90m10:54:01[0m] File change detected. Starting incremental compilation...

[[90m10:54:02[0m] Found 0 errors. Watching for file changes.

[Nest] 76204  - 23/05/2026, 10:54:08     LOG [NestFactory] Starting Nest application...
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] DatabaseModule dependencies initialized +49ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] ThrottlerModule dependencies initialized +10ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] AuditModule dependencies initialized +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] UsersModule dependencies initialized +3ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] CatalogModule dependencies initialized +2ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] AdminModule dependencies initialized +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +172ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/customers, GET} route +2ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] CouponsController {/api/coupons}: +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 76204  - 23/05/2026, 10:54:08     LOG [NestApplication] Nest application successfully started +77ms
[2J[3J[H[[90m11:00:49[0m] File change detected. Starting incremental compilation...

[[90m11:00:51[0m] Found 0 errors. Watching for file changes.

[Nest] 87276  - 23/05/2026, 11:00:59     LOG [NestFactory] Starting Nest application...
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] DatabaseModule dependencies initialized +216ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] ThrottlerModule dependencies initialized +232ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] WalletsModule dependencies initialized +1ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] UsersModule dependencies initialized +10ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] ConfigModule dependencies initialized +2ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] PaymentsModule dependencies initialized +2ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] JwtModule dependencies initialized +3ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] CatalogModule dependencies initialized +13ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 87276  - 23/05/2026, 11:00:59     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[2J[3J[H[[90m11:01:00[0m] File change detected. Starting incremental compilation...

[Nest] 87276  - 23/05/2026, 11:01:00     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +499ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +14ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +4ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] HealthController {/api/health}: +10ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/health, GET} route +10ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +6ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +2ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +8ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +3ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/users, GET} route +14ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +53ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +33ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +2ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +5ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +2ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +2ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +9ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +3ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +2ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] TrackingController {/api/tracking}: +2ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 87276  - 23/05/2026, 11:01:00     LOG [NestApplication] Nest application successfully started +204ms
[[90m11:01:00[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:01:03[0m] File change detected. Starting incremental compilation...

[[90m11:01:04[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:01:06[0m] File change detected. Starting incremental compilation...

[[90m11:01:07[0m] Found 0 errors. Watching for file changes.

[Nest] 73256  - 23/05/2026, 11:01:15     LOG [NestFactory] Starting Nest application...
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] DatabaseModule dependencies initialized +111ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] ThrottlerModule dependencies initialized +33ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] JwtModule dependencies initialized +5ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] CatalogModule dependencies initialized +4ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +330ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 73256  - 23/05/2026, 11:01:15     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +3ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] HealthController {/api/health}: +7ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/health, GET} route +12ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +2ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +8ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +3ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +3ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +3ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] UsersController {/api/users}: +3ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/users, GET} route +2ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/customers, GET} route +2ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +2ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +4ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +7ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +2ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +3ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +4ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +2ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +2ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] CatalogController {/api/catalog}: +3ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +2ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +2ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +2ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +4ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +5ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] CouponsController {/api/coupons}: +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +7ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +4ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] FinanceController {/api/finance}: +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +2ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +4ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] AuditController {/api/audit-logs}: +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 73256  - 23/05/2026, 11:01:16     LOG [NestApplication] Nest application successfully started +227ms
{"method":"POST","path":"/api/auth/login/customer","duration":761}
{"method":"POST","path":"/api/auth/login/admin","duration":774}
{"method":"GET","path":"/api/admin/live-map","duration":288}
{"method":"GET","path":"/api/orders","duration":390}
{"method":"GET","path":"/api/customer/orders/cmpies4mj0006vpxjuy80nvkg/tracking","duration":398}
[2J[3J[H[[90m11:06:35[0m] File change detected. Starting incremental compilation...

[[90m11:06:38[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:06:43[0m] File change detected. Starting incremental compilation...

[[90m11:06:43[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:06:45[0m] File change detected. Starting incremental compilation...

[[90m11:06:46[0m] Found 0 errors. Watching for file changes.

[Nest] 85060  - 23/05/2026, 11:06:53     LOG [NestFactory] Starting Nest application...
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] DatabaseModule dependencies initialized +69ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] ThrottlerModule dependencies initialized +21ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] CatalogModule dependencies initialized +2ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +182ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +3ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +2ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +4ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +3ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] OrdersController {/api/orders}: +2ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +4ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +2ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +3ms
[Nest] 85060  - 23/05/2026, 11:06:53     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 85060  - 23/05/2026, 11:06:54     LOG [NestApplication] Nest application successfully started +116ms
[2J[3J[H[[90m11:07:08[0m] File change detected. Starting incremental compilation...

[[90m11:07:09[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:07:13[0m] File change detected. Starting incremental compilation...

[[90m11:07:13[0m] Found 0 errors. Watching for file changes.

[Nest] 133928  - 23/05/2026, 11:07:14     LOG [NestFactory] Starting Nest application...
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] DatabaseModule dependencies initialized +71ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] ThrottlerModule dependencies initialized +11ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] UsersModule dependencies initialized +4ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] CatalogModule dependencies initialized +6ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +174ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/health, GET} route +5ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 133928  - 23/05/2026, 11:07:15     LOG [NestApplication] Nest application successfully started +84ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [NestFactory] Starting Nest application...
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] DatabaseModule dependencies initialized +36ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] ThrottlerModule dependencies initialized +8ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] CatalogModule dependencies initialized +2ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +145ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/health, GET} route +2ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +2ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 81392  - 23/05/2026, 11:07:20     LOG [NestApplication] Nest application successfully started +83ms
[2J[3J[H[[90m11:07:23[0m] File change detected. Starting incremental compilation...

[[90m11:07:23[0m] Found 0 errors. Watching for file changes.

[Nest] 115292  - 23/05/2026, 11:07:27     LOG [NestFactory] Starting Nest application...
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] DatabaseModule dependencies initialized +40ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] ThrottlerModule dependencies initialized +9ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] UsersModule dependencies initialized +12ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] CatalogModule dependencies initialized +5ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +120ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +3ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +3ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +4ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +3ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +3ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +2ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +2ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +4ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +4ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] FinanceController {/api/finance}: +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 115292  - 23/05/2026, 11:07:27     LOG [NestApplication] Nest application successfully started +84ms
[2J[3J[H[[90m11:12:44[0m] File change detected. Starting incremental compilation...

[[90m11:12:45[0m] Found 0 errors. Watching for file changes.

[Nest] 132588  - 23/05/2026, 11:12:51     LOG [NestFactory] Starting Nest application...
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] DatabaseModule dependencies initialized +34ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] ThrottlerModule dependencies initialized +5ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] UsersModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] JwtModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +129ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/health, GET} route +2ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:51     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 132588  - 23/05/2026, 11:12:52     LOG [NestApplication] Nest application successfully started +696ms
[2J[3J[H[[90m11:13:01[0m] File change detected. Starting incremental compilation...

[[90m11:13:01[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:13:02[0m] File change detected. Starting incremental compilation...

[[90m11:13:02[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:13:03[0m] File change detected. Starting incremental compilation...

[[90m11:13:03[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:13:04[0m] File change detected. Starting incremental compilation...

[[90m11:13:04[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:13:07[0m] File change detected. Starting incremental compilation...

[[90m11:13:07[0m] Found 0 errors. Watching for file changes.

[Nest] 102576  - 23/05/2026, 11:13:12     LOG [NestFactory] Starting Nest application...
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] DatabaseModule dependencies initialized +56ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] ThrottlerModule dependencies initialized +14ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] UsersModule dependencies initialized +5ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] CatalogModule dependencies initialized +3ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +295ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] TrackingController {/api/tracking}: +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 102576  - 23/05/2026, 11:13:12     LOG [NestApplication] Nest application successfully started +82ms
[2J[3J[H[[90m11:13:39[0m] File change detected. Starting incremental compilation...

[[90m11:13:39[0m] Found 0 errors. Watching for file changes.

[Nest] 58748  - 23/05/2026, 11:13:43     LOG [NestFactory] Starting Nest application...
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] DatabaseModule dependencies initialized +52ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] ThrottlerModule dependencies initialized +6ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] UsersModule dependencies initialized +3ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] CatalogModule dependencies initialized +5ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +104ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/health, GET} route +2ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 58748  - 23/05/2026, 11:13:43     LOG [NestApplication] Nest application successfully started +85ms
[2J[3J[H[[90m11:14:15[0m] File change detected. Starting incremental compilation...

[[90m11:14:15[0m] Found 0 errors. Watching for file changes.

[Nest] 30572  - 23/05/2026, 11:14:17     LOG [NestFactory] Starting Nest application...
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] DatabaseModule dependencies initialized +21ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] ThrottlerModule dependencies initialized +4ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] JwtModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:17     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +95ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/health, GET} route +2ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 30572  - 23/05/2026, 11:14:18     LOG [NestApplication] Nest application successfully started +77ms
[2J[3J[H[[90m11:14:28[0m] File change detected. Starting incremental compilation...

[[90m11:14:28[0m] Found 0 errors. Watching for file changes.

[Nest] 64652  - 23/05/2026, 11:14:32     LOG [NestFactory] Starting Nest application...
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] DatabaseModule dependencies initialized +35ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] ThrottlerModule dependencies initialized +6ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] JwtModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +99ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/health, GET} route +2ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 64652  - 23/05/2026, 11:14:32     LOG [NestApplication] Nest application successfully started +74ms
[2J[3J[H[[90m11:15:06[0m] File change detected. Starting incremental compilation...

[[90m11:15:07[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:15:08[0m] File change detected. Starting incremental compilation...

[[90m11:15:08[0m] Found 0 errors. Watching for file changes.

[Nest] 145312  - 23/05/2026, 11:15:09     LOG [NestFactory] Starting Nest application...
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] DatabaseModule dependencies initialized +80ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] ThrottlerModule dependencies initialized +8ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] UsersModule dependencies initialized +7ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] CatalogModule dependencies initialized +4ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +102ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/health, GET} route +2ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +2ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +3ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +5ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 145312  - 23/05/2026, 11:15:09     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [NestFactory] Starting Nest application...
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] DatabaseModule dependencies initialized +38ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] ThrottlerModule dependencies initialized +6ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +131ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 47476  - 23/05/2026, 11:15:12     LOG [NestApplication] Nest application successfully started +103ms
[2J[3J[H[[90m11:15:23[0m] File change detected. Starting incremental compilation...

[[90m11:15:23[0m] Found 0 errors. Watching for file changes.

[Nest] 122528  - 23/05/2026, 11:15:26     LOG [NestFactory] Starting Nest application...
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] DatabaseModule dependencies initialized +24ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] ThrottlerModule dependencies initialized +6ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] AuditModule dependencies initialized +1ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +76ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +1ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/health, GET} route +1ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:26     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 122528  - 23/05/2026, 11:15:27     LOG [NestApplication] Nest application successfully started +84ms
[2J[3J[H[[90m11:15:27[0m] File change detected. Starting incremental compilation...

[[90m11:15:27[0m] Found 0 errors. Watching for file changes.

[Nest] 48788  - 23/05/2026, 11:15:30     LOG [NestFactory] Starting Nest application...
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] DatabaseModule dependencies initialized +35ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] ThrottlerModule dependencies initialized +6ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] JwtModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +109ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/health, GET} route +4ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +1ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 48788  - 23/05/2026, 11:15:30     LOG [NestApplication] Nest application successfully started +84ms
[2J[3J[H[[90m11:18:11[0m] File change detected. Starting incremental compilation...

[[90m11:18:11[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:18:15[0m] File change detected. Starting incremental compilation...

[[90m11:18:15[0m] Found 0 errors. Watching for file changes.

[Nest] 154448  - 23/05/2026, 11:18:16     LOG [NestFactory] Starting Nest application...
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] DatabaseModule dependencies initialized +46ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] ThrottlerModule dependencies initialized +7ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] JwtModule dependencies initialized +4ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] CatalogModule dependencies initialized +4ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] AdminModule dependencies initialized +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [InstanceLoader] DriversModule dependencies initialized +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +170ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/health, GET} route +4ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +2ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +2ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +2ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] FinanceController {/api/finance}: +5ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 154448  - 23/05/2026, 11:18:16     LOG [NestApplication] Nest application successfully started +87ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [NestFactory] Starting Nest application...
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] DatabaseModule dependencies initialized +46ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] ThrottlerModule dependencies initialized +7ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] AuditModule dependencies initialized +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] CatalogModule dependencies initialized +2ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +140ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] HealthController {/api/health}: +5ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/health, GET} route +4ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 43556  - 23/05/2026, 11:18:19     LOG [NestApplication] Nest application successfully started +96ms
[2J[3J[H[[90m11:18:19[0m] File change detected. Starting incremental compilation...

[[90m11:18:19[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:18:20[0m] File change detected. Starting incremental compilation...

[[90m11:18:21[0m] Found 0 errors. Watching for file changes.

[Nest] 130996  - 23/05/2026, 11:18:24     LOG [NestFactory] Starting Nest application...
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] DatabaseModule dependencies initialized +50ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] ThrottlerModule dependencies initialized +9ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] RestaurantsModule dependencies initialized +1ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +105ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/health, GET} route +5ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 130996  - 23/05/2026, 11:18:25     LOG [NestApplication] Nest application successfully started +78ms
[2J[3J[H[[90m11:18:26[0m] File change detected. Starting incremental compilation...

[[90m11:18:26[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:18:29[0m] File change detected. Starting incremental compilation...

[[90m11:18:29[0m] Found 0 errors. Watching for file changes.

[Nest] 124324  - 23/05/2026, 11:18:33     LOG [NestFactory] Starting Nest application...
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] DatabaseModule dependencies initialized +39ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] ThrottlerModule dependencies initialized +10ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] CouponsModule dependencies initialized +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] PaymentsModule dependencies initialized +2ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] CatalogModule dependencies initialized +5ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +129ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/users, GET} route +2ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/customers, GET} route +2ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +2ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 124324  - 23/05/2026, 11:18:33     LOG [NestApplication] Nest application successfully started +86ms
[2J[3J[H[[90m11:19:24[0m] File change detected. Starting incremental compilation...

[[90m11:19:24[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:19:26[0m] File change detected. Starting incremental compilation...

[[90m11:19:26[0m] Found 0 errors. Watching for file changes.

[Nest] 55500  - 23/05/2026, 11:19:30     LOG [NestFactory] Starting Nest application...
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] DatabaseModule dependencies initialized +33ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] ThrottlerModule dependencies initialized +4ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] JwtModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +113ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +2ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +2ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 55500  - 23/05/2026, 11:19:30     LOG [NestApplication] Nest application successfully started +80ms
[2J[3J[H[[90m11:19:43[0m] File change detected. Starting incremental compilation...

[[90m11:19:43[0m] Found 0 errors. Watching for file changes.

[Nest] 76524  - 23/05/2026, 11:19:48     LOG [NestFactory] Starting Nest application...
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] DatabaseModule dependencies initialized +28ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] ThrottlerModule dependencies initialized +8ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +94ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/health, GET} route +1ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 76524  - 23/05/2026, 11:19:48     LOG [NestApplication] Nest application successfully started +73ms
[2J[3J[H[[90m11:20:16[0m] File change detected. Starting incremental compilation...

[[90m11:20:16[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:20:17[0m] File change detected. Starting incremental compilation...

[[90m11:20:17[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:20:17[0m] File change detected. Starting incremental compilation...

[[90m11:20:18[0m] Found 0 errors. Watching for file changes.

[Nest] 86544  - 23/05/2026, 11:20:24     LOG [NestFactory] Starting Nest application...
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] DatabaseModule dependencies initialized +53ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] ThrottlerModule dependencies initialized +11ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] ReviewsModule dependencies initialized +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] UsersModule dependencies initialized +3ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] CatalogModule dependencies initialized +4ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +137ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/health, GET} route +2ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +2ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/orders, GET} route +2ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +3ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 86544  - 23/05/2026, 11:20:24     LOG [NestApplication] Nest application successfully started +72ms
[2J[3J[H[[90m11:20:33[0m] File change detected. Starting incremental compilation...

[[90m11:20:34[0m] Found 0 errors. Watching for file changes.

[Nest] 112712  - 23/05/2026, 11:20:38     LOG [NestFactory] Starting Nest application...
[Nest] 112712  - 23/05/2026, 11:20:38     LOG [InstanceLoader] DatabaseModule dependencies initialized +59ms
[Nest] 112712  - 23/05/2026, 11:20:38     LOG [InstanceLoader] ThrottlerModule dependencies initialized +9ms
[Nest] 112712  - 23/05/2026, 11:20:38     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:38     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:38     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:38     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:38     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:38     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:38     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:38     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:38     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [InstanceLoader] UsersModule dependencies initialized +5ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [InstanceLoader] CatalogModule dependencies initialized +2ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +169ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/health, GET} route +2ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +2ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +2ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 112712  - 23/05/2026, 11:20:39     LOG [NestApplication] Nest application successfully started +79ms
[2J[3J[H[[90m11:20:42[0m] File change detected. Starting incremental compilation...

[[90m11:20:42[0m] Found 0 errors. Watching for file changes.

[Nest] 97904  - 23/05/2026, 11:20:46     LOG [NestFactory] Starting Nest application...
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] DatabaseModule dependencies initialized +71ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] ThrottlerModule dependencies initialized +7ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:46     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +173ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/health, GET} route +8ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] CouponsController {/api/coupons}: +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 97904  - 23/05/2026, 11:20:47     LOG [NestApplication] Nest application successfully started +232ms
[2J[3J[H[[90m11:21:23[0m] File change detected. Starting incremental compilation...

[[90m11:21:23[0m] Found 0 errors. Watching for file changes.

[Nest] 117028  - 23/05/2026, 11:21:29     LOG [NestFactory] Starting Nest application...
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] DatabaseModule dependencies initialized +47ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] ThrottlerModule dependencies initialized +9ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] UsersModule dependencies initialized +3ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] SupportModule dependencies initialized +1ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 117028  - 23/05/2026, 11:21:29     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +174ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +3ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] FinanceController {/api/finance}: +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] TrackingController {/api/tracking}: +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +2ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 117028  - 23/05/2026, 11:21:30     LOG [NestApplication] Nest application successfully started +84ms
[2J[3J[H[[90m11:21:33[0m] File change detected. Starting incremental compilation...

[[90m11:21:33[0m] Found 0 errors. Watching for file changes.

[Nest] 33832  - 23/05/2026, 11:21:38     LOG [NestFactory] Starting Nest application...
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] DatabaseModule dependencies initialized +38ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] ThrottlerModule dependencies initialized +10ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] CouponsModule dependencies initialized +1ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:38     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +132ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/health, GET} route +4ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 33832  - 23/05/2026, 11:21:39     LOG [NestApplication] Nest application successfully started +231ms
[2J[3J[H[[90m11:21:42[0m] File change detected. Starting incremental compilation...

[[90m11:21:42[0m] Found 0 errors. Watching for file changes.

[Nest] 30344  - 23/05/2026, 11:21:46     LOG [NestFactory] Starting Nest application...
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] DatabaseModule dependencies initialized +59ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] ThrottlerModule dependencies initialized +9ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] ReviewsModule dependencies initialized +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] CatalogModule dependencies initialized +2ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +121ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +1ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:46     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 30344  - 23/05/2026, 11:21:47     LOG [NestApplication] Nest application successfully started +236ms
[2J[3J[H[[90m11:21:49[0m] File change detected. Starting incremental compilation...

[[90m11:21:49[0m] Found 0 errors. Watching for file changes.

[Nest] 33972  - 23/05/2026, 11:21:56     LOG [NestFactory] Starting Nest application...
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] DatabaseModule dependencies initialized +76ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] ThrottlerModule dependencies initialized +10ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] WalletsModule dependencies initialized +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] CatalogModule dependencies initialized +10ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] RestaurantsModule dependencies initialized +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +180ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +3ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +2ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +3ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +2ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] NotificationsController {/api/notifications}: +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +2ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +2ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 33972  - 23/05/2026, 11:21:56     LOG [NestApplication] Nest application successfully started +79ms
[2J[3J[H[[90m11:22:10[0m] File change detected. Starting incremental compilation...

[[90m11:22:10[0m] Found 0 errors. Watching for file changes.

[Nest] 79152  - 23/05/2026, 11:22:15     LOG [NestFactory] Starting Nest application...
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] DatabaseModule dependencies initialized +44ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] ThrottlerModule dependencies initialized +5ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +103ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 79152  - 23/05/2026, 11:22:15     LOG [NestApplication] Nest application successfully started +74ms
[2J[3J[H[[90m11:22:19[0m] File change detected. Starting incremental compilation...

[[90m11:22:19[0m] Found 0 errors. Watching for file changes.

[Nest] 45104  - 23/05/2026, 11:22:23     LOG [NestFactory] Starting Nest application...
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] DatabaseModule dependencies initialized +65ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] ThrottlerModule dependencies initialized +10ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] UsersModule dependencies initialized +4ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] PaymentsModule dependencies initialized +2ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] CatalogModule dependencies initialized +14ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +153ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 45104  - 23/05/2026, 11:22:23     LOG [NestApplication] Nest application successfully started +68ms
[2J[3J[H[[90m11:23:22[0m] File change detected. Starting incremental compilation...

[[90m11:23:22[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:23:23[0m] File change detected. Starting incremental compilation...

[[90m11:23:24[0m] Found 0 errors. Watching for file changes.

[Nest] 70672  - 23/05/2026, 11:23:28     LOG [NestFactory] Starting Nest application...
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] DatabaseModule dependencies initialized +51ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] ThrottlerModule dependencies initialized +11ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] CouponsModule dependencies initialized +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] CatalogModule dependencies initialized +3ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +148ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/health, GET} route +4ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +2ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 70672  - 23/05/2026, 11:23:28     LOG [NestApplication] Nest application successfully started +84ms
[2J[3J[H[[90m11:23:30[0m] File change detected. Starting incremental compilation...

[[90m11:23:30[0m] Found 0 errors. Watching for file changes.

[Nest] 119932  - 23/05/2026, 11:23:35     LOG [NestFactory] Starting Nest application...
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] DatabaseModule dependencies initialized +31ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] ThrottlerModule dependencies initialized +5ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] JwtModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +108ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/health, GET} route +2ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +2ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] TrackingController {/api/tracking}: +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 119932  - 23/05/2026, 11:23:35     LOG [NestApplication] Nest application successfully started +79ms
[2J[3J[H[[90m11:23:36[0m] File change detected. Starting incremental compilation...

[[90m11:23:37[0m] Found 0 errors. Watching for file changes.

[Nest] 45976  - 23/05/2026, 11:23:40     LOG [NestFactory] Starting Nest application...
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] DatabaseModule dependencies initialized +48ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] ThrottlerModule dependencies initialized +9ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] CatalogModule dependencies initialized +2ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[2J[3J[H[[90m11:23:40[0m] File change detected. Starting incremental compilation...

[Nest] 45976  - 23/05/2026, 11:23:40     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +170ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 45976  - 23/05/2026, 11:23:40     LOG [RoutesResolver] HealthController {/api/health}: +7ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/health, GET} route +7ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +2ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/customers, POST} route +5ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +3ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] NotificationsController {/api/notifications}: +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +2ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 45976  - 23/05/2026, 11:23:41     LOG [NestApplication] Nest application successfully started +83ms
[[90m11:23:41[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:23:46[0m] File change detected. Starting incremental compilation...

[[90m11:23:46[0m] Found 0 errors. Watching for file changes.

[Nest] 32104  - 23/05/2026, 11:23:47     LOG [NestFactory] Starting Nest application...
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] DatabaseModule dependencies initialized +86ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] ThrottlerModule dependencies initialized +13ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] CouponsModule dependencies initialized +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] UsersModule dependencies initialized +3ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] CatalogModule dependencies initialized +6ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +247ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] HealthController {/api/health}: +4ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/health, GET} route +11ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +4ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +2ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/customers, POST} route +4ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +2ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +4ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +3ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +4ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +4ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +2ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/orders, GET} route +3ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +3ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +3ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +2ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +2ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +10ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +3ms
[Nest] 32104  - 23/05/2026, 11:23:47     LOG [NestApplication] Nest application successfully started +96ms
[2J[3J[H[[90m11:23:49[0m] File change detected. Starting incremental compilation...

[[90m11:23:49[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:23:51[0m] File change detected. Starting incremental compilation...

[[90m11:23:51[0m] Found 0 errors. Watching for file changes.

[Nest] 31772  - 23/05/2026, 11:23:56     LOG [NestFactory] Starting Nest application...
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] DatabaseModule dependencies initialized +70ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] ThrottlerModule dependencies initialized +11ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] UsersModule dependencies initialized +3ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] AppModule dependencies initialized +3ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] CatalogModule dependencies initialized +4ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] CustomersModule dependencies initialized +2ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [InstanceLoader] DriversModule dependencies initialized +6ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +187ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/health, GET} route +2ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +2ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 31772  - 23/05/2026, 11:23:56     LOG [NestApplication] Nest application successfully started +89ms
[2J[3J[H[[90m11:23:58[0m] File change detected. Starting incremental compilation...

[[90m11:23:58[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:24:00[0m] File change detected. Starting incremental compilation...

[[90m11:24:00[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:24:01[0m] File change detected. Starting incremental compilation...

[[90m11:24:01[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:24:04[0m] File change detected. Starting incremental compilation...

[[90m11:24:05[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:24:06[0m] File change detected. Starting incremental compilation...

[[90m11:24:06[0m] Found 0 errors. Watching for file changes.

[Nest] 134644  - 23/05/2026, 11:24:11     LOG [NestFactory] Starting Nest application...
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] DatabaseModule dependencies initialized +51ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] ThrottlerModule dependencies initialized +11ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] WalletsModule dependencies initialized +5ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] UsersModule dependencies initialized +8ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] CatalogModule dependencies initialized +2ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +184ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +2ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] NotificationsController {/api/notifications}: +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] TrackingController {/api/tracking}: +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 134644  - 23/05/2026, 11:24:11     LOG [NestApplication] Nest application successfully started +84ms
[2J[3J[H[[90m11:24:16[0m] File change detected. Starting incremental compilation...

[[90m11:24:16[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:24:18[0m] File change detected. Starting incremental compilation...

[[90m11:24:19[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:24:20[0m] File change detected. Starting incremental compilation...

[[90m11:24:20[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:24:23[0m] File change detected. Starting incremental compilation...

[[90m11:24:24[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:24:25[0m] File change detected. Starting incremental compilation...

[[90m11:24:26[0m] Found 0 errors. Watching for file changes.

[Nest] 114572  - 23/05/2026, 11:24:32     LOG [NestFactory] Starting Nest application...
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] DatabaseModule dependencies initialized +90ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] ThrottlerModule dependencies initialized +28ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] UsersModule dependencies initialized +4ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] CatalogModule dependencies initialized +2ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +219ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/health, GET} route +4ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +2ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] TrackingController {/api/tracking}: +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 114572  - 23/05/2026, 11:24:32     LOG [NestApplication] Nest application successfully started +121ms
[2J[3J[H[[90m11:24:47[0m] File change detected. Starting incremental compilation...

[[90m11:24:47[0m] Found 0 errors. Watching for file changes.

[Nest] 89508  - 23/05/2026, 11:24:50     LOG [NestFactory] Starting Nest application...
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] DatabaseModule dependencies initialized +41ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] ThrottlerModule dependencies initialized +7ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] AdminModule dependencies initialized +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +91ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] CouponsController {/api/coupons}: +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] NotificationsController {/api/notifications}: +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 89508  - 23/05/2026, 11:24:50     LOG [NestApplication] Nest application successfully started +62ms
[2J[3J[H[[90m11:25:06[0m] File change detected. Starting incremental compilation...

[[90m11:25:06[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:25:07[0m] File change detected. Starting incremental compilation...

[[90m11:25:08[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:25:11[0m] File change detected. Starting incremental compilation...

[[90m11:25:11[0m] Found 0 errors. Watching for file changes.

[Nest] 156364  - 23/05/2026, 11:25:12     LOG [NestFactory] Starting Nest application...
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] DatabaseModule dependencies initialized +123ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] ThrottlerModule dependencies initialized +17ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] ReviewsModule dependencies initialized +1ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] UsersModule dependencies initialized +6ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] ConfigModule dependencies initialized +3ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] PaymentsModule dependencies initialized +5ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] JwtModule dependencies initialized +3ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] CatalogModule dependencies initialized +6ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 156364  - 23/05/2026, 11:25:12     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[2J[3J[H[[90m11:25:12[0m] File change detected. Starting incremental compilation...

[[90m11:25:13[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:25:13[0m] File change detected. Starting incremental compilation...

[[90m11:25:13[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:25:19[0m] File change detected. Starting incremental compilation...

[[90m11:25:19[0m] Found 0 errors. Watching for file changes.

[Nest] 144728  - 23/05/2026, 11:25:20     LOG [NestFactory] Starting Nest application...
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] DatabaseModule dependencies initialized +122ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] ThrottlerModule dependencies initialized +11ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] PaymentsModule dependencies initialized +2ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] CatalogModule dependencies initialized +5ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +226ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] HealthController {/api/health}: +10ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/health, GET} route +9ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +4ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +2ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/users, GET} route +4ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/customers, GET} route +3ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +2ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +2ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +3ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +3ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +2ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +2ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +2ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +2ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +2ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] SupportController {/api/support-tickets}: +3ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +2ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +3ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +3ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +2ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +2ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 144728  - 23/05/2026, 11:25:20     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[2J[3J[H[[90m11:25:20[0m] File change detected. Starting incremental compilation...

[[90m11:25:21[0m] Found 0 errors. Watching for file changes.

[Nest] 116096  - 23/05/2026, 11:25:25     LOG [NestFactory] Starting Nest application...
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] DatabaseModule dependencies initialized +53ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] ThrottlerModule dependencies initialized +13ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] UsersModule dependencies initialized +4ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] JwtModule dependencies initialized +3ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] CatalogModule dependencies initialized +6ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 116096  - 23/05/2026, 11:25:25     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +187ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/health, GET} route +5ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/users, GET} route +3ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/customers, GET} route +2ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/customers, POST} route +2ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +2ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +3ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +2ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +2ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +2ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +3ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +2ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +2ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +7ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/orders, GET} route +2ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +2ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +2ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +2ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +2ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] AuditController {/api/audit-logs}: +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 116096  - 23/05/2026, 11:25:26     LOG [NestApplication] Nest application successfully started +92ms
[2J[3J[H[[90m11:25:33[0m] File change detected. Starting incremental compilation...

[[90m11:25:33[0m] Found 0 errors. Watching for file changes.

[Nest] 139224  - 23/05/2026, 11:25:38     LOG [NestFactory] Starting Nest application...
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] DatabaseModule dependencies initialized +42ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] ThrottlerModule dependencies initialized +5ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] JwtModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] CatalogModule dependencies initialized +3ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] SupportModule dependencies initialized +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +123ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/health, GET} route +2ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 139224  - 23/05/2026, 11:25:38     LOG [NestApplication] Nest application successfully started +151ms
[2J[3J[H[[90m11:25:41[0m] File change detected. Starting incremental compilation...

[[90m11:25:42[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:25:42[0m] File change detected. Starting incremental compilation...

[[90m11:25:43[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:25:43[0m] File change detected. Starting incremental compilation...

[[90m11:25:44[0m] Found 0 errors. Watching for file changes.

[Nest] 108384  - 23/05/2026, 11:25:51     LOG [NestFactory] Starting Nest application...
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] DatabaseModule dependencies initialized +35ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] ThrottlerModule dependencies initialized +6ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +120ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +2ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 108384  - 23/05/2026, 11:25:51     LOG [NestApplication] Nest application successfully started +76ms
[2J[3J[H[[90m11:27:00[0m] File change detected. Starting incremental compilation...

[[90m11:27:01[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:27:02[0m] File change detected. Starting incremental compilation...

[[90m11:27:02[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:27:04[0m] File change detected. Starting incremental compilation...

[[90m11:27:05[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:27:05[0m] File change detected. Starting incremental compilation...

[[90m11:27:06[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:27:10[0m] File change detected. Starting incremental compilation...

[[90m11:27:10[0m] Found 0 errors. Watching for file changes.

[Nest] 43968  - 23/05/2026, 11:27:11     LOG [NestFactory] Starting Nest application...
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] DatabaseModule dependencies initialized +74ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] ThrottlerModule dependencies initialized +16ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] UsersModule dependencies initialized +5ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] CatalogModule dependencies initialized +3ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] AuthModule dependencies initialized +3ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +236ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/customers, POST} route +2ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +3ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 43968  - 23/05/2026, 11:27:11     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 43968  - 23/05/2026, 11:27:12     LOG [NestApplication] Nest application successfully started +102ms
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [NestFactory] Starting Nest application...
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [InstanceLoader] DatabaseModule dependencies initialized +68ms
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [InstanceLoader] ThrottlerModule dependencies initialized +7ms
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 121432  - 23/05/2026, 11:27:15     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [InstanceLoader] CatalogModule dependencies initialized +4ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[2J[3J[H[[90m11:27:16[0m] File change detected. Starting incremental compilation...

[Nest] 121432  - 23/05/2026, 11:27:16     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +193ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] HealthController {/api/health}: +4ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/health, GET} route +5ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +3ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +5ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +2ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 121432  - 23/05/2026, 11:27:16     LOG [NestApplication] Nest application successfully started +103ms
[[90m11:27:16[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:27:16[0m] File change detected. Starting incremental compilation...

[[90m11:27:17[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:27:18[0m] File change detected. Starting incremental compilation...

[[90m11:27:18[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:27:19[0m] File change detected. Starting incremental compilation...

[[90m11:27:19[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:27:21[0m] File change detected. Starting incremental compilation...

[[90m11:27:22[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:27:25[0m] File change detected. Starting incremental compilation...

[[90m11:27:26[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:27:27[0m] File change detected. Starting incremental compilation...

[[90m11:27:27[0m] Found 0 errors. Watching for file changes.

[Nest] 52324  - 23/05/2026, 11:27:32     LOG [NestFactory] Starting Nest application...
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] DatabaseModule dependencies initialized +56ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] ThrottlerModule dependencies initialized +7ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] CatalogModule dependencies initialized +3ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +159ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] HealthController {/api/health}: +4ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] NotificationsController {/api/notifications}: +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 52324  - 23/05/2026, 11:27:32     LOG [NestApplication] Nest application successfully started +81ms
[2J[3J[H[[90m11:34:32[0m] File change detected. Starting incremental compilation...

[[90m11:34:32[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:34:35[0m] File change detected. Starting incremental compilation...

[[90m11:34:35[0m] Found 0 errors. Watching for file changes.

[Nest] 151400  - 23/05/2026, 11:34:40     LOG [NestFactory] Starting Nest application...
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] DatabaseModule dependencies initialized +52ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] ThrottlerModule dependencies initialized +7ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] ReviewsModule dependencies initialized +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] CatalogModule dependencies initialized +6ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] RestaurantsModule dependencies initialized +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +154ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +2ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +2ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 151400  - 23/05/2026, 11:34:40     LOG [NestApplication] Nest application successfully started +72ms
[2J[3J[H[[90m11:40:27[0m] File change detected. Starting incremental compilation...

[[90m11:40:27[0m] Found 0 errors. Watching for file changes.

[Nest] 116056  - 23/05/2026, 11:40:32     LOG [NestFactory] Starting Nest application...
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] DatabaseModule dependencies initialized +32ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] ThrottlerModule dependencies initialized +6ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +390ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/health, GET} route +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] NotificationsController {/api/notifications}: +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] FinanceController {/api/finance}: +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 116056  - 23/05/2026, 11:40:32     LOG [NestApplication] Nest application successfully started +78ms
[2J[3J[H[[90m11:47:49[0m] File change detected. Starting incremental compilation...

[[90m11:47:51[0m] Found 0 errors. Watching for file changes.

[Nest] 157336  - 23/05/2026, 11:47:56     LOG [NestFactory] Starting Nest application...
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] DatabaseModule dependencies initialized +31ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] ThrottlerModule dependencies initialized +7ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] CatalogModule dependencies initialized +3ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +94ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/health, GET} route +1ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 157336  - 23/05/2026, 11:47:56     LOG [NestApplication] Nest application successfully started +69ms
[2J[3J[H[[90m11:54:25[0m] File change detected. Starting incremental compilation...

[[90m11:54:26[0m] Found 0 errors. Watching for file changes.

[Nest] 153304  - 23/05/2026, 11:54:30     LOG [NestFactory] Starting Nest application...
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] DatabaseModule dependencies initialized +37ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] ThrottlerModule dependencies initialized +7ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] CatalogModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] AdminModule dependencies initialized +1ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +96ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/health, GET} route +1ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 153304  - 23/05/2026, 11:54:30     LOG [NestApplication] Nest application successfully started +80ms
[2J[3J[H[[90m11:56:57[0m] File change detected. Starting incremental compilation...

[[90m11:56:58[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:57:02[0m] File change detected. Starting incremental compilation...

[[90m11:57:04[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m11:57:05[0m] File change detected. Starting incremental compilation...

[[90m11:57:05[0m] Found 0 errors. Watching for file changes.

[Nest] 83176  - 23/05/2026, 11:57:06     LOG [NestFactory] Starting Nest application...
[Nest] 79160  - 23/05/2026, 11:57:09     LOG [NestFactory] Starting Nest application...
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] DatabaseModule dependencies initialized +65ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] ThrottlerModule dependencies initialized +10ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] CatalogModule dependencies initialized +3ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +168ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] HealthController {/api/health}: +4ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/health, GET} route +2ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 79160  - 23/05/2026, 11:57:10     LOG [NestApplication] Nest application successfully started +83ms
[2J[3J[H[[90m12:06:00[0m] File change detected. Starting incremental compilation...

[[90m12:06:01[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:06:01[0m] File change detected. Starting incremental compilation...

[[90m12:06:01[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:06:06[0m] File change detected. Starting incremental compilation...

[[90m12:06:07[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:06:09[0m] File change detected. Starting incremental compilation...

[[90m12:06:10[0m] Found 0 errors. Watching for file changes.

[Nest] 97248  - 23/05/2026, 12:06:18     LOG [NestFactory] Starting Nest application...
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] DatabaseModule dependencies initialized +71ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] ThrottlerModule dependencies initialized +37ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] UsersModule dependencies initialized +6ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] CatalogModule dependencies initialized +3ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +244ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/health, GET} route +4ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +2ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 97248  - 23/05/2026, 12:06:18     LOG [NestApplication] Nest application successfully started +91ms
[2J[3J[H[[90m12:06:49[0m] File change detected. Starting incremental compilation...

[[90m12:06:49[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:06:54[0m] File change detected. Starting incremental compilation...

[[90m12:06:54[0m] Found 0 errors. Watching for file changes.

[Nest] 93140  - 23/05/2026, 12:07:01     LOG [NestFactory] Starting Nest application...
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] DatabaseModule dependencies initialized +56ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] ThrottlerModule dependencies initialized +9ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] UsersModule dependencies initialized +3ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] CatalogModule dependencies initialized +3ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 93140  - 23/05/2026, 12:07:01     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +179ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/health, GET} route +4ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +2ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] CouponsController {/api/coupons}: +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 93140  - 23/05/2026, 12:07:02     LOG [NestApplication] Nest application successfully started +345ms
[2J[3J[H[[90m12:17:01[0m] File change detected. Starting incremental compilation...

[[90m12:17:02[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:17:08[0m] File change detected. Starting incremental compilation...

[[90m12:17:09[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:17:10[0m] File change detected. Starting incremental compilation...

[[90m12:17:11[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:17:11[0m] File change detected. Starting incremental compilation...

[[90m12:17:12[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:17:19[0m] File change detected. Starting incremental compilation...

[[90m12:17:19[0m] Found 0 errors. Watching for file changes.

[Nest] 36400  - 23/05/2026, 12:17:20     LOG [NestFactory] Starting Nest application...
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] DatabaseModule dependencies initialized +95ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] ThrottlerModule dependencies initialized +48ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] UsersModule dependencies initialized +9ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] PaymentsModule dependencies initialized +8ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] JwtModule dependencies initialized +3ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] CatalogModule dependencies initialized +4ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 36400  - 23/05/2026, 12:17:20     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [NestFactory] Starting Nest application...
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] DatabaseModule dependencies initialized +82ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] ThrottlerModule dependencies initialized +14ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] CouponsModule dependencies initialized +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] PaymentsModule dependencies initialized +2ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] CatalogModule dependencies initialized +5ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] OrdersModule dependencies initialized +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +249ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/health, GET} route +4ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 146200  - 23/05/2026, 12:17:26     LOG [NestApplication] Nest application successfully started +284ms
[2J[3J[H[[90m12:19:23[0m] File change detected. Starting incremental compilation...

[[90m12:19:23[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:19:27[0m] File change detected. Starting incremental compilation...

[[90m12:19:27[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:19:28[0m] File change detected. Starting incremental compilation...

[[90m12:19:28[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:19:32[0m] File change detected. Starting incremental compilation...

[[90m12:19:33[0m] Found 0 errors. Watching for file changes.

[Nest] 98016  - 23/05/2026, 12:19:39     LOG [NestFactory] Starting Nest application...
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] DatabaseModule dependencies initialized +85ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] ThrottlerModule dependencies initialized +7ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] UsersModule dependencies initialized +4ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] JwtModule dependencies initialized +3ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] CatalogModule dependencies initialized +4ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] OrdersModule dependencies initialized +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +193ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] HealthController {/api/health}: +4ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/health, GET} route +5ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +2ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +2ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +2ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 98016  - 23/05/2026, 12:19:39     LOG [NestApplication] Nest application successfully started +100ms
[2J[3J[H[[90m12:32:42[0m] File change detected. Starting incremental compilation...

[96msrc/drivers/drivers.controller.ts[0m:[93m52[0m:[93m32[0m - [91merror[0m[90m TS2339: [0mProperty 'getDeliveryOffers' does not exist on type 'DriversService'.

[7m52[0m     return this.driversService.getDeliveryOffers(req.user as never);
[7m  [0m [91m                               ~~~~~~~~~~~~~~~~~[0m

[96msrc/drivers/drivers.controller.ts[0m:[93m58[0m:[93m32[0m - [91merror[0m[90m TS2339: [0mProperty 'acceptDelivery' does not exist on type 'DriversService'.

[7m58[0m     return this.driversService.acceptDelivery(req.user as never, id);
[7m  [0m [91m                               ~~~~~~~~~~~~~~[0m

[96msrc/drivers/drivers.controller.ts[0m:[93m64[0m:[93m32[0m - [91merror[0m[90m TS2339: [0mProperty 'rejectDelivery' does not exist on type 'DriversService'.

[7m64[0m     return this.driversService.rejectDelivery(req.user as never, id);
[7m  [0m [91m                               ~~~~~~~~~~~~~~[0m

[[90m12:32:54[0m] Found 3 errors. Watching for file changes.

[2J[3J[H[[90m12:32:55[0m] File change detected. Starting incremental compilation...

[96msrc/drivers/drivers.controller.ts[0m:[93m52[0m:[93m32[0m - [91merror[0m[90m TS2339: [0mProperty 'getDeliveryOffers' does not exist on type 'DriversService'.

[7m52[0m     return this.driversService.getDeliveryOffers(req.user as never);
[7m  [0m [91m                               ~~~~~~~~~~~~~~~~~[0m

[96msrc/drivers/drivers.controller.ts[0m:[93m58[0m:[93m32[0m - [91merror[0m[90m TS2339: [0mProperty 'acceptDelivery' does not exist on type 'DriversService'.

[7m58[0m     return this.driversService.acceptDelivery(req.user as never, id);
[7m  [0m [91m                               ~~~~~~~~~~~~~~[0m

[96msrc/drivers/drivers.controller.ts[0m:[93m64[0m:[93m32[0m - [91merror[0m[90m TS2339: [0mProperty 'rejectDelivery' does not exist on type 'DriversService'.

[7m64[0m     return this.driversService.rejectDelivery(req.user as never, id);
[7m  [0m [91m                               ~~~~~~~~~~~~~~[0m

[[90m12:33:01[0m] Found 3 errors. Watching for file changes.

[2J[3J[H[[90m12:33:22[0m] File change detected. Starting incremental compilation...

[[90m12:33:26[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:33:27[0m] File change detected. Starting incremental compilation...

[[90m12:33:29[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:33:33[0m] File change detected. Starting incremental compilation...

[[90m12:33:34[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:33:34[0m] File change detected. Starting incremental compilation...

[[90m12:33:35[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:33:38[0m] File change detected. Starting incremental compilation...

[[90m12:33:40[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:33:40[0m] File change detected. Starting incremental compilation...

[[90m12:33:41[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:33:42[0m] File change detected. Starting incremental compilation...

[[90m12:33:42[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:33:49[0m] File change detected. Starting incremental compilation...

[[90m12:33:50[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:33:51[0m] File change detected. Starting incremental compilation...

[[90m12:33:51[0m] Found 0 errors. Watching for file changes.

[Nest] 128192  - 23/05/2026, 12:34:04     LOG [NestFactory] Starting Nest application...
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] DatabaseModule dependencies initialized +355ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] ThrottlerModule dependencies initialized +81ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] WalletsModule dependencies initialized +1ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] CouponsModule dependencies initialized +2ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] UsersModule dependencies initialized +6ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] AppModule dependencies initialized +2ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] PaymentsModule dependencies initialized +5ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] JwtModule dependencies initialized +4ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] CatalogModule dependencies initialized +6ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] AdminModule dependencies initialized +1ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] CustomersModule dependencies initialized +2ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] RestaurantsModule dependencies initialized +1ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] TrackingModule dependencies initialized +2ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 128192  - 23/05/2026, 12:34:04     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +511ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] HealthController {/api/health}: +9ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/health, GET} route +7ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +2ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +2ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +3ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +2ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +2ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +2ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/users, GET} route +2ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/customers, GET} route +5ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +2ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +4ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +2ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +2ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +4ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/orders, GET} route +2ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +3ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +8ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] NotificationsController {/api/notifications}: +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +5ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +3ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 128192  - 23/05/2026, 12:34:05     LOG [NestApplication] Nest application successfully started +112ms
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":280}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":62}
{"method":"GET","path":"/api/public/catalog/stores","duration":89}
{"method":"GET","path":"/api/public/catalog/stores","duration":17}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":303}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":55}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":67}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":59}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":84}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":79}
{"method":"POST","path":"/api/orders/public","duration":1112}
[2J[3J[H[[90m12:39:06[0m] File change detected. Starting incremental compilation...

{"method":"GET","path":"/api/tracking/public/cmpiij96k0006tfhelsbvse2a?phone=5511966665555","duration":4089}
{"method":"GET","path":"/api/tracking/public/cmpiij96k0006tfhelsbvse2a?phone=5511966665555","duration":261}
[[90m12:39:21[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m12:39:24[0m] File change detected. Starting incremental compilation...

[[90m12:39:41[0m] Found 0 errors. Watching for file changes.

[Nest] 44880  - 23/05/2026, 12:40:11     LOG [NestFactory] Starting Nest application...
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] DatabaseModule dependencies initialized +287ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] ThrottlerModule dependencies initialized +91ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] HealthModule dependencies initialized +4ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] AuditModule dependencies initialized +3ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] UsersModule dependencies initialized +11ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] JwtModule dependencies initialized +4ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] CatalogModule dependencies initialized +10ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] AdminModule dependencies initialized +1ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] AuthModule dependencies initialized +3ms
[Nest] 44880  - 23/05/2026, 12:40:12     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +679ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] HealthController {/api/health}: +6ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/health, GET} route +16ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +2ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +4ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +3ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +3ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +6ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +3ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +3ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +3ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +5ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +5ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +2ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +2ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +4ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +4ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +4ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +4ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +3ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +3ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/maps, GET} route +2ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +5ms
[Nest] 44880  - 23/05/2026, 12:40:13     LOG [NestApplication] Nest application successfully started +122ms
{"method":"GET","path":"/api/public/catalog/stores","duration":108}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":86}
{"method":"GET","path":"/api/public/catalog/stores","duration":238}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":97}
{"method":"GET","path":"/api/public/catalog/stores","duration":18}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":47}
{"method":"GET","path":"/api/public/catalog/stores","duration":32}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":45}
{"method":"GET","path":"/api/public/catalog/stores","duration":32}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":48}
[2J[3J[H[[90m12:51:29[0m] File change detected. Starting incremental compilation...

[[90m12:51:39[0m] Found 0 errors. Watching for file changes.

[Nest] 113960  - 23/05/2026, 12:51:53     LOG [NestFactory] Starting Nest application...
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] DatabaseModule dependencies initialized +202ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] ThrottlerModule dependencies initialized +43ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] WalletsModule dependencies initialized +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] UsersModule dependencies initialized +7ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] PaymentsModule dependencies initialized +3ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] JwtModule dependencies initialized +4ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] CatalogModule dependencies initialized +14ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] SupportModule dependencies initialized +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] CustomersModule dependencies initialized +2ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] RestaurantsModule dependencies initialized +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] AuthModule dependencies initialized +2ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +606ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] HealthController {/api/health}: +10ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/health, GET} route +8ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +8ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +2ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +2ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +3ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/customers, GET} route +3ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/customers, POST} route +3ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +3ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +3ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +2ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +5ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +3ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +2ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +3ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +5ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +3ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +5ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +2ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +2ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +3ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] PaymentsController {/api/payments}: +3ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +3ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +4ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +2ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +3ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +6ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +3ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] TrackingController {/api/tracking}: +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +3ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +2ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +2ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] AdminController {/api/admin}: +4ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +3ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] AuditController {/api/audit-logs}: +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +2ms
[Nest] 113960  - 23/05/2026, 12:51:54     LOG [NestApplication] Nest application successfully started +127ms
{"method":"GET","path":"/api/restaurants","duration":201}
{"method":"GET","path":"/api/restaurants","duration":113}
{"method":"GET","path":"/api/public/catalog/stores","duration":55}
{"method":"GET","path":"/api/public/catalog/stores","duration":126}
{"method":"POST","path":"/api/auth/login/admin","duration":289}
{"method":"POST","path":"/api/auth/login/admin","duration":235}
[2J[3J[H[[90m12:53:47[0m] File change detected. Starting incremental compilation...

[[90m12:53:47[0m] Found 0 errors. Watching for file changes.

[Nest] 117628  - 23/05/2026, 12:53:57     LOG [NestFactory] Starting Nest application...
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] DatabaseModule dependencies initialized +50ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] ThrottlerModule dependencies initialized +23ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] UsersModule dependencies initialized +3ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] CatalogModule dependencies initialized +2ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +197ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +2ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/customers, GET} route +2ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +2ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +3ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +2ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +2ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +2ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] CouponsController {/api/coupons}: +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] NotificationsController {/api/notifications}: +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +2ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 117628  - 23/05/2026, 12:53:57     LOG [NestApplication] Nest application successfully started +75ms
{"method":"POST","path":"/api/auth/login/admin","duration":528}
{"method":"POST","path":"/api/auth/login/admin","duration":552}
{"method":"POST","path":"/api/restaurants","duration":1935}
[2J[3J[H[[90m12:54:28[0m] File change detected. Starting incremental compilation...

[[90m12:54:32[0m] Found 0 errors. Watching for file changes.

[Nest] 118224  - 23/05/2026, 12:54:45     LOG [NestFactory] Starting Nest application...
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] DatabaseModule dependencies initialized +57ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] ThrottlerModule dependencies initialized +8ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] HealthModule dependencies initialized +2ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] AuditModule dependencies initialized +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] CatalogModule dependencies initialized +2ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] AdminModule dependencies initialized +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +148ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/health, GET} route +6ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +2ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +2ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +2ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +2ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +2ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] CouponsController {/api/coupons}: +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 118224  - 23/05/2026, 12:54:45     LOG [NestApplication] Nest application successfully started +59ms
[2J[3J[H[[90m13:15:14[0m] File change detected. Starting incremental compilation...

[[90m13:15:15[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m13:15:23[0m] File change detected. Starting incremental compilation...

[[90m13:15:26[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m13:15:37[0m] File change detected. Starting incremental compilation...

[[90m13:15:38[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m13:15:40[0m] File change detected. Starting incremental compilation...

[[90m13:15:43[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m13:16:00[0m] File change detected. Starting incremental compilation...

[[90m13:16:01[0m] Found 0 errors. Watching for file changes.

[Nest] 76076  - 23/05/2026, 13:16:17     LOG [NestFactory] Starting Nest application...
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] DatabaseModule dependencies initialized +99ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] ThrottlerModule dependencies initialized +37ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] AuditModule dependencies initialized +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] UsersModule dependencies initialized +5ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] PaymentsModule dependencies initialized +2ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] CatalogModule dependencies initialized +3ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +289ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/health, GET} route +5ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +7ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +5ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +4ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +2ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +2ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +2ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +2ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +4ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] CouponsController {/api/coupons}: +7ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +3ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +5ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +3ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +2ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +3ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +2ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +2ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 76076  - 23/05/2026, 13:16:17     LOG [NestApplication] Nest application successfully started +111ms
[2J[3J[H[[90m13:20:00[0m] File change detected. Starting incremental compilation...

[[90m13:20:15[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m13:20:22[0m] File change detected. Starting incremental compilation...

[[90m13:20:32[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m13:20:34[0m] File change detected. Starting incremental compilation...

[[90m13:20:39[0m] Found 0 errors. Watching for file changes.

[Nest] 149152  - 23/05/2026, 13:20:55     LOG [NestFactory] Starting Nest application...
[Nest] 149152  - 23/05/2026, 13:20:55     LOG [InstanceLoader] DatabaseModule dependencies initialized +468ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] ThrottlerModule dependencies initialized +698ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] CouponsModule dependencies initialized +1ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] ReviewsModule dependencies initialized +1ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 149152  - 23/05/2026, 13:20:56     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +1854ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] HealthController {/api/health}: +11ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/health, GET} route +8ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +2ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +2ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +2ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +5ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +2ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +12ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/customers, GET} route +4ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/customers, POST} route +4ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +7ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +3ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +3ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +4ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +2ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +5ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +3ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +2ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +4ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +4ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +4ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] RestaurantsController {/api}: +3ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +2ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +3ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +4ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +4ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +5ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +3ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +8ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +4ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +2ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/orders, GET} route +5ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +2ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +5ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +3ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +10ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +6ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] CouponsController {/api/coupons}: +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +2ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] NotificationsController {/api/notifications}: +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] SupportController {/api/support-tickets}: +6ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +3ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +2ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +2ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +3ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +5ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +4ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +3ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +2ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +2ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] AuditController {/api/audit-logs}: +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RoutesResolver] MapsController {/api/maps}: +2ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +5ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 149152  - 23/05/2026, 13:20:58     LOG [NestApplication] Nest application successfully started +156ms
[2J[3J[H[[90m13:23:40[0m] File change detected. Starting incremental compilation...

[[90m13:23:43[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m13:23:45[0m] File change detected. Starting incremental compilation...

[[90m13:23:46[0m] Found 0 errors. Watching for file changes.

[Nest] 49116  - 23/05/2026, 13:23:56     LOG [NestFactory] Starting Nest application...
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] DatabaseModule dependencies initialized +69ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] ThrottlerModule dependencies initialized +25ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] AppModule dependencies initialized +2ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] CatalogModule dependencies initialized +3ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +200ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +2ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +2ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +2ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +2ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +2ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +2ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +5ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +2ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +2ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +2ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/orders, GET} route +65ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] NotificationsController {/api/notifications}: +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] FinanceController {/api/finance}: +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 49116  - 23/05/2026, 13:23:56     LOG [NestApplication] Nest application successfully started +92ms
[2J[3J[H[[90m13:24:04[0m] File change detected. Starting incremental compilation...

[96msrc/payments/payments.module.ts[0m:[93m2[0m:[93m36[0m - [91merror[0m[90m TS2307: [0mCannot find module './payments.controller' or its corresponding type declarations.

[7m2[0m import { PaymentsController } from './payments.controller';
[7m [0m [91m                                   ~~~~~~~~~~~~~~~~~~~~~~~[0m

[[90m13:24:04[0m] Found 1 error. Watching for file changes.

[2J[3J[H[[90m13:24:15[0m] File change detected. Starting incremental compilation...

[96msrc/payments/payments.controller.ts[0m:[93m22[0m:[93m33[0m - [91merror[0m[90m TS2339: [0mProperty 'getOverview' does not exist on type 'PaymentsService'.

[7m22[0m     return this.paymentsService.getOverview();
[7m  [0m [91m                                ~~~~~~~~~~~[0m

[96msrc/payments/payments.controller.ts[0m:[93m28[0m:[93m33[0m - [91merror[0m[90m TS2339: [0mProperty 'getProvidersStatus' does not exist on type 'PaymentsService'.

[7m28[0m     return this.paymentsService.getProvidersStatus();
[7m  [0m [91m                                ~~~~~~~~~~~~~~~~~~[0m

[96msrc/payments/payments.controller.ts[0m:[93m38[0m:[93m33[0m - [91merror[0m[90m TS2339: [0mProperty 'simulateWebhook' does not exist on type 'PaymentsService'.

[7m38[0m     return this.paymentsService.simulateWebhook(id, body.status, req.user.sub);
[7m  [0m [91m                                ~~~~~~~~~~~~~~~[0m

[[90m13:24:16[0m] Found 3 errors. Watching for file changes.

[2J[3J[H[[90m13:24:18[0m] File change detected. Starting incremental compilation...

[96msrc/payments/payments.controller.ts[0m:[93m6[0m:[93m33[0m - [91merror[0m[90m TS2307: [0mCannot find module './payments.service' or its corresponding type declarations.

[7m6[0m import { PaymentsService } from './payments.service';
[7m [0m [91m                                ~~~~~~~~~~~~~~~~~~~~[0m

[96msrc/payments/payments.module.ts[0m:[93m3[0m:[93m33[0m - [91merror[0m[90m TS2307: [0mCannot find module './payments.service' or its corresponding type declarations.

[7m3[0m import { PaymentsService } from './payments.service';
[7m [0m [91m                                ~~~~~~~~~~~~~~~~~~~~[0m

[[90m13:24:19[0m] Found 2 errors. Watching for file changes.

[2J[3J[H[[90m13:24:41[0m] File change detected. Starting incremental compilation...

[[90m13:24:42[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m13:24:49[0m] File change detected. Starting incremental compilation...

[[90m13:24:50[0m] Found 0 errors. Watching for file changes.

[Nest] 115872  - 23/05/2026, 13:24:51     LOG [NestFactory] Starting Nest application...
[2J[3J[H[[90m13:24:53[0m] File change detected. Starting incremental compilation...

[96msrc/notifications/notifications.module.ts[0m:[93m3[0m:[93m38[0m - [91merror[0m[90m TS2307: [0mCannot find module './notifications.service' or its corresponding type declarations.

[7m3[0m import { NotificationsService } from './notifications.service';
[7m [0m [91m                                     ~~~~~~~~~~~~~~~~~~~~~~~~~[0m

[[90m13:24:54[0m] Found 1 error. Watching for file changes.

[Nest] 70516  - 23/05/2026, 13:24:56     LOG [NestFactory] Starting Nest application...
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] DatabaseModule dependencies initialized +69ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] ThrottlerModule dependencies initialized +9ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] WalletsModule dependencies initialized +1ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] UsersModule dependencies initialized +4ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] CatalogModule dependencies initialized +3ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] RestaurantsModule dependencies initialized +1ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 70516  - 23/05/2026, 13:24:56     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +319ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 70516  - 23/05/2026, 13:24:57     LOG [NestApplication] Nest application successfully started +58ms
[2J[3J[H[[90m13:25:12[0m] File change detected. Starting incremental compilation...

[96msrc/notifications/notifications.service.ts[0m:[93m37[0m:[93m58[0m - [91merror[0m[90m TS2345: [0mArgument of type 'UserRole' is not assignable to parameter of type '"ADMIN" | "SUPER_ADMIN"'.
  Type '"CUSTOMER"' is not assignable to type '"ADMIN" | "SUPER_ADMIN"'.

[7m37[0m     if (![UserRole.ADMIN, UserRole.SUPER_ADMIN].includes(actor.role)) {
[7m  [0m [91m                                                         ~~~~~~~~~~[0m

[[90m13:25:13[0m] Found 1 error. Watching for file changes.

[2J[3J[H[[90m13:25:17[0m] File change detected. Starting incremental compilation...

[96msrc/notifications/notifications.module.ts[0m:[93m2[0m:[93m41[0m - [91merror[0m[90m TS2307: [0mCannot find module './notifications.controller' or its corresponding type declarations.

[7m2[0m import { NotificationsController } from './notifications.controller';
[7m [0m [91m                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m

[96msrc/notifications/notifications.service.ts[0m:[93m37[0m:[93m58[0m - [91merror[0m[90m TS2345: [0mArgument of type 'UserRole' is not assignable to parameter of type '"ADMIN" | "SUPER_ADMIN"'.
  Type '"CUSTOMER"' is not assignable to type '"ADMIN" | "SUPER_ADMIN"'.

[7m37[0m     if (![UserRole.ADMIN, UserRole.SUPER_ADMIN].includes(actor.role)) {
[7m  [0m [91m                                                         ~~~~~~~~~~[0m

[[90m13:25:17[0m] Found 2 errors. Watching for file changes.

[2J[3J[H[[90m13:25:31[0m] File change detected. Starting incremental compilation...

[96msrc/notifications/notifications.service.ts[0m:[93m37[0m:[93m58[0m - [91merror[0m[90m TS2345: [0mArgument of type 'UserRole' is not assignable to parameter of type '"ADMIN" | "SUPER_ADMIN"'.
  Type '"CUSTOMER"' is not assignable to type '"ADMIN" | "SUPER_ADMIN"'.

[7m37[0m     if (![UserRole.ADMIN, UserRole.SUPER_ADMIN].includes(actor.role)) {
[7m  [0m [91m                                                         ~~~~~~~~~~[0m

[[90m13:25:32[0m] Found 1 error. Watching for file changes.

[2J[3J[H[[90m13:32:52[0m] File change detected. Starting incremental compilation...

[96msrc/notifications/notifications.service.ts[0m:[93m37[0m:[93m58[0m - [91merror[0m[90m TS2345: [0mArgument of type 'UserRole' is not assignable to parameter of type '"ADMIN" | "SUPER_ADMIN"'.
  Type '"CUSTOMER"' is not assignable to type '"ADMIN" | "SUPER_ADMIN"'.

[7m37[0m     if (![UserRole.ADMIN, UserRole.SUPER_ADMIN].includes(actor.role)) {
[7m  [0m [91m                                                         ~~~~~~~~~~[0m

[[90m13:32:53[0m] Found 1 error. Watching for file changes.

[2J[3J[H[[90m13:35:12[0m] File change detected. Starting incremental compilation...

[96msrc/notifications/notifications.service.ts[0m:[93m37[0m:[93m58[0m - [91merror[0m[90m TS2345: [0mArgument of type 'UserRole' is not assignable to parameter of type '"ADMIN" | "SUPER_ADMIN"'.
  Type '"CUSTOMER"' is not assignable to type '"ADMIN" | "SUPER_ADMIN"'.

[7m37[0m     if (![UserRole.ADMIN, UserRole.SUPER_ADMIN].includes(actor.role)) {
[7m  [0m [91m                                                         ~~~~~~~~~~[0m

[[90m13:35:15[0m] Found 1 error. Watching for file changes.

[2J[3J[H[[90m13:35:17[0m] File change detected. Starting incremental compilation...

[96msrc/notifications/notifications.service.ts[0m:[93m37[0m:[93m58[0m - [91merror[0m[90m TS2345: [0mArgument of type 'UserRole' is not assignable to parameter of type '"ADMIN" | "SUPER_ADMIN"'.
  Type '"CUSTOMER"' is not assignable to type '"ADMIN" | "SUPER_ADMIN"'.

[7m37[0m     if (![UserRole.ADMIN, UserRole.SUPER_ADMIN].includes(actor.role)) {
[7m  [0m [91m                                                         ~~~~~~~~~~[0m

[[90m13:35:21[0m] Found 1 error. Watching for file changes.

[2J[3J[H[[90m13:35:22[0m] File change detected. Starting incremental compilation...

[96msrc/notifications/notifications.service.ts[0m:[93m37[0m:[93m58[0m - [91merror[0m[90m TS2345: [0mArgument of type 'UserRole' is not assignable to parameter of type '"ADMIN" | "SUPER_ADMIN"'.
  Type '"CUSTOMER"' is not assignable to type '"ADMIN" | "SUPER_ADMIN"'.

[7m37[0m     if (![UserRole.ADMIN, UserRole.SUPER_ADMIN].includes(actor.role)) {
[7m  [0m [91m                                                         ~~~~~~~~~~[0m

[[90m13:35:23[0m] Found 1 error. Watching for file changes.

[2J[3J[H[[90m13:35:33[0m] File change detected. Starting incremental compilation...

[[90m13:35:34[0m] Found 0 errors. Watching for file changes.

[Nest] 99256  - 23/05/2026, 13:35:49     LOG [NestFactory] Starting Nest application...
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] DatabaseModule dependencies initialized +115ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] ThrottlerModule dependencies initialized +38ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] ReviewsModule dependencies initialized +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] UsersModule dependencies initialized +15ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] ConfigModule dependencies initialized +30ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] ConfigModule dependencies initialized +5ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] AppModule dependencies initialized +2ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] JwtModule dependencies initialized +8ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] CatalogModule dependencies initialized +8ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] AdminModule dependencies initialized +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] OrdersModule dependencies initialized +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] CustomersModule dependencies initialized +3ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +341ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] HealthController {/api/health}: +9ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/health, GET} route +5ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +3ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +3ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +2ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/customers, GET} route +3ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] DriversController {/api}: +4ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +3ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +2ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/orders, GET} route +2ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] FinanceController {/api/finance}: +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +5ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +2ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/maps, GET} route +2ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 99256  - 23/05/2026, 13:35:49     LOG [NestApplication] Nest application successfully started +117ms
{"method":"POST","path":"/api/auth/login/admin","duration":309}
{"method":"POST","path":"/api/auth/login/admin","duration":335}
{"method":"GET","path":"/api/payments/overview","duration":65}
{"method":"GET","path":"/api/payments/providers","duration":0}
{"method":"GET","path":"/api/notifications/providers","duration":1}
{"method":"POST","path":"/api/notifications/test","duration":168}
{"method":"GET","path":"/api/notifications","duration":54}
{"method":"GET","path":"/api/public/catalog/stores","duration":646}
{"method":"GET","path":"/api/public/catalog/stores","duration":717}
[2J[3J[H[[90m13:51:37[0m] File change detected. Starting incremental compilation...

{"method":"POST","path":"/api/auth/login/restaurant","duration":1432}
{"method":"GET","path":"/api/auth/me","duration":189}
{"method":"POST","path":"/api/auth/login/restaurant","duration":1992}
{"method":"GET","path":"/api/auth/me","duration":246}
{"method":"GET","path":"/api/orders","duration":330}
{"method":"GET","path":"/api/orders","duration":123}
[2J[3J[H[[90m13:55:17[0m] File change detected. Starting incremental compilation...

[96msrc/payments/payments.service.ts[0m:[93m291[0m:[93m11[0m - [91merror[0m[90m TS2322: [0mType '{ provider: string; signaturePresent: boolean; externalReference: string | null; status: $Enums.PaymentStatus; payload: Record<string, unknown>; }' is not assignable to type 'NullableJsonNullValueInput | InputJsonValue | undefined'.
  Types of property 'payload' are incompatible.
    Type 'Record<string, unknown>' is not assignable to type 'InputJsonValue | null | undefined'.
      Type 'Record<string, unknown>' is missing the following properties from type 'readonly (InputJsonValue | null)[]': length, concat, join, slice, and 20 more.

[7m291[0m           metadata: {
[7m   [0m [91m          ~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m47410[0m:[93m5[0m
    [7m47410[0m     metadata?: NullableJsonNullValueInput | InputJsonValue
    [7m     [0m [96m    ~~~~~~~~[0m
    The expected type comes from property 'metadata' which is declared here on type '(Without<TransactionCreateInput, TransactionUncheckedCreateInput> & TransactionUncheckedCreateInput) | (Without<...> & TransactionCreateInput)'

[[90m13:55:48[0m] Found 1 error. Watching for file changes.

[2J[3J[H[[90m13:56:58[0m] File change detected. Starting incremental compilation...

{"method":"GET","path":"/api/orders","duration":1751}
{"method":"GET","path":"/api/orders","duration":592}
[96msrc/payments/payments.service.ts[0m:[93m291[0m:[93m11[0m - [91merror[0m[90m TS2322: [0mType '{ provider: string; signaturePresent: boolean; externalReference: string | null; status: $Enums.PaymentStatus; payload: Record<string, unknown>; }' is not assignable to type 'NullableJsonNullValueInput | InputJsonValue | undefined'.
  Types of property 'payload' are incompatible.
    Type 'Record<string, unknown>' is not assignable to type 'InputJsonValue | null | undefined'.
      Type 'Record<string, unknown>' is missing the following properties from type 'readonly (InputJsonValue | null)[]': length, concat, join, slice, and 20 more.

[7m291[0m           metadata: {
[7m   [0m [91m          ~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m47410[0m:[93m5[0m
    [7m47410[0m     metadata?: NullableJsonNullValueInput | InputJsonValue
    [7m     [0m [96m    ~~~~~~~~[0m
    The expected type comes from property 'metadata' which is declared here on type '(Without<TransactionCreateInput, TransactionUncheckedCreateInput> & TransactionUncheckedCreateInput) | (Without<...> & TransactionCreateInput)'

[[90m13:57:41[0m] Found 1 error. Watching for file changes.

[2J[3J[H[[90m13:57:42[0m] File change detected. Starting incremental compilation...

[96msrc/payments/payments.service.ts[0m:[93m291[0m:[93m11[0m - [91merror[0m[90m TS2322: [0mType '{ provider: string; signaturePresent: boolean; externalReference: string | null; status: $Enums.PaymentStatus; payload: Record<string, unknown>; }' is not assignable to type 'NullableJsonNullValueInput | InputJsonValue | undefined'.
  Types of property 'payload' are incompatible.
    Type 'Record<string, unknown>' is not assignable to type 'InputJsonValue | null | undefined'.
      Type 'Record<string, unknown>' is missing the following properties from type 'readonly (InputJsonValue | null)[]': length, concat, join, slice, and 20 more.

[7m291[0m           metadata: {
[7m   [0m [91m          ~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m47410[0m:[93m5[0m
    [7m47410[0m     metadata?: NullableJsonNullValueInput | InputJsonValue
    [7m     [0m [96m    ~~~~~~~~[0m
    The expected type comes from property 'metadata' which is declared here on type '(Without<TransactionCreateInput, TransactionUncheckedCreateInput> & TransactionUncheckedCreateInput) | (Without<...> & TransactionCreateInput)'

[[90m13:57:50[0m] Found 1 error. Watching for file changes.

[2J[3J[H[[90m13:57:50[0m] File change detected. Starting incremental compilation...

[[90m13:57:55[0m] Found 0 errors. Watching for file changes.

[Nest] 155616  - 23/05/2026, 13:58:22     LOG [NestFactory] Starting Nest application...
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] DatabaseModule dependencies initialized +352ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] ThrottlerModule dependencies initialized +72ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] ReviewsModule dependencies initialized +1ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] AuditModule dependencies initialized +1ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] UsersModule dependencies initialized +12ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] JwtModule dependencies initialized +7ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] MapsModule dependencies initialized +2ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] CatalogModule dependencies initialized +6ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 155616  - 23/05/2026, 13:58:22     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +598ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] HealthController {/api/health}: +14ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/health, GET} route +16ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +4ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +7ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +3ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/customers, GET} route +5ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/customers, POST} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +4ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +10ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +7ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +11ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +17ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +5ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +5ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +6ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +5ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +11ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +7ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/orders, GET} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +6ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +3ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +8ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +5ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +3ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] AdminController {/api/admin}: +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +11ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] AuditController {/api/audit-logs}: +4ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/maps, GET} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +2ms
[Nest] 155616  - 23/05/2026, 13:58:23     LOG [NestApplication] Nest application successfully started +139ms
{"method":"GET","path":"/api/catalog/categories","duration":126}
{"method":"GET","path":"/api/catalog/products","duration":167}
{"method":"GET","path":"/api/catalog/categories","duration":46}
{"method":"GET","path":"/api/catalog/products","duration":83}
{"method":"POST","path":"/api/payments/webhooks/stripe","duration":46}
{"method":"POST","path":"/api/payments/public/intent","duration":64}
{"method":"GET","path":"/api/public/catalog/stores","duration":48}
{"method":"GET","path":"/api/public/catalog/stores","duration":43}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":114}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":129}
{"method":"GET","path":"/api/public/catalog/stores","duration":23}
{"method":"GET","path":"/api/public/catalog/stores","duration":20}
{"method":"GET","path":"/api/public/catalog/store/loja-tela-0523125422","duration":43}
{"method":"GET","path":"/api/public/catalog/store/loja-tela-0523125422","duration":36}
{"method":"GET","path":"/api/public/catalog/stores","duration":30}
{"method":"GET","path":"/api/public/catalog/stores","duration":34}
{"method":"PATCH","path":"/api/catalog/products/cmpiblcgw000t81lhw7z1doy6","duration":356}
{"method":"GET","path":"/api/catalog/products","duration":81}
{"method":"GET","path":"/api/catalog/categories","duration":80}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":44}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":43}
{"method":"PATCH","path":"/api/catalog/products/cmpiblci8000v81lhqw0kq9tx","duration":158}
{"method":"GET","path":"/api/catalog/categories","duration":40}
{"method":"GET","path":"/api/catalog/products","duration":75}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":44}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":54}
{"method":"PATCH","path":"/api/catalog/products/cmpiblciy000x81lhaazonxns","duration":155}
{"method":"GET","path":"/api/catalog/categories","duration":54}
{"method":"GET","path":"/api/catalog/products","duration":58}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":76}
{"method":"GET","path":"/api/public/catalog/store/forno-da-esquina","duration":75}
{"method":"GET","path":"/api/support-tickets","duration":196}
{"method":"GET","path":"/api/support-tickets","duration":50}
{"method":"GET","path":"/api/public/catalog/stores","duration":43}
{"method":"GET","path":"/api/public/catalog/stores","duration":40}
{"method":"GET","path":"/api/public/catalog/stores","duration":143}
{"method":"GET","path":"/api/public/catalog/stores","duration":202}
{"method":"GET","path":"/api/finance/ledger","duration":117}
{"method":"GET","path":"/api/finance/dashboard","duration":180}
{"method":"GET","path":"/api/finance/ledger","duration":59}
{"method":"GET","path":"/api/finance/dashboard","duration":68}
[2J[3J[H[[90m14:06:47[0m] File change detected. Starting incremental compilation...

[[90m14:07:10[0m] Found 0 errors. Watching for file changes.

[Nest] 34492  - 23/05/2026, 14:07:19     LOG [NestFactory] Starting Nest application...
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] DatabaseModule dependencies initialized +65ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] ThrottlerModule dependencies initialized +11ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] JwtModule dependencies initialized +5ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] CatalogModule dependencies initialized +4ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] AdminModule dependencies initialized +1ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 34492  - 23/05/2026, 14:07:19     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +216ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +2ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] NotificationsController {/api/notifications}: +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 34492  - 23/05/2026, 14:07:20     LOG [NestApplication] Nest application successfully started +52ms
[2J[3J[H[[90m14:11:08[0m] File change detected. Starting incremental compilation...

[[90m14:11:34[0m] Found 0 errors. Watching for file changes.

[Nest] 145812  - 23/05/2026, 14:11:44     LOG [NestFactory] Starting Nest application...
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] DatabaseModule dependencies initialized +104ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] ThrottlerModule dependencies initialized +30ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] UsersModule dependencies initialized +4ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] JwtModule dependencies initialized +6ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] CatalogModule dependencies initialized +6ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] OrdersModule dependencies initialized +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [InstanceLoader] DriversModule dependencies initialized +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +267ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] HealthController {/api/health}: +5ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/health, GET} route +5ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/customers, GET} route +2ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/customers, POST} route +3ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +3ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 145812  - 23/05/2026, 14:11:44     LOG [NestApplication] Nest application successfully started +86ms
{"method":"POST","path":"/api/auth/login/admin","duration":535}
{"method":"POST","path":"/api/auth/login/restaurant","duration":594}
{"method":"GET","path":"/api/payments/gateway-settings","duration":37}
{"method":"PATCH","path":"/api/payments/gateway-settings","duration":50}
{"method":"GET","path":"/api/restaurant/profile","duration":120}
{"method":"PATCH","path":"/api/restaurant/profile","duration":239}
[2J[3J[H[[90m14:21:21[0m] File change detected. Starting incremental compilation...

[2J[3J[H[[90m14:22:36[0m] File change detected. Starting incremental compilation...

[[90m14:22:42[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m14:22:43[0m] File change detected. Starting incremental compilation...

[[90m14:23:04[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m14:23:05[0m] File change detected. Starting incremental compilation...

[[90m14:23:05[0m] Found 0 errors. Watching for file changes.

[Nest] 53876  - 23/05/2026, 14:23:11     LOG [NestFactory] Starting Nest application...
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] DatabaseModule dependencies initialized +279ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] ThrottlerModule dependencies initialized +28ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] HealthModule dependencies initialized +6ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] CouponsModule dependencies initialized +1ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] AuditModule dependencies initialized +2ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] ConfigHostModule dependencies initialized +3ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] UsersModule dependencies initialized +11ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] JwtModule dependencies initialized +18ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] CatalogModule dependencies initialized +15ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] OrdersModule dependencies initialized +1ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] RestaurantsModule dependencies initialized +1ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 53876  - 23/05/2026, 14:23:11     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +714ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] HealthController {/api/health}: +10ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/health, GET} route +22ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] AuthController {/api/auth}: +3ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +3ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +5ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +3ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +5ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +2ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +4ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +5ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/users, GET} route +5ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/customers, POST} route +4ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +5ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +3ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +2ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +2ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +2ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +2ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +2ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +2ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +2ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +5ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +4ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +3ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +3ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +2ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +3ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/orders, GET} route +4ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +4ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +9ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +4ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +5ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +2ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +4ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +2ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +2ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +2ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +2ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +3ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +6ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +3ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +3ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +5ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +2ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +3ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +2ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/maps, GET} route +2ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +3ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +3ms
[Nest] 53876  - 23/05/2026, 14:23:12     LOG [NestApplication] Nest application successfully started +81ms
[2J[3J[H[[90m14:25:04[0m] File change detected. Starting incremental compilation...

[[90m14:25:06[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m14:25:12[0m] File change detected. Starting incremental compilation...

[[90m14:25:14[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m14:25:16[0m] File change detected. Starting incremental compilation...

[[90m14:25:19[0m] Found 0 errors. Watching for file changes.

[Nest] 114860  - 23/05/2026, 14:25:38     LOG [NestFactory] Starting Nest application...
[Nest] 114860  - 23/05/2026, 14:25:38    WARN [ModuleTokenFactory] The module "InternalCoreModule" is taking 10.96ms to serialize, this may be caused by larger objects statically assigned to the module. More details: https://github.com/nestjs/nest/issues/12738 +28ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] DatabaseModule dependencies initialized +492ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] ThrottlerModule dependencies initialized +412ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] HealthModule dependencies initialized +3ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] DeliveriesModule dependencies initialized +2ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] WalletsModule dependencies initialized +1ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] ReviewsModule dependencies initialized +1ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] UsersModule dependencies initialized +9ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] AppModule dependencies initialized +5ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] JwtModule dependencies initialized +21ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] CatalogModule dependencies initialized +16ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] CustomersModule dependencies initialized +2ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] RestaurantsModule dependencies initialized +1ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 114860  - 23/05/2026, 14:25:39     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +626ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] HealthController {/api/health}: +4ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/health, GET} route +9ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +2ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +2ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +2ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/users, GET} route +15ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +6ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +4ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +2ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +2ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +10ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +2ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +4ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +2ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +2ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +3ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +3ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] OrdersController {/api/orders}: +2ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/orders, GET} route +3ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +2ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +2ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +2ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +4ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +2ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +2ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +2ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] FinanceController {/api/finance}: +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +2ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +2ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] TrackingController {/api/tracking}: +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +2ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +3ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +4ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +5ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +5ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +22ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +3ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] AuditController {/api/audit-logs}: +8ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +4ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +3ms
[Nest] 114860  - 23/05/2026, 14:25:40     LOG [NestApplication] Nest application successfully started +158ms
[2J[3J[H[[90m14:25:47[0m] File change detected. Starting incremental compilation...

[[90m14:25:47[0m] Found 0 errors. Watching for file changes.

[Nest] 34228  - 23/05/2026, 14:26:07     LOG [NestFactory] Starting Nest application...
[Nest] 34228  - 23/05/2026, 14:26:07     LOG [InstanceLoader] DatabaseModule dependencies initialized +333ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] ThrottlerModule dependencies initialized +112ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] AuditModule dependencies initialized +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] UsersModule dependencies initialized +14ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] AppModule dependencies initialized +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] JwtModule dependencies initialized +6ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] CatalogModule dependencies initialized +13ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] SupportModule dependencies initialized +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] AdminModule dependencies initialized +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] CustomersModule dependencies initialized +4ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +539ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] HealthController {/api/health}: +13ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/health, GET} route +22ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +8ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +3ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +3ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +8ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/users, GET} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/customers, GET} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/customers, POST} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] DriversController {/api}: +4ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +3ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +3ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +5ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +3ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +4ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +3ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +5ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] WalletsController {/api/wallets}: +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +3ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] TrackingController {/api/tracking}: +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +4ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +2ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 34228  - 23/05/2026, 14:26:08     LOG [NestApplication] Nest application successfully started +166ms
[2J[3J[H[[90m14:26:40[0m] File change detected. Starting incremental compilation...

[2J[3J[H[[90m14:26:53[0m] File change detected. Starting incremental compilation...

[[90m14:27:05[0m] Found 0 errors. Watching for file changes.

[Nest] 37996  - 23/05/2026, 14:27:14     LOG [NestFactory] Starting Nest application...
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] DatabaseModule dependencies initialized +292ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] ThrottlerModule dependencies initialized +37ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] HealthModule dependencies initialized +3ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] WalletsModule dependencies initialized +2ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] ReviewsModule dependencies initialized +1ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] UsersModule dependencies initialized +6ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] AppModule dependencies initialized +5ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] JwtModule dependencies initialized +13ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] CatalogModule dependencies initialized +16ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] OrdersModule dependencies initialized +1ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] TrackingModule dependencies initialized +2ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] AuthModule dependencies initialized +4ms
[Nest] 37996  - 23/05/2026, 14:27:14     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +793ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] HealthController {/api/health}: +15ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/health, GET} route +26ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] AuthController {/api/auth}: +3ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +8ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +8ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +4ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +4ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +3ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] UsersController {/api/users}: +5ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/users, GET} route +7ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +4ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +7ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +6ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +5ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +3ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +7ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +7ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +4ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +4ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +4ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +2ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +3ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +5ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +4ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +2ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +5ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +4ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] ReviewsController {/api/reviews}: +3ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] NotificationsController {/api/notifications}: +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +9ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +4ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] FinanceController {/api/finance}: +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +3ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +2ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +4ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +4ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +5ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +7ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +5ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +5ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 37996  - 23/05/2026, 14:27:15     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 37996  - 23/05/2026, 14:27:16     LOG [NestApplication] Nest application successfully started +82ms
[2J[3J[H[[90m14:27:24[0m] File change detected. Starting incremental compilation...

[[90m14:27:24[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m14:27:25[0m] File change detected. Starting incremental compilation...

[[90m14:27:27[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m14:27:32[0m] File change detected. Starting incremental compilation...

[[90m14:27:34[0m] Found 0 errors. Watching for file changes.

[Nest] 84368  - 23/05/2026, 14:27:47     LOG [NestFactory] Starting Nest application...
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] DatabaseModule dependencies initialized +182ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] ThrottlerModule dependencies initialized +60ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] HealthModule dependencies initialized +2ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] WalletsModule dependencies initialized +1ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] CouponsModule dependencies initialized +1ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] AuditModule dependencies initialized +2ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] UsersModule dependencies initialized +5ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] ConfigModule dependencies initialized +4ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] AppModule dependencies initialized +2ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] JwtModule dependencies initialized +7ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] CatalogModule dependencies initialized +16ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] OrdersModule dependencies initialized +1ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] RestaurantsModule dependencies initialized +1ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] AuthModule dependencies initialized +3ms
[Nest] 84368  - 23/05/2026, 14:27:47     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +687ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] HealthController {/api/health}: +15ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/health, GET} route +14ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +6ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +3ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +6ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +2ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +2ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/users, GET} route +5ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/customers, GET} route +4ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/customers, POST} route +4ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +7ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +7ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +2ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +5ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +4ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +2ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +3ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +3ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +2ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +5ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +2ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +3ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +2ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +2ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +4ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +3ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +2ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +4ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +2ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +7ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +2ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +5ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +3ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +4ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +2ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +5ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +2ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +2ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +4ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +5ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +3ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +3ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +3ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +3ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +2ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 84368  - 23/05/2026, 14:27:48     LOG [NestApplication] Nest application successfully started +125ms
[2J[3J[H[[90m16:05:49[0m] File change detected. Starting incremental compilation...

[[90m16:05:57[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m16:05:58[0m] File change detected. Starting incremental compilation...

[[90m16:06:03[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m16:06:05[0m] File change detected. Starting incremental compilation...

[[90m16:06:22[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m16:06:24[0m] File change detected. Starting incremental compilation...

[[90m16:06:26[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m16:06:27[0m] File change detected. Starting incremental compilation...

[[90m16:06:28[0m] Found 0 errors. Watching for file changes.

[Nest] 20416  - 23/05/2026, 16:06:41     LOG [NestFactory] Starting Nest application...
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] DatabaseModule dependencies initialized +115ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] ThrottlerModule dependencies initialized +31ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] WalletsModule dependencies initialized +1ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] UsersModule dependencies initialized +10ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] JwtModule dependencies initialized +3ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] CatalogModule dependencies initialized +5ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 20416  - 23/05/2026, 16:06:41     LOG [InstanceLoader] DriversModule dependencies initialized +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +243ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] HealthController {/api/health}: +4ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/health, GET} route +5ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +2ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +3ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/users, GET} route +2ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/customers, GET} route +2ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +2ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +2ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +3ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +4ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +7ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +2ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/orders, GET} route +2ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +4ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +2ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +5ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +2ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +2ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +2ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 20416  - 23/05/2026, 16:06:42     LOG [NestApplication] Nest application successfully started +93ms
{"method":"GET","path":"/api/public/catalog/stores","duration":830}
{"method":"GET","path":"/api/public/catalog/stores","duration":19}
{"method":"POST","path":"/api/auth/login/admin","duration":1026}
{"method":"GET","path":"/api/auth/me","duration":237}
{"method":"GET","path":"/api/restaurants","duration":123}
{"method":"GET","path":"/api/restaurants","duration":58}
[2J[3J[H[[90m17:11:19[0m] File change detected. Starting incremental compilation...

[2J[3J[H[[90m17:11:53[0m] File change detected. Starting incremental compilation...

[[90m17:12:24[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m17:12:27[0m] File change detected. Starting incremental compilation...

[[90m17:12:44[0m] Found 0 errors. Watching for file changes.

[Nest] 117012  - 23/05/2026, 17:12:49     LOG [NestFactory] Starting Nest application...
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] DatabaseModule dependencies initialized +41ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] ThrottlerModule dependencies initialized +6ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +129ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/health, GET} route +3ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 117012  - 23/05/2026, 17:12:49     LOG [NestApplication] Nest application successfully started +50ms
[2J[3J[H[[90m17:15:00[0m] File change detected. Starting incremental compilation...

[[90m17:15:08[0m] Found 0 errors. Watching for file changes.

[Nest] 149892  - 23/05/2026, 17:15:19     LOG [NestFactory] Starting Nest application...
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] DatabaseModule dependencies initialized +114ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] ThrottlerModule dependencies initialized +28ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] AuditModule dependencies initialized +1ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] UsersModule dependencies initialized +4ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] JwtModule dependencies initialized +4ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] CatalogModule dependencies initialized +5ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 149892  - 23/05/2026, 17:15:19     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +271ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/health, GET} route +5ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +2ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +2ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/users, GET} route +2ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +2ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +2ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +2ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] CatalogController {/api/catalog}: +2ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +2ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +2ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +2ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] AuditController {/api/audit-logs}: +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 149892  - 23/05/2026, 17:15:20     LOG [NestApplication] Nest application successfully started +90ms
[2J[3J[H[[90m17:15:20[0m] File change detected. Starting incremental compilation...

[96msrc/restaurants/restaurants.service.ts[0m:[93m64[0m:[93m13[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'companyContractUrl' does not exist in type 'Without<RestaurantCreateInput, RestaurantUncheckedCreateInput> & RestaurantUncheckedCreateInput'.

[7m64[0m             companyContractUrl: data.companyContractUrl?.trim(),
[7m  [0m [91m            ~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9230[0m:[93m5[0m
    [7m9230[0m     data: XOR<RestaurantCreateInput, RestaurantUncheckedCreateInput>
    [7m    [0m [96m    ~~~~[0m
    The expected type comes from property 'data' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; data: (Without<...> & RestaurantUncheckedCreateInput) | (Without<...> & RestaurantCreateInput); }'

[96msrc/restaurants/restaurants.service.ts[0m:[93m128[0m:[93m13[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'companyContractUrl' does not exist in type '(Without<RestaurantUpdateInput, RestaurantUncheckedUpdateInput> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput)'.

[7m128[0m             companyContractUrl: data.companyContractUrl?.trim(),
[7m   [0m [91m            ~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9278[0m:[93m5[0m
    [7m9278[0m     data: XOR<RestaurantUpdateInput, RestaurantUncheckedUpdateInput>
    [7m    [0m [96m    ~~~~[0m
    The expected type comes from property 'data' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; data: (Without<...> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput); where: RestaurantWhereUniqueInput; }'

[96msrc/restaurants/restaurants.service.ts[0m:[93m133[0m:[93m82[0m - [91merror[0m[90m TS2339: [0mProperty 'documentsSubmittedAt' does not exist on type '{ user: { id: string; status: AccountStatus; createdAt: Date; updatedAt: Date; email: string | null; phone: string | null; passwordHash: string; role: UserRole; emailVerifiedAt: Date | null; phoneVerifiedAt: Date | null; }; } & { ...; }'.

[7m133[0m             documentsSubmittedAt: this.resolveDocumentsSubmittedAt(data, current.documentsSubmittedAt),
[7m   [0m [91m                                                                                 ~~~~~~~~~~~~~~~~~~~~[0m

[96msrc/restaurants/restaurants.service.ts[0m:[93m203[0m:[93m13[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'companyContractUrl' does not exist in type '(Without<RestaurantUpdateInput, RestaurantUncheckedUpdateInput> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput)'.

[7m203[0m             companyContractUrl: data.companyContractUrl?.trim(),
[7m   [0m [91m            ~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9278[0m:[93m5[0m
    [7m9278[0m     data: XOR<RestaurantUpdateInput, RestaurantUncheckedUpdateInput>
    [7m    [0m [96m    ~~~~[0m
    The expected type comes from property 'data' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; data: (Without<...> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput); where: RestaurantWhereUniqueInput; }'

[96msrc/restaurants/restaurants.service.ts[0m:[93m207[0m:[93m82[0m - [91merror[0m[90m TS2339: [0mProperty 'documentsSubmittedAt' does not exist on type '{ user: { id: string; status: AccountStatus; createdAt: Date; updatedAt: Date; email: string | null; phone: string | null; passwordHash: string; role: UserRole; emailVerifiedAt: Date | null; phoneVerifiedAt: Date | null; }; } & { ...; }'.

[7m207[0m             documentsSubmittedAt: this.resolveDocumentsSubmittedAt(data, current.documentsSubmittedAt),
[7m   [0m [91m                                                                                 ~~~~~~~~~~~~~~~~~~~~[0m

[[90m17:15:24[0m] Found 5 errors. Watching for file changes.

{"method":"GET","path":"/api/payments/providers","duration":2}
{"method":"GET","path":"/api/payments/overview","duration":142}
{"method":"GET","path":"/api/payments/transactions","duration":252}
{"method":"GET","path":"/api/notifications/providers","duration":1}
{"method":"GET","path":"/api/notifications/providers","duration":0}
{"method":"GET","path":"/api/notifications","duration":62}
{"method":"GET","path":"/api/notifications","duration":28}
{"method":"GET","path":"/api/restaurants","duration":129}
{"method":"GET","path":"/api/restaurants","duration":59}
{"method":"GET","path":"/api/drivers","duration":120}
{"method":"GET","path":"/api/drivers","duration":60}
{"method":"GET","path":"/api/customers","duration":92}
{"method":"GET","path":"/api/customers","duration":42}
{"method":"GET","path":"/api/support-tickets","duration":74}
{"method":"GET","path":"/api/support-tickets","duration":27}
{"method":"GET","path":"/api/finance/ledger","duration":33}
{"method":"GET","path":"/api/finance/ledger","duration":15}
{"method":"GET","path":"/api/finance/dashboard","duration":83}
{"method":"GET","path":"/api/finance/dashboard","duration":32}
[2J[3J[H[[90m17:16:26[0m] File change detected. Starting incremental compilation...

{"method":"GET","path":"/api/finance/ledger","duration":38}
{"method":"GET","path":"/api/finance/dashboard","duration":53}
[[90m17:16:45[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m17:16:45[0m] File change detected. Starting incremental compilation...

[[90m17:16:47[0m] Found 0 errors. Watching for file changes.

[Nest] 96756  - 23/05/2026, 17:16:55     LOG [NestFactory] Starting Nest application...
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] DatabaseModule dependencies initialized +87ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] ThrottlerModule dependencies initialized +28ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] HealthModule dependencies initialized +2ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] AuditModule dependencies initialized +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] UsersModule dependencies initialized +11ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] JwtModule dependencies initialized +4ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] CatalogModule dependencies initialized +5ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [InstanceLoader] DriversModule dependencies initialized +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +407ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] HealthController {/api/health}: +5ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/health, GET} route +4ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +2ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/customers, GET} route +2ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:55     LOG [RoutesResolver] FinanceController {/api/finance}: +1ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +2ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +1ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +2ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +2ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +1ms
[Nest] 96756  - 23/05/2026, 17:16:56     LOG [NestApplication] Nest application successfully started +91ms
[2J[3J[H[[90m17:17:05[0m] File change detected. Starting incremental compilation...

{"method":"GET","path":"/api/finance/ledger","duration":102}
{"method":"GET","path":"/api/finance/dashboard","duration":102}
[[90m17:17:06[0m] Found 0 errors. Watching for file changes.

[Nest] 95932  - 23/05/2026, 17:17:18     LOG [NestFactory] Starting Nest application...
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] DatabaseModule dependencies initialized +169ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] ThrottlerModule dependencies initialized +46ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] CouponsModule dependencies initialized +1ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] UsersModule dependencies initialized +11ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] ConfigModule dependencies initialized +2ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] JwtModule dependencies initialized +11ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] MapsModule dependencies initialized +2ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] CatalogModule dependencies initialized +17ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 95932  - 23/05/2026, 17:17:18     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +619ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] HealthController {/api/health}: +9ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/health, GET} route +8ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +4ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +3ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +5ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +2ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/users, GET} route +2ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/customers, GET} route +2ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/customers, POST} route +4ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +3ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +3ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +2ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +3ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +3ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +3ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +2ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +2ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +2ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +2ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +3ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +2ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +2ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +2ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +2ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] TrackingController {/api/tracking}: +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +2ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +2ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +2ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] AuditController {/api/audit-logs}: +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +2ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 95932  - 23/05/2026, 17:17:19     LOG [NestApplication] Nest application successfully started +95ms
{"method":"GET","path":"/api/finance/dashboard","duration":155}
{"method":"GET","path":"/api/finance/ledger","duration":139}
[2J[3J[H[[90m17:17:55[0m] File change detected. Starting incremental compilation...

[[90m17:18:05[0m] Found 0 errors. Watching for file changes.

[Nest] 141744  - 23/05/2026, 17:18:14     LOG [NestFactory] Starting Nest application...
[Nest] 141744  - 23/05/2026, 17:18:14     LOG [InstanceLoader] DatabaseModule dependencies initialized +126ms
[Nest] 141744  - 23/05/2026, 17:18:14     LOG [InstanceLoader] ThrottlerModule dependencies initialized +8ms
[Nest] 141744  - 23/05/2026, 17:18:14     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 141744  - 23/05/2026, 17:18:14     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:14     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:14     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:14     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:14     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:14     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:14     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:14     LOG [InstanceLoader] UsersModule dependencies initialized +4ms
[Nest] 141744  - 23/05/2026, 17:18:14     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:14     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 141744  - 23/05/2026, 17:18:14     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [InstanceLoader] JwtModule dependencies initialized +3ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [InstanceLoader] CatalogModule dependencies initialized +4ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +502ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/health, GET} route +5ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +2ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +8ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] CouponsController {/api/coupons}: +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +4ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +2ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +2ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +2ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +13ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +17ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +2ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +2ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +2ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] AuditController {/api/audit-logs}: +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 141744  - 23/05/2026, 17:18:15     LOG [NestApplication] Nest application successfully started +136ms
[2J[3J[H[[90m17:23:57[0m] File change detected. Starting incremental compilation...

[[90m17:24:28[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m17:24:28[0m] File change detected. Starting incremental compilation...

[[90m17:24:32[0m] Found 0 errors. Watching for file changes.

[Nest] 23788  - 23/05/2026, 17:24:44     LOG [NestFactory] Starting Nest application...
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] DatabaseModule dependencies initialized +217ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] ThrottlerModule dependencies initialized +38ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] JwtModule dependencies initialized +3ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] CatalogModule dependencies initialized +3ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:44     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +734ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/health, GET} route +5ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +2ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +5ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/finance/restaurants-summary, GET} route +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +4ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +17ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +46ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +8ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +2ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 23788  - 23/05/2026, 17:24:45     LOG [NestApplication] Nest application successfully started +115ms
{"method":"POST","path":"/api/auth/login/restaurant","duration":623}
{"method":"POST","path":"/api/auth/login/admin","duration":728}
{"method":"GET","path":"/api/finance/dashboard","duration":107}
{"method":"GET","path":"/api/finance/restaurants-summary","duration":131}
{"method":"PATCH","path":"/api/restaurants/cmpiblbhb000881lhv0n4k7ab","duration":229}
{"method":"GET","path":"/api/finance/restaurants-summary","duration":83}
{"method":"POST","path":"/api/auth/login/admin","duration":401}
{"method":"GET","path":"/api/restaurants","duration":110}
{"method":"PATCH","path":"/api/restaurants/cmpiblbhb000881lhv0n4k7ab","duration":240}
{"method":"GET","path":"/api/public/catalog/stores","duration":49}
{"method":"GET","path":"/api/public/catalog/stores","duration":16}
[2J[3J[H[[90m17:29:39[0m] File change detected. Starting incremental compilation...

[[90m17:30:01[0m] Found 0 errors. Watching for file changes.

[Nest] 147732  - 23/05/2026, 17:30:25     LOG [NestFactory] Starting Nest application...
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] DatabaseModule dependencies initialized +29ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] ThrottlerModule dependencies initialized +5ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] HealthModule dependencies initialized +33ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] UsersModule dependencies initialized +2ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +98ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/health, GET} route +1ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +1ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +1ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/finance/restaurants-summary, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:25     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 147732  - 23/05/2026, 17:30:26     LOG [NestApplication] Nest application successfully started +48ms
[2J[3J[H[[90m17:35:44[0m] File change detected. Starting incremental compilation...

[96msrc/restaurants/restaurants.service.ts[0m:[93m63[0m:[93m13[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type 'Without<RestaurantCreateInput, RestaurantUncheckedCreateInput> & RestaurantUncheckedCreateInput'.

[7m63[0m             acceptsCashOnDelivery: data.acceptsCashOnDelivery ?? false,
[7m  [0m [91m            ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9326[0m:[93m5[0m
    [7m9326[0m     data: XOR<RestaurantCreateInput, RestaurantUncheckedCreateInput>
    [7m    [0m [96m    ~~~~[0m
    The expected type comes from property 'data' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; data: (Without<...> & RestaurantUncheckedCreateInput) | (Without<...> & RestaurantCreateInput); }'

[96msrc/restaurants/restaurants.service.ts[0m:[93m128[0m:[93m13[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type '(Without<RestaurantUpdateInput, RestaurantUncheckedUpdateInput> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput)'.

[7m128[0m             acceptsCashOnDelivery: data.acceptsCashOnDelivery,
[7m   [0m [91m            ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9374[0m:[93m5[0m
    [7m9374[0m     data: XOR<RestaurantUpdateInput, RestaurantUncheckedUpdateInput>
    [7m    [0m [96m    ~~~~[0m
    The expected type comes from property 'data' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; data: (Without<...> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput); where: RestaurantWhereUniqueInput; }'

[96msrc/restaurants/restaurants.service.ts[0m:[93m205[0m:[93m13[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type '(Without<RestaurantUpdateInput, RestaurantUncheckedUpdateInput> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput)'.

[7m205[0m             acceptsCashOnDelivery: data.acceptsCashOnDelivery,
[7m   [0m [91m            ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9374[0m:[93m5[0m
    [7m9374[0m     data: XOR<RestaurantUpdateInput, RestaurantUncheckedUpdateInput>
    [7m    [0m [96m    ~~~~[0m
    The expected type comes from property 'data' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; data: (Without<...> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput); where: RestaurantWhereUniqueInput; }'

[[90m17:36:00[0m] Found 3 errors. Watching for file changes.

[2J[3J[H[[90m17:36:08[0m] File change detected. Starting incremental compilation...

[96msrc/payments/payments.service.ts[0m:[93m163[0m:[93m71[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type 'RestaurantSelect<DefaultArgs>'.

[7m163[0m       select: { id: true, name: true, city: true, neighborhood: true, acceptsCashOnDelivery: true },
[7m   [0m [91m                                                                      ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9143[0m:[93m5[0m
    [7m9143[0m     select?: RestaurantSelect<ExtArgs> | null
    [7m    [0m [96m    ~~~~~~[0m
    The expected type comes from property 'select' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; where: RestaurantWhereUniqueInput; }'

[96msrc/payments/payments.service.ts[0m:[93m168[0m:[93m66[0m - [91merror[0m[90m TS2339: [0mProperty 'acceptsCashOnDelivery' does not exist on type '{ id: string; createdAt: Date; name: string; status: AccountStatus; updatedAt: Date; userId: string; slug: string; description: string | null; documentNumber: string; ... 19 more ...; logoUrl: string | null; }'.

[7m168[0m     if (body.paymentMethod === PaymentMethod.CASH && !restaurant.acceptsCashOnDelivery) {
[7m   [0m [91m                                                                 ~~~~~~~~~~~~~~~~~~~~~[0m

[96msrc/restaurants/restaurants.service.ts[0m:[93m63[0m:[93m13[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type 'Without<RestaurantCreateInput, RestaurantUncheckedCreateInput> & RestaurantUncheckedCreateInput'.

[7m63[0m             acceptsCashOnDelivery: data.acceptsCashOnDelivery ?? false,
[7m  [0m [91m            ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9326[0m:[93m5[0m
    [7m9326[0m     data: XOR<RestaurantCreateInput, RestaurantUncheckedCreateInput>
    [7m    [0m [96m    ~~~~[0m
    The expected type comes from property 'data' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; data: (Without<...> & RestaurantUncheckedCreateInput) | (Without<...> & RestaurantCreateInput); }'

[96msrc/restaurants/restaurants.service.ts[0m:[93m128[0m:[93m13[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type '(Without<RestaurantUpdateInput, RestaurantUncheckedUpdateInput> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput)'.

[7m128[0m             acceptsCashOnDelivery: data.acceptsCashOnDelivery,
[7m   [0m [91m            ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9374[0m:[93m5[0m
    [7m9374[0m     data: XOR<RestaurantUpdateInput, RestaurantUncheckedUpdateInput>
    [7m    [0m [96m    ~~~~[0m
    The expected type comes from property 'data' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; data: (Without<...> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput); where: RestaurantWhereUniqueInput; }'

[96msrc/restaurants/restaurants.service.ts[0m:[93m205[0m:[93m13[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type '(Without<RestaurantUpdateInput, RestaurantUncheckedUpdateInput> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput)'.

[7m205[0m             acceptsCashOnDelivery: data.acceptsCashOnDelivery,
[7m   [0m [91m            ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9374[0m:[93m5[0m
    [7m9374[0m     data: XOR<RestaurantUpdateInput, RestaurantUncheckedUpdateInput>
    [7m    [0m [96m    ~~~~[0m
    The expected type comes from property 'data' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; data: (Without<...> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput); where: RestaurantWhereUniqueInput; }'

[[90m17:36:12[0m] Found 5 errors. Watching for file changes.

[2J[3J[H[[90m17:36:44[0m] File change detected. Starting incremental compilation...

[96msrc/catalog/catalog.service.ts[0m:[93m155[0m:[93m9[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type 'RestaurantSelect<DefaultArgs>'.

[7m155[0m         acceptsCashOnDelivery: true,
[7m   [0m [91m        ~~~~~~~~~~~~~~~~~~~~~[0m

[96msrc/payments/payments.service.ts[0m:[93m163[0m:[93m71[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type 'RestaurantSelect<DefaultArgs>'.

[7m163[0m       select: { id: true, name: true, city: true, neighborhood: true, acceptsCashOnDelivery: true },
[7m   [0m [91m                                                                      ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9143[0m:[93m5[0m
    [7m9143[0m     select?: RestaurantSelect<ExtArgs> | null
    [7m    [0m [96m    ~~~~~~[0m
    The expected type comes from property 'select' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; where: RestaurantWhereUniqueInput; }'

[96msrc/payments/payments.service.ts[0m:[93m168[0m:[93m66[0m - [91merror[0m[90m TS2339: [0mProperty 'acceptsCashOnDelivery' does not exist on type '{ id: string; createdAt: Date; name: string; status: AccountStatus; updatedAt: Date; userId: string; slug: string; description: string | null; documentNumber: string; ... 19 more ...; logoUrl: string | null; }'.

[7m168[0m     if (body.paymentMethod === PaymentMethod.CASH && !restaurant.acceptsCashOnDelivery) {
[7m   [0m [91m                                                                 ~~~~~~~~~~~~~~~~~~~~~[0m

[96msrc/restaurants/restaurants.service.ts[0m:[93m63[0m:[93m13[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type 'Without<RestaurantCreateInput, RestaurantUncheckedCreateInput> & RestaurantUncheckedCreateInput'.

[7m63[0m             acceptsCashOnDelivery: data.acceptsCashOnDelivery ?? false,
[7m  [0m [91m            ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9326[0m:[93m5[0m
    [7m9326[0m     data: XOR<RestaurantCreateInput, RestaurantUncheckedCreateInput>
    [7m    [0m [96m    ~~~~[0m
    The expected type comes from property 'data' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; data: (Without<...> & RestaurantUncheckedCreateInput) | (Without<...> & RestaurantCreateInput); }'

[96msrc/restaurants/restaurants.service.ts[0m:[93m128[0m:[93m13[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type '(Without<RestaurantUpdateInput, RestaurantUncheckedUpdateInput> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput)'.

[7m128[0m             acceptsCashOnDelivery: data.acceptsCashOnDelivery,
[7m   [0m [91m            ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9374[0m:[93m5[0m
    [7m9374[0m     data: XOR<RestaurantUpdateInput, RestaurantUncheckedUpdateInput>
    [7m    [0m [96m    ~~~~[0m
    The expected type comes from property 'data' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; data: (Without<...> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput); where: RestaurantWhereUniqueInput; }'

[96msrc/restaurants/restaurants.service.ts[0m:[93m205[0m:[93m13[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type '(Without<RestaurantUpdateInput, RestaurantUncheckedUpdateInput> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput)'.

[7m205[0m             acceptsCashOnDelivery: data.acceptsCashOnDelivery,
[7m   [0m [91m            ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9374[0m:[93m5[0m
    [7m9374[0m     data: XOR<RestaurantUpdateInput, RestaurantUncheckedUpdateInput>
    [7m    [0m [96m    ~~~~[0m
    The expected type comes from property 'data' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; data: (Without<...> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput); where: RestaurantWhereUniqueInput; }'

[[90m17:36:47[0m] Found 6 errors. Watching for file changes.

[2J[3J[H[[90m17:37:55[0m] File change detected. Starting incremental compilation...

[96msrc/catalog/catalog.service.ts[0m:[93m155[0m:[93m9[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type 'RestaurantSelect<DefaultArgs>'.

[7m155[0m         acceptsCashOnDelivery: true,
[7m   [0m [91m        ~~~~~~~~~~~~~~~~~~~~~[0m

[96msrc/payments/payments.service.ts[0m:[93m163[0m:[93m71[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type 'RestaurantSelect<DefaultArgs>'.

[7m163[0m       select: { id: true, name: true, city: true, neighborhood: true, acceptsCashOnDelivery: true },
[7m   [0m [91m                                                                      ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9143[0m:[93m5[0m
    [7m9143[0m     select?: RestaurantSelect<ExtArgs> | null
    [7m    [0m [96m    ~~~~~~[0m
    The expected type comes from property 'select' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; where: RestaurantWhereUniqueInput; }'

[96msrc/payments/payments.service.ts[0m:[93m168[0m:[93m66[0m - [91merror[0m[90m TS2339: [0mProperty 'acceptsCashOnDelivery' does not exist on type '{ id: string; createdAt: Date; name: string; status: AccountStatus; updatedAt: Date; userId: string; slug: string; description: string | null; documentNumber: string; ... 19 more ...; logoUrl: string | null; }'.

[7m168[0m     if (body.paymentMethod === PaymentMethod.CASH && !restaurant.acceptsCashOnDelivery) {
[7m   [0m [91m                                                                 ~~~~~~~~~~~~~~~~~~~~~[0m

[96msrc/restaurants/restaurants.service.ts[0m:[93m63[0m:[93m13[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type 'Without<RestaurantCreateInput, RestaurantUncheckedCreateInput> & RestaurantUncheckedCreateInput'.

[7m63[0m             acceptsCashOnDelivery: data.acceptsCashOnDelivery ?? false,
[7m  [0m [91m            ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9326[0m:[93m5[0m
    [7m9326[0m     data: XOR<RestaurantCreateInput, RestaurantUncheckedCreateInput>
    [7m    [0m [96m    ~~~~[0m
    The expected type comes from property 'data' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; data: (Without<...> & RestaurantUncheckedCreateInput) | (Without<...> & RestaurantCreateInput); }'

[96msrc/restaurants/restaurants.service.ts[0m:[93m128[0m:[93m13[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type '(Without<RestaurantUpdateInput, RestaurantUncheckedUpdateInput> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput)'.

[7m128[0m             acceptsCashOnDelivery: data.acceptsCashOnDelivery,
[7m   [0m [91m            ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9374[0m:[93m5[0m
    [7m9374[0m     data: XOR<RestaurantUpdateInput, RestaurantUncheckedUpdateInput>
    [7m    [0m [96m    ~~~~[0m
    The expected type comes from property 'data' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; data: (Without<...> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput); where: RestaurantWhereUniqueInput; }'

[96msrc/restaurants/restaurants.service.ts[0m:[93m205[0m:[93m13[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type '(Without<RestaurantUpdateInput, RestaurantUncheckedUpdateInput> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput)'.

[7m205[0m             acceptsCashOnDelivery: data.acceptsCashOnDelivery,
[7m   [0m [91m            ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9374[0m:[93m5[0m
    [7m9374[0m     data: XOR<RestaurantUpdateInput, RestaurantUncheckedUpdateInput>
    [7m    [0m [96m    ~~~~[0m
    The expected type comes from property 'data' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; data: (Without<...> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput); where: RestaurantWhereUniqueInput; }'

[[90m17:38:27[0m] Found 6 errors. Watching for file changes.

[2J[3J[H[[90m17:38:27[0m] File change detected. Starting incremental compilation...

[96msrc/catalog/catalog.service.ts[0m:[93m155[0m:[93m9[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type 'RestaurantSelect<DefaultArgs>'.

[7m155[0m         acceptsCashOnDelivery: true,
[7m   [0m [91m        ~~~~~~~~~~~~~~~~~~~~~[0m

[96msrc/payments/payments.service.ts[0m:[93m163[0m:[93m71[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type 'RestaurantSelect<DefaultArgs>'.

[7m163[0m       select: { id: true, name: true, city: true, neighborhood: true, acceptsCashOnDelivery: true },
[7m   [0m [91m                                                                      ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9143[0m:[93m5[0m
    [7m9143[0m     select?: RestaurantSelect<ExtArgs> | null
    [7m    [0m [96m    ~~~~~~[0m
    The expected type comes from property 'select' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; where: RestaurantWhereUniqueInput; }'

[96msrc/payments/payments.service.ts[0m:[93m168[0m:[93m66[0m - [91merror[0m[90m TS2339: [0mProperty 'acceptsCashOnDelivery' does not exist on type '{ id: string; createdAt: Date; name: string; status: AccountStatus; updatedAt: Date; userId: string; slug: string; description: string | null; documentNumber: string; ... 19 more ...; logoUrl: string | null; }'.

[7m168[0m     if (body.paymentMethod === PaymentMethod.CASH && !restaurant.acceptsCashOnDelivery) {
[7m   [0m [91m                                                                 ~~~~~~~~~~~~~~~~~~~~~[0m

[96msrc/restaurants/restaurants.service.ts[0m:[93m63[0m:[93m13[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type 'Without<RestaurantCreateInput, RestaurantUncheckedCreateInput> & RestaurantUncheckedCreateInput'.

[7m63[0m             acceptsCashOnDelivery: data.acceptsCashOnDelivery ?? false,
[7m  [0m [91m            ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9326[0m:[93m5[0m
    [7m9326[0m     data: XOR<RestaurantCreateInput, RestaurantUncheckedCreateInput>
    [7m    [0m [96m    ~~~~[0m
    The expected type comes from property 'data' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; data: (Without<...> & RestaurantUncheckedCreateInput) | (Without<...> & RestaurantCreateInput); }'

[96msrc/restaurants/restaurants.service.ts[0m:[93m128[0m:[93m13[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type '(Without<RestaurantUpdateInput, RestaurantUncheckedUpdateInput> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput)'.

[7m128[0m             acceptsCashOnDelivery: data.acceptsCashOnDelivery,
[7m   [0m [91m            ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9374[0m:[93m5[0m
    [7m9374[0m     data: XOR<RestaurantUpdateInput, RestaurantUncheckedUpdateInput>
    [7m    [0m [96m    ~~~~[0m
    The expected type comes from property 'data' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; data: (Without<...> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput); where: RestaurantWhereUniqueInput; }'

[96msrc/restaurants/restaurants.service.ts[0m:[93m205[0m:[93m13[0m - [91merror[0m[90m TS2353: [0mObject literal may only specify known properties, and 'acceptsCashOnDelivery' does not exist in type '(Without<RestaurantUpdateInput, RestaurantUncheckedUpdateInput> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput)'.

[7m205[0m             acceptsCashOnDelivery: data.acceptsCashOnDelivery,
[7m   [0m [91m            ~~~~~~~~~~~~~~~~~~~~~[0m

  [96m../../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/.prisma/client/index.d.ts[0m:[93m9374[0m:[93m5[0m
    [7m9374[0m     data: XOR<RestaurantUpdateInput, RestaurantUncheckedUpdateInput>
    [7m    [0m [96m    ~~~~[0m
    The expected type comes from property 'data' which is declared here on type '{ select?: RestaurantSelect<DefaultArgs> | null | undefined; include?: RestaurantInclude<DefaultArgs> | null | undefined; data: (Without<...> & RestaurantUncheckedUpdateInput) | (Without<...> & RestaurantUpdateInput); where: RestaurantWhereUniqueInput; }'

[[90m17:38:44[0m] Found 6 errors. Watching for file changes.

[2J[3J[H[[90m17:43:17[0m] File change detected. Starting incremental compilation...

[[90m17:44:04[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m17:44:05[0m] File change detected. Starting incremental compilation...

[[90m17:44:12[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m17:44:29[0m] File change detected. Starting incremental compilation...

[Nest] 82068  - 23/05/2026, 17:44:29     LOG [NestFactory] Starting Nest application...
[Nest] 82068  - 23/05/2026, 17:44:29     LOG [InstanceLoader] DatabaseModule dependencies initialized +191ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] ThrottlerModule dependencies initialized +21ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] WalletsModule dependencies initialized +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] ReviewsModule dependencies initialized +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] UsersModule dependencies initialized +4ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] AppModule dependencies initialized +2ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] JwtModule dependencies initialized +8ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] CatalogModule dependencies initialized +12ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] CustomersModule dependencies initialized +4ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +481ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] HealthController {/api/health}: +14ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/health, GET} route +8ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +2ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +2ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +2ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +2ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +2ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +7ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +2ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] PaymentsController {/api/payments}: +3ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +29ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +2ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +2ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/payments/settlement-policy, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] ReviewsController {/api/reviews}: +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +7ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +2ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/finance/restaurants-summary, GET} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +2ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +2ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] AdminController {/api/admin}: +2ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +2ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +2ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +2ms
[Nest] 82068  - 23/05/2026, 17:44:30     LOG [NestApplication] Nest application successfully started +92ms
[[90m17:44:33[0m] Found 0 errors. Watching for file changes.

[Nest] 78580  - 23/05/2026, 17:44:41     LOG [NestFactory] Starting Nest application...
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] DatabaseModule dependencies initialized +161ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] ThrottlerModule dependencies initialized +14ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] ReviewsModule dependencies initialized +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] UsersModule dependencies initialized +9ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] AppModule dependencies initialized +2ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] JwtModule dependencies initialized +6ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] CatalogModule dependencies initialized +9ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] SupportModule dependencies initialized +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] CustomersModule dependencies initialized +2ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [InstanceLoader] DriversModule dependencies initialized +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +386ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] HealthController {/api/health}: +4ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/health, GET} route +16ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +2ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +2ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +2ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +2ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +3ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +2ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/customers, GET} route +2ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +2ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] DriversController {/api}: +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +17ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +2ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +3ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +2ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +2ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +2ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +4ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +32ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/payments/settlement-policy, GET} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +3ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +10ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] CouponsController {/api/coupons}: +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +14ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/finance/restaurants-summary, GET} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +3ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +2ms
[Nest] 78580  - 23/05/2026, 17:44:42     LOG [NestApplication] Nest application successfully started +117ms
[2J[3J[H[[90m17:44:59[0m] File change detected. Starting incremental compilation...

[[90m17:45:12[0m] Found 0 errors. Watching for file changes.

[Nest] 46892  - 23/05/2026, 17:45:29     LOG [NestFactory] Starting Nest application...
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] DatabaseModule dependencies initialized +151ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] ThrottlerModule dependencies initialized +59ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] AuditModule dependencies initialized +1ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] UsersModule dependencies initialized +3ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] JwtModule dependencies initialized +4ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] CatalogModule dependencies initialized +16ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 46892  - 23/05/2026, 17:45:29     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +399ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] HealthController {/api/health}: +5ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/health, GET} route +10ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +3ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +4ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] CustomersController {/api}: +2ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +7ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +7ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/payments/settlement-policy, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +3ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +8ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/finance/restaurants-summary, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] AdminController {/api/admin}: +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 46892  - 23/05/2026, 17:45:30     LOG [NestApplication] Nest application successfully started +71ms
[2J[3J[H[[90m17:52:35[0m] File change detected. Starting incremental compilation...

[[90m17:53:12[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m17:53:14[0m] File change detected. Starting incremental compilation...

[[90m17:53:18[0m] Found 0 errors. Watching for file changes.

[Nest] 100036  - 23/05/2026, 17:53:34     LOG [NestFactory] Starting Nest application...
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] DatabaseModule dependencies initialized +93ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] ThrottlerModule dependencies initialized +7ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] UsersModule dependencies initialized +1ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +77ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] HealthController {/api/health}: +1ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/health, GET} route +2ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +1ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/payments/settlement-policy, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +1ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/finance/restaurants-summary, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:34     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 100036  - 23/05/2026, 17:53:35     LOG [NestApplication] Nest application successfully started +388ms
[2J[3J[H[[90m18:39:50[0m] File change detected. Starting incremental compilation...

[[90m18:39:52[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m18:39:55[0m] File change detected. Starting incremental compilation...

[[90m18:40:14[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m18:40:22[0m] File change detected. Starting incremental compilation...

[[90m18:40:39[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m18:40:41[0m] File change detected. Starting incremental compilation...

[[90m18:40:45[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m18:40:46[0m] File change detected. Starting incremental compilation...

[[90m18:40:47[0m] Found 0 errors. Watching for file changes.

[Nest] 75744  - 23/05/2026, 18:41:12     LOG [NestFactory] Starting Nest application...
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] DatabaseModule dependencies initialized +371ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] ThrottlerModule dependencies initialized +91ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] UsersModule dependencies initialized +4ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] JwtModule dependencies initialized +2ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] MapsModule dependencies initialized +1ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] CatalogModule dependencies initialized +3ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] TrackingModule dependencies initialized +1ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 75744  - 23/05/2026, 18:41:12     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 75744  - 23/05/2026, 18:41:13     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +1217ms
[Nest] 75744  - 23/05/2026, 18:41:13     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 75744  - 23/05/2026, 18:41:13     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 75744  - 23/05/2026, 18:41:13     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/health, GET} route +9ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] AuthController {/api/auth}: +5ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +5ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +2ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +7ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +4ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +5ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/users, GET} route +45ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] CustomersController {/api}: +22ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/customers, GET} route +9ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/customers, POST} route +7ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +43ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +3ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +3ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] DriversController {/api}: +2ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +4ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +2ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +3ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +2ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +4ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +2ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +3ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +2ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +16ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +5ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +5ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +26ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +2ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +3ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] CatalogController {/api/catalog}: +4ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +26ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +4ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +5ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +29ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +2ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +12ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/orders, GET} route +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +6ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +2ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +2ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/payments/settlement-policy, GET} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +3ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +10ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +2ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +2ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +4ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +3ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] SupportController {/api/support-tickets}: +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] FinanceController {/api/finance}: +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +3ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/finance/restaurants-summary, GET} route +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +11ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +2ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +7ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +14ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +2ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +2ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +39ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +7ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +9ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +7ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] MetricsController {/api/metrics}: +4ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +3ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] AuditController {/api/audit-logs}: +1ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +29ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RoutesResolver] MapsController {/api/maps}: +2ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/maps, GET} route +2ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +3ms
[Nest] 75744  - 23/05/2026, 18:41:14     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +2ms
[Nest] 75744  - 23/05/2026, 18:41:15     LOG [NestApplication] Nest application successfully started +555ms
[2J[3J[H[[90m09:36:36[0m] File change detected. Starting incremental compilation...

{"method":"GET","path":"/api/public/catalog/stores","duration":824}
{"method":"GET","path":"/api/public/catalog/stores","duration":56}
[2J[3J[H[[90m09:38:25[0m] File change detected. Starting incremental compilation...

[96msrc/storage/storage.controller.ts[0m:[93m10[0m:[93m31[0m - [91merror[0m[90m TS2307: [0mCannot find module 'multer' or its corresponding type declarations.

[7m10[0m import { memoryStorage } from 'multer';
[7m  [0m [91m                              ~~~~~~~~[0m

[96msrc/storage/storage.controller.ts[0m:[93m25[0m:[93m35[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'Multer'.

[7m25[0m     @UploadedFile() file: Express.Multer.File | undefined,
[7m  [0m [91m                                  ~~~~~~[0m

[96msrc/storage/storage.service.ts[0m:[93m21[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'Multer'.

[7m21[0m     file: Express.Multer.File | undefined,
[7m  [0m [91m                  ~~~~~~[0m

[[90m09:39:29[0m] Found 3 errors. Watching for file changes.

[2J[3J[H[[90m09:39:30[0m] File change detected. Starting incremental compilation...

[96msrc/storage/storage.controller.ts[0m:[93m10[0m:[93m31[0m - [91merror[0m[90m TS2307: [0mCannot find module 'multer' or its corresponding type declarations.

[7m10[0m import { memoryStorage } from 'multer';
[7m  [0m [91m                              ~~~~~~~~[0m

[96msrc/storage/storage.controller.ts[0m:[93m25[0m:[93m35[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'Multer'.

[7m25[0m     @UploadedFile() file: Express.Multer.File | undefined,
[7m  [0m [91m                                  ~~~~~~[0m

[96msrc/storage/storage.service.ts[0m:[93m21[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'Multer'.

[7m21[0m     file: Express.Multer.File | undefined,
[7m  [0m [91m                  ~~~~~~[0m

[96msrc/support/support.controller.ts[0m:[93m3[0m:[93m31[0m - [91merror[0m[90m TS2307: [0mCannot find module 'multer' or its corresponding type declarations.

[7m3[0m import { memoryStorage } from 'multer';
[7m [0m [91m                              ~~~~~~~~[0m

[96msrc/support/support.controller.ts[0m:[93m43[0m:[93m35[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'Multer'.

[7m43[0m     @UploadedFile() file: Express.Multer.File | undefined,
[7m  [0m [91m                                  ~~~~~~[0m

[[90m09:39:42[0m] Found 5 errors. Watching for file changes.

[2J[3J[H[[90m09:39:42[0m] File change detected. Starting incremental compilation...

[96msrc/restaurants/restaurants.controller.ts[0m:[93m3[0m:[93m31[0m - [91merror[0m[90m TS2307: [0mCannot find module 'multer' or its corresponding type declarations.

[7m3[0m import { memoryStorage } from 'multer';
[7m [0m [91m                              ~~~~~~~~[0m

[96msrc/restaurants/restaurants.controller.ts[0m:[93m64[0m:[93m35[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'Multer'.

[7m64[0m     @UploadedFile() file: Express.Multer.File | undefined,
[7m  [0m [91m                                  ~~~~~~[0m

[96msrc/storage/storage.controller.ts[0m:[93m10[0m:[93m31[0m - [91merror[0m[90m TS2307: [0mCannot find module 'multer' or its corresponding type declarations.

[7m10[0m import { memoryStorage } from 'multer';
[7m  [0m [91m                              ~~~~~~~~[0m

[96msrc/storage/storage.controller.ts[0m:[93m25[0m:[93m35[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'Multer'.

[7m25[0m     @UploadedFile() file: Express.Multer.File | undefined,
[7m  [0m [91m                                  ~~~~~~[0m

[96msrc/storage/storage.service.ts[0m:[93m21[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'Multer'.

[7m21[0m     file: Express.Multer.File | undefined,
[7m  [0m [91m                  ~~~~~~[0m

[96msrc/support/support.controller.ts[0m:[93m3[0m:[93m31[0m - [91merror[0m[90m TS2307: [0mCannot find module 'multer' or its corresponding type declarations.

[7m3[0m import { memoryStorage } from 'multer';
[7m [0m [91m                              ~~~~~~~~[0m

[96msrc/support/support.controller.ts[0m:[93m43[0m:[93m35[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'Multer'.

[7m43[0m     @UploadedFile() file: Express.Multer.File | undefined,
[7m  [0m [91m                                  ~~~~~~[0m

[[90m09:39:49[0m] Found 7 errors. Watching for file changes.

{"method":"GET","path":"/api/health","duration":27}
[2J[3J[H[[90m09:41:09[0m] File change detected. Starting incremental compilation...

[96msrc/restaurants/restaurants.controller.ts[0m:[93m3[0m:[93m31[0m - [91merror[0m[90m TS2307: [0mCannot find module 'multer' or its corresponding type declarations.

[7m3[0m import { memoryStorage } from 'multer';
[7m [0m [91m                              ~~~~~~~~[0m

[96msrc/restaurants/restaurants.controller.ts[0m:[93m64[0m:[93m35[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'Multer'.

[7m64[0m     @UploadedFile() file: Express.Multer.File | undefined,
[7m  [0m [91m                                  ~~~~~~[0m

[96msrc/storage/storage.controller.ts[0m:[93m10[0m:[93m31[0m - [91merror[0m[90m TS2307: [0mCannot find module 'multer' or its corresponding type declarations.

[7m10[0m import { memoryStorage } from 'multer';
[7m  [0m [91m                              ~~~~~~~~[0m

[96msrc/storage/storage.controller.ts[0m:[93m25[0m:[93m35[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'Multer'.

[7m25[0m     @UploadedFile() file: Express.Multer.File | undefined,
[7m  [0m [91m                                  ~~~~~~[0m

[96msrc/storage/storage.service.ts[0m:[93m21[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'Multer'.

[7m21[0m     file: Express.Multer.File | undefined,
[7m  [0m [91m                  ~~~~~~[0m

[96msrc/support/support.controller.ts[0m:[93m3[0m:[93m31[0m - [91merror[0m[90m TS2307: [0mCannot find module 'multer' or its corresponding type declarations.

[7m3[0m import { memoryStorage } from 'multer';
[7m [0m [91m                              ~~~~~~~~[0m

[96msrc/support/support.controller.ts[0m:[93m43[0m:[93m35[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'Multer'.

[7m43[0m     @UploadedFile() file: Express.Multer.File | undefined,
[7m  [0m [91m                                  ~~~~~~[0m

[[90m09:42:20[0m] Found 7 errors. Watching for file changes.

[2J[3J[H[[90m09:42:21[0m] File change detected. Starting incremental compilation...

[96msrc/restaurants/restaurants.controller.ts[0m:[93m3[0m:[93m31[0m - [91merror[0m[90m TS2307: [0mCannot find module 'multer' or its corresponding type declarations.

[7m3[0m import { memoryStorage } from 'multer';
[7m [0m [91m                              ~~~~~~~~[0m

[96msrc/restaurants/restaurants.controller.ts[0m:[93m64[0m:[93m35[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'Multer'.

[7m64[0m     @UploadedFile() file: Express.Multer.File | undefined,
[7m  [0m [91m                                  ~~~~~~[0m

[96msrc/storage/storage.controller.ts[0m:[93m10[0m:[93m31[0m - [91merror[0m[90m TS2307: [0mCannot find module 'multer' or its corresponding type declarations.

[7m10[0m import { memoryStorage } from 'multer';
[7m  [0m [91m                              ~~~~~~~~[0m

[96msrc/storage/storage.controller.ts[0m:[93m25[0m:[93m35[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'Multer'.

[7m25[0m     @UploadedFile() file: Express.Multer.File | undefined,
[7m  [0m [91m                                  ~~~~~~[0m

[96msrc/storage/storage.service.ts[0m:[93m21[0m:[93m19[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'Multer'.

[7m21[0m     file: Express.Multer.File | undefined,
[7m  [0m [91m                  ~~~~~~[0m

[96msrc/support/support.controller.ts[0m:[93m3[0m:[93m31[0m - [91merror[0m[90m TS2307: [0mCannot find module 'multer' or its corresponding type declarations.

[7m3[0m import { memoryStorage } from 'multer';
[7m [0m [91m                              ~~~~~~~~[0m

[96msrc/support/support.controller.ts[0m:[93m43[0m:[93m35[0m - [91merror[0m[90m TS2694: [0mNamespace 'global.Express' has no exported member 'Multer'.

[7m43[0m     @UploadedFile() file: Express.Multer.File | undefined,
[7m  [0m [91m                                  ~~~~~~[0m

[[90m09:42:23[0m] Found 7 errors. Watching for file changes.

[2J[3J[H[[90m09:43:15[0m] File change detected. Starting incremental compilation...

{"method":"GET","path":"/api/public/catalog/stores","duration":1487}
{"method":"GET","path":"/api/public/catalog/stores","duration":85}
[[90m09:45:06[0m] Found 0 errors. Watching for file changes.

[2J[3J[H[[90m09:45:12[0m] File change detected. Starting incremental compilation...

[[90m09:45:43[0m] Found 0 errors. Watching for file changes.

[Nest] 105616  - 24/05/2026, 09:46:09     LOG [NestFactory] Starting Nest application...
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] DatabaseModule dependencies initialized +626ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] ThrottlerModule dependencies initialized +166ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] WalletsModule dependencies initialized +1ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] UsersModule dependencies initialized +10ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] JwtModule dependencies initialized +6ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] CatalogModule dependencies initialized +6ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] NotificationsModule dependencies initialized +24ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] PaymentsModule dependencies initialized +1ms
[Nest] 105616  - 24/05/2026, 09:46:10     LOG [InstanceLoader] StorageModule dependencies initialized +0ms
[2J[3J[H[[90m09:47:45[0m] File change detected. Starting incremental compilation...

[[90m09:47:49[0m] Found 0 errors. Watching for file changes.

[Nest] 66464  - 24/05/2026, 09:48:16     LOG [NestFactory] Starting Nest application...
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] DatabaseModule dependencies initialized +298ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] ThrottlerModule dependencies initialized +86ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] HealthModule dependencies initialized +0ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] MetricsModule dependencies initialized +1ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] AuditModule dependencies initialized +1ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] UsersModule dependencies initialized +10ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] ConfigModule dependencies initialized +2ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] AppModule dependencies initialized +28ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] JwtModule dependencies initialized +4ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] CatalogModule dependencies initialized +4ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] StorageModule dependencies initialized +0ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] SupportModule dependencies initialized +1ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 66464  - 24/05/2026, 09:48:16     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +622ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/health, GET} route +23ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +10ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +15ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +19ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +2ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/users, GET} route +22ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/customers, GET} route +2ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/customers, POST} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +2ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +2ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +2ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +43ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +2ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +2ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +4ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +2ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +28ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/restaurant/profile/uploads/:field, POST} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] CatalogController {/api/catalog}: +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +49ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] PaymentsController {/api/payments}: +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +34ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/payments/settlement-policy, GET} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] StorageController {/api/uploads}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/uploads, POST} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/support-tickets/:id/attachments, POST} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +4ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/finance/restaurants-summary, GET} route +2ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +2ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +2ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +2ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +2ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +4ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +17ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] MetricsController {/api/metrics}: +7ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +2ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 66464  - 24/05/2026, 09:48:17     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 66464  - 24/05/2026, 09:48:18     LOG [NestApplication] Nest application successfully started +203ms
{"method":"GET","path":"/api/health","duration":7}
{"method":"POST","path":"/api/auth/login/restaurant","duration":669}
{"method":"POST","path":"/api/uploads?folder=smoke","duration":35}
{"method":"POST","path":"/api/restaurant/profile/uploads/companyContractUrl","duration":374}
{"method":"POST","path":"/api/support-tickets","duration":189}
{"method":"POST","path":"/api/support-tickets/cmpjrx1g500012o9fhcib381a/attachments","duration":193}
[2J[3J[H[[90m09:58:22[0m] File change detected. Starting incremental compilation...

[[90m09:58:32[0m] Found 0 errors. Watching for file changes.

[Nest] 104048  - 24/05/2026, 09:59:02     LOG [NestFactory] Starting Nest application...
[Nest] 104048  - 24/05/2026, 09:59:03    WARN [ModuleTokenFactory] The module "InternalCoreModule" is taking 204.49ms to serialize, this may be caused by larger objects statically assigned to the module. More details: https://github.com/nestjs/nest/issues/12738 +729ms
[Nest] 104048  - 24/05/2026, 09:59:03    WARN [ModuleTokenFactory] The module "AppModule" is taking 28.49ms to serialize, this may be caused by larger objects statically assigned to the module. More details: https://github.com/nestjs/nest/issues/12738 +225ms
[Nest] 104048  - 24/05/2026, 09:59:03     LOG [InstanceLoader] DatabaseModule dependencies initialized +482ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] ThrottlerModule dependencies initialized +340ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] WalletsModule dependencies initialized +1ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] AuditModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] UsersModule dependencies initialized +4ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] AppModule dependencies initialized +1ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] JwtModule dependencies initialized +3ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] CatalogModule dependencies initialized +1ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] StorageModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:04     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +4039ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +37ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] HealthController {/api/health}: +4ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/health, GET} route +10ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +3ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] CustomersController {/api}: +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/customers, POST} route +2ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +2ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] RestaurantsController {/api}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/restaurant/profile/uploads/:field, POST} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] OrdersController {/api/orders}: +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/payments/settlement-policy, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] StorageController {/api/uploads}: +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/uploads, POST} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/support-tickets/:id/attachments, POST} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/finance/restaurants-summary, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] MetricsController {/api/metrics}: +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +2ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/maps, GET} route +1ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:08     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 104048  - 24/05/2026, 09:59:12     LOG [NestApplication] Nest application successfully started +3927ms
[2J[3J[H[[90m09:59:22[0m] File change detected. Starting incremental compilation...

[[90m09:59:34[0m] Found 0 errors. Watching for file changes.

[Nest] 153312  - 24/05/2026, 10:00:22     LOG [NestFactory] Starting Nest application...
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] DatabaseModule dependencies initialized +665ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] ThrottlerModule dependencies initialized +88ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] HealthModule dependencies initialized +2ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] DeliveriesModule dependencies initialized +1ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] MetricsModule dependencies initialized +2ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] AuditModule dependencies initialized +2ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] UsersModule dependencies initialized +15ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] ConfigModule dependencies initialized +6ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] ConfigModule dependencies initialized +3ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] AppModule dependencies initialized +3ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] JwtModule dependencies initialized +13ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] MapsModule dependencies initialized +3ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] CatalogModule dependencies initialized +25ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] FinanceModule dependencies initialized +1ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] NotificationsModule dependencies initialized +1ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] AdminModule dependencies initialized +1ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] StorageModule dependencies initialized +0ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] CustomersModule dependencies initialized +1ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] SupportModule dependencies initialized +0ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] AuthModule dependencies initialized +4ms
[Nest] 153312  - 24/05/2026, 10:00:22     LOG [InstanceLoader] DriversModule dependencies initialized +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +1594ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] HealthController {/api/health}: +3ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/health, GET} route +4ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] AuthController {/api/auth}: +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +136ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] UsersController {/api/users}: +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/customers, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +11ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +3ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] RestaurantsController {/api}: +4ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +5ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +2ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/restaurant/profile/uploads/:field, POST} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/payments/settlement-policy, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] StorageController {/api/uploads}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/uploads, POST} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] WalletsController {/api/wallets}: +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/support-tickets/:id/attachments, POST} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/finance/restaurants-summary, GET} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] AuditController {/api/audit-logs}: +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RoutesResolver] MapsController {/api/maps}: +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +1ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 153312  - 24/05/2026, 10:00:24     LOG [NestApplication] Nest application successfully started +215ms
[2J[3J[H[[90m10:02:55[0m] File change detected. Starting incremental compilation...

[[90m10:03:03[0m] Found 0 errors. Watching for file changes.

[Nest] 36304  - 24/05/2026, 10:03:44     LOG [NestFactory] Starting Nest application...
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] DatabaseModule dependencies initialized +123ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] ThrottlerModule dependencies initialized +11ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] HealthModule dependencies initialized +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] DeliveriesModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] WalletsModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] CouponsModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] ReviewsModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] MetricsModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] AuditModule dependencies initialized +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] ConfigHostModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] UsersModule dependencies initialized +5ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] JwtModule dependencies initialized +4ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] MapsModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] CatalogModule dependencies initialized +3ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] FinanceModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] NotificationsModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] AdminModule dependencies initialized +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] OrdersModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] PaymentsModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] StorageModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] CustomersModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] SupportModule dependencies initialized +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] RestaurantsModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] TrackingModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] AuthModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [InstanceLoader] DriversModule dependencies initialized +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [WebSocketsController] OrdersGateway subscribed to the "orders.subscribe" message +184ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [WebSocketsController] OrdersGateway subscribed to the "users.subscribe" message +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [WebSocketsController] OrdersGateway subscribed to the "roles.subscribe" message +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] HealthController {/api/health}: +2ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/health, GET} route +2ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/auth/login, POST} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/auth/login/customer, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/auth/login/driver, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/auth/login/restaurant, POST} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/auth/login/admin, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/auth/refresh, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/auth/me, GET} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] UsersController {/api/users}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/users, GET} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] CustomersController {/api}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/customers, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/customers, POST} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/customers/:id, PATCH} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/customers/:id, DELETE} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/customer/orders/:id/tracking, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] DriversController {/api}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/drivers, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/drivers, POST} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/drivers/:id, PATCH} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/drivers/:id, DELETE} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/route, GET} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/active, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/offers, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/accept, PATCH} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/reject, PATCH} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/driver/status, PATCH} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/location, PATCH} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/pickup, PATCH} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/driver/deliveries/:id/delivered, PATCH} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] RestaurantsController {/api}: +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/restaurants, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/restaurants, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/restaurants/:id, PATCH} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/restaurants/:id, DELETE} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/restaurant/profile, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/restaurant/profile, PATCH} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/restaurant/profile/uploads/:field, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/restaurant/orders/:id/tracking, GET} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] CatalogController {/api/catalog}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/catalog/categories, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/catalog/categories, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, PATCH} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/catalog/categories/:id, DELETE} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/catalog/products, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/catalog/products, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, PATCH} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/catalog/products/:id, DELETE} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] PublicCatalogController {/api/public/catalog}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/public/catalog/store/:slug, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/public/catalog/stores, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] OrdersController {/api/orders}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/orders, GET} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/orders/:id/cancel, PATCH} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] PublicOrdersController {/api/orders}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/orders/public, POST} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] PaymentsController {/api/payments}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/payments/transactions, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/payments/overview, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/payments/providers, GET} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/payments/settlement-policy, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/payments/gateway-settings, PATCH} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/payments/:id/simulate-webhook, PATCH} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] PublicPaymentsController {/api/payments}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/payments/public/intent, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/payments/webhooks/mercado-pago, POST} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/payments/webhooks/stripe, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] StorageController {/api/uploads}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/uploads, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] DeliveriesController {/api/deliveries}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/deliveries, GET} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] WalletsController {/api/wallets}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/wallets, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] CouponsController {/api/coupons}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/coupons, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] ReviewsController {/api/reviews}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/reviews, GET} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] NotificationsController {/api/notifications}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/notifications, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/notifications/providers, GET} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/notifications/test, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] SupportController {/api/support-tickets}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/support-tickets, GET} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/support-tickets, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, PATCH} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/support-tickets/:id/attachments, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/support-tickets/:id, DELETE} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] FinanceController {/api/finance}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/finance/calculate-order, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/finance/dashboard, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/finance/ledger, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/finance/restaurants-summary, GET} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/finance/withdrawals, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/finance/withdrawals/:id/approve, PATCH} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] TrackingController {/api/tracking}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/tracking/location, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/tracking/order/:orderId, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/tracking/route/:orderId, GET} route +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/tracking/calculate-route, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/tracking/recalculate-eta, PATCH} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] PublicTrackingController {/api/tracking/public}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/tracking/public/:orderId, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] AdminController {/api/admin}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/admin/live-map, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/admin/delivery-settings, PATCH} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] MetricsController {/api/metrics}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/metrics, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] AuditController {/api/audit-logs}: +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/audit-logs, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RoutesResolver] MapsController {/api/maps}: +1ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/maps, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/maps/geocode, GET} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:44     LOG [RouterExplorer] Mapped {/api/maps/route, POST} route +0ms
[Nest] 36304  - 24/05/2026, 10:03:45     LOG [NestApplication] Nest application successfully started +72ms
[2J[3J[H[[90m07:16:46[0m] File change detected. Starting incremental compilation...

[2J[3J[H[[90m17:32:05[0m] File change detected. Starting incremental compilation...

[2J[3J[H[[90m17:32:26[0m] File change detected. Starting incremental compilation...

[2J[3J[H[[90m19:13:18[0m] File change detected. Starting incremental compilation...

