2026-02-05 10:29:24.438 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-05 10:29:24.491 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-05 10:29:24.492 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-05 10:29:24.493 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-05 10:29:24.493 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-05 10:29:24.494 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-05 10:29:24.494 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-05 10:29:24.507 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-05 10:29:24.510 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-05 10:29:24.902 +08:00 [WRN] [80000272-0000-f500-b63f-84710c7967bb] Failed to determine the https port for redirect. 2026-02-05 10:29:27.140 +08:00 [WRN] [80000272-0000-f500-b63f-84710c7967bb] No store type was specified for the decimal property 'BuyerOrderGrowth' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:29:27.141 +08:00 [WRN] [80000272-0000-f500-b63f-84710c7967bb] No store type was specified for the decimal property 'SaleAmountCompleted' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:29:27.141 +08:00 [WRN] [80000272-0000-f500-b63f-84710c7967bb] No store type was specified for the decimal property 'ShippingFee' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:29:27.141 +08:00 [WRN] [80000272-0000-f500-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:29:27.141 +08:00 [WRN] [80000272-0000-f500-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:29:27.141 +08:00 [WRN] [80000272-0000-f500-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:29:27.141 +08:00 [WRN] [80000272-0000-f500-b63f-84710c7967bb] No store type was specified for the decimal property 'ShipmentFee' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:29:27.142 +08:00 [WRN] [80000272-0000-f500-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:29:27.142 +08:00 [WRN] [80000272-0000-f500-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:29:27.142 +08:00 [WRN] [80000272-0000-f500-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:29:27.142 +08:00 [WRN] [80000272-0000-f500-b63f-84710c7967bb] No store type was specified for the decimal property 'Total' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:29:27.142 +08:00 [WRN] [80000272-0000-f500-b63f-84710c7967bb] No store type was specified for the decimal property 'Price' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:29:27.142 +08:00 [WRN] [80000272-0000-f500-b63f-84710c7967bb] No store type was specified for the decimal property 'Weight' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:29:27.142 +08:00 [WRN] [80000272-0000-f500-b63f-84710c7967bb] No store type was specified for the decimal property 'Adjustments' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:29:27.142 +08:00 [WRN] [80000272-0000-f500-b63f-84710c7967bb] No store type was specified for the decimal property 'SettlementAmount' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:29:27.143 +08:00 [WRN] [80000272-0000-f500-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:29:30.120 +08:00 [INF] [80000272-0000-f500-b63f-84710c7967bb] HTTP POST /Auth/Login responded 200 in 5222 ms 2026-02-05 10:29:30.590 +08:00 [INF] [80000273-0000-f500-b63f-84710c7967bb] HTTP GET /Auth/me responded 200 in 222 ms 2026-02-05 10:29:35.035 +08:00 [WRN] [80000274-0000-f500-b63f-84710c7967bb] The query uses the 'First'/'FirstOrDefault' operator without 'OrderBy' and filter operators. This may lead to unpredictable results. 2026-02-05 10:29:35.160 +08:00 [INF] [80000274-0000-f500-b63f-84710c7967bb] HTTP GET /DashBoard/adminDashBoard responded 200 in 419 ms 2026-02-05 10:29:40.383 +08:00 [INF] [80000254-0000-fd00-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 92 ms 2026-02-05 10:33:30.588 +08:00 [INF] [80000016-0001-ee00-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 12 ms 2026-02-05 10:33:31.129 +08:00 [INF] [80000017-0001-ee00-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 18 ms 2026-02-05 10:33:56.302 +08:00 [INF] [80000075-0001-ec00-b63f-84710c7967bb] HTTP PUT /Account/updateAcountStatus responded 400 in 47 ms 2026-02-05 10:36:19.502 +08:00 [INF] [80000077-0001-ec00-b63f-84710c7967bb] HTTP PUT /Account/updateAcountStatus responded 400 in 27 ms 2026-02-05 10:36:37.940 +08:00 [INF] [80000019-0001-ee00-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 8 ms 2026-02-05 10:36:41.452 +08:00 [INF] [8000001a-0001-ee00-b63f-84710c7967bb] HTTP PUT /Account/updateAcountStatus responded 400 in 3 ms 2026-02-05 10:38:39.078 +08:00 [INF] [80000256-0000-fd00-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 8 ms 2026-02-05 10:38:46.033 +08:00 [INF] [80000276-0000-f500-b63f-84710c7967bb] Account admin-6ef9cafe-575c-4ec7-9396-1c9a4350270f status updated to 0 2026-02-05 10:38:46.037 +08:00 [INF] [80000276-0000-f500-b63f-84710c7967bb] HTTP PUT /Account/updateAcountStatus responded 200 in 53 ms 2026-02-05 10:39:00.575 +08:00 [INF] [8000013a-0000-f400-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 16 ms 2026-02-05 10:39:02.355 +08:00 [INF] [8000013b-0000-f400-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 15 ms 2026-02-05 10:39:05.944 +08:00 [INF] [8000013c-0000-f400-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 13 ms 2026-02-05 10:39:08.157 +08:00 [INF] [8000013d-0000-f400-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 8 ms 2026-02-05 10:42:54.262 +08:00 [INF] [80000258-0000-fd00-b63f-84710c7967bb] HTTP POST /Auth/Login responded 200 in 23 ms 2026-02-05 10:42:54.496 +08:00 [INF] [80000259-0000-fd00-b63f-84710c7967bb] HTTP GET /Auth/me responded 200 in 6 ms 2026-02-05 10:42:58.152 +08:00 [INF] [8000025a-0000-fd00-b63f-84710c7967bb] HTTP GET /DashBoard/adminDashBoard responded 200 in 17 ms 2026-02-05 10:43:07.298 +08:00 [WRN] [80000079-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:43:07.299 +08:00 [WRN] [80000079-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:43:07.310 +08:00 [WRN] [80000079-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:43:07.310 +08:00 [WRN] [80000079-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:43:07.333 +08:00 [WRN] [80000079-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:43:07.334 +08:00 [WRN] [80000079-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:43:07.342 +08:00 [WRN] [80000079-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:43:07.343 +08:00 [WRN] [80000079-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:43:07.359 +08:00 [WRN] [80000079-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:43:07.359 +08:00 [WRN] [80000079-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:43:07.373 +08:00 [INF] [80000079-0001-ec00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 95 ms 2026-02-05 10:43:33.129 +08:00 [INF] [8000001e-0001-ee00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 53 ms 2026-02-05 10:43:33.351 +08:00 [INF] [8000001f-0001-ee00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 14 ms 2026-02-05 10:49:00.284 +08:00 [INF] [80000021-0001-ee00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 422 ms 2026-02-05 10:49:00.530 +08:00 [INF] [80000022-0001-ee00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 8 ms 2026-02-05 10:49:03.399 +08:00 [WRN] [80000023-0001-ee00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:49:03.400 +08:00 [WRN] [80000023-0001-ee00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:49:03.483 +08:00 [WRN] [80000023-0001-ee00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:49:03.483 +08:00 [WRN] [80000023-0001-ee00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:49:03.492 +08:00 [WRN] [80000023-0001-ee00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:49:03.492 +08:00 [WRN] [80000023-0001-ee00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:49:03.496 +08:00 [WRN] [80000023-0001-ee00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:49:03.497 +08:00 [WRN] [80000023-0001-ee00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:49:03.510 +08:00 [INF] [80000023-0001-ee00-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 130 ms 2026-02-05 10:49:05.831 +08:00 [INF] [80000024-0001-ee00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 10 ms 2026-02-05 10:49:28.460 +08:00 [INF] [8000025c-0000-fd00-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 11 ms 2026-02-05 10:49:32.247 +08:00 [INF] [8000025d-0000-fd00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 8 ms 2026-02-05 10:50:48.874 +08:00 [INF] [8000007b-0001-ec00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 10 ms 2026-02-05 10:52:04.854 +08:00 [INF] [80000026-0001-ee00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 8 ms 2026-02-05 10:52:05.042 +08:00 [INF] [80000027-0001-ee00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 9 ms 2026-02-05 10:52:11.930 +08:00 [INF] [800001cc-0001-fa00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 8 ms 2026-02-05 10:52:15.144 +08:00 [INF] [8000025f-0000-fd00-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 12 ms 2026-02-05 10:52:48.944 +08:00 [INF] [8000027a-0000-f500-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 9 ms 2026-02-05 10:53:11.512 +08:00 [INF] [8000007d-0001-ec00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 9 ms 2026-02-05 10:53:11.695 +08:00 [INF] [8000007e-0001-ec00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 9 ms 2026-02-05 10:53:17.196 +08:00 [INF] [80000293-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 11 ms 2026-02-05 10:53:20.215 +08:00 [INF] [80000294-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 8 ms 2026-02-05 10:54:29.344 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-05 10:54:29.398 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-05 10:54:29.400 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-05 10:54:29.400 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-05 10:54:29.401 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-05 10:54:29.401 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-05 10:54:29.402 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-05 10:54:29.414 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-05 10:54:29.418 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-05 10:54:29.859 +08:00 [WRN] [800001ce-0001-fa00-b63f-84710c7967bb] Failed to determine the https port for redirect. 2026-02-05 10:54:30.100 +08:00 [INF] [800001ce-0001-fa00-b63f-84710c7967bb] HTTP GET /swagger/index.html responded 200 in 245 ms 2026-02-05 10:54:31.668 +08:00 [INF] [80000295-0001-fc00-b63f-84710c7967bb] HTTP GET /swagger/v1/swagger.json responded 200 in 631 ms 2026-02-05 10:54:44.074 +08:00 [WRN] [80000296-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'BuyerOrderGrowth' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:54:44.075 +08:00 [WRN] [80000296-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'SaleAmountCompleted' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:54:44.075 +08:00 [WRN] [80000296-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'ShippingFee' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:54:44.076 +08:00 [WRN] [80000296-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:54:44.076 +08:00 [WRN] [80000296-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:54:44.076 +08:00 [WRN] [80000296-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:54:44.076 +08:00 [WRN] [80000296-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'ShipmentFee' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:54:44.077 +08:00 [WRN] [80000296-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:54:44.077 +08:00 [WRN] [80000296-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:54:44.077 +08:00 [WRN] [80000296-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:54:44.077 +08:00 [WRN] [80000296-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Total' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:54:44.077 +08:00 [WRN] [80000296-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Price' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:54:44.077 +08:00 [WRN] [80000296-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Weight' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:54:44.078 +08:00 [WRN] [80000296-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Adjustments' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:54:44.078 +08:00 [WRN] [80000296-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'SettlementAmount' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:54:44.078 +08:00 [WRN] [80000296-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 10:54:45.085 +08:00 [WRN] [80000296-0001-fc00-b63f-84710c7967bb] The query uses the 'First'/'FirstOrDefault' operator without 'OrderBy' and filter operators. This may lead to unpredictable results. 2026-02-05 10:54:46.603 +08:00 [INF] [80000296-0001-fc00-b63f-84710c7967bb] HTTP GET /DashBoard/adminDashBoard responded 200 in 5007 ms 2026-02-05 10:55:16.987 +08:00 [WRN] [80000080-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:55:16.987 +08:00 [WRN] [80000080-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:55:17.001 +08:00 [WRN] [80000080-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:55:17.001 +08:00 [WRN] [80000080-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:55:17.025 +08:00 [WRN] [80000080-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:55:17.026 +08:00 [WRN] [80000080-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:55:17.035 +08:00 [WRN] [80000080-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:55:17.036 +08:00 [WRN] [80000080-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:55:17.054 +08:00 [WRN] [80000080-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:55:17.054 +08:00 [WRN] [80000080-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:55:17.074 +08:00 [INF] [80000080-0001-ec00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 249 ms 2026-02-05 10:55:34.519 +08:00 [WRN] [80000081-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:55:34.520 +08:00 [WRN] [80000081-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:55:34.611 +08:00 [WRN] [80000081-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:55:34.611 +08:00 [WRN] [80000081-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:55:34.621 +08:00 [WRN] [80000081-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:55:34.621 +08:00 [WRN] [80000081-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:55:34.626 +08:00 [WRN] [80000081-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:55:34.626 +08:00 [WRN] [80000081-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:55:34.641 +08:00 [INF] [80000081-0001-ec00-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 176 ms 2026-02-05 10:55:44.671 +08:00 [INF] [80000144-0000-f400-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 17 ms 2026-02-05 10:55:51.134 +08:00 [INF] [8000000c-0001-ed00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 14 ms 2026-02-05 10:58:10.339 +08:00 [INF] [80000146-0000-f400-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 12 ms 2026-02-05 10:58:10.545 +08:00 [INF] [80000147-0000-f400-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 10 ms 2026-02-05 10:58:13.654 +08:00 [INF] [80000148-0000-f400-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 14 ms 2026-02-05 10:59:11.099 +08:00 [INF] [8000022d-0000-f300-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 12 ms 2026-02-05 10:59:11.283 +08:00 [INF] [8000022e-0000-f300-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 9 ms 2026-02-05 10:59:28.834 +08:00 [WRN] [8000000d-0001-e900-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:59:28.834 +08:00 [WRN] [8000000d-0001-e900-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:59:28.863 +08:00 [WRN] [8000000d-0001-e900-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:59:28.863 +08:00 [WRN] [8000000d-0001-e900-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:59:28.875 +08:00 [WRN] [8000000d-0001-e900-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:59:28.876 +08:00 [WRN] [8000000d-0001-e900-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:59:28.889 +08:00 [WRN] [8000000d-0001-e900-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:59:28.889 +08:00 [WRN] [8000000d-0001-e900-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:59:28.899 +08:00 [WRN] [8000000d-0001-e900-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:59:28.900 +08:00 [WRN] [8000000d-0001-e900-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 10:59:28.910 +08:00 [INF] [8000000d-0001-e900-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 86 ms 2026-02-05 10:59:33.060 +08:00 [INF] [8000000e-0001-e900-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 12 ms 2026-02-05 10:59:35.649 +08:00 [INF] [8000000f-0001-e900-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 11 ms 2026-02-05 10:59:40.358 +08:00 [INF] [8000000e-0001-ed00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 11 ms 2026-02-05 11:00:58.024 +08:00 [INF] [8000014a-0000-f400-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 14 ms 2026-02-05 11:01:48.198 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-05 11:01:48.251 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-05 11:01:48.252 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-05 11:01:48.252 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-05 11:01:48.253 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-05 11:01:48.253 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-05 11:01:48.253 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-05 11:01:48.266 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-05 11:01:48.270 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-05 11:01:48.656 +08:00 [WRN] [80000230-0000-f300-b63f-84710c7967bb] Failed to determine the https port for redirect. 2026-02-05 11:01:48.871 +08:00 [INF] [80000230-0000-f300-b63f-84710c7967bb] HTTP GET /swagger/index.html responded 200 in 218 ms 2026-02-05 11:01:49.953 +08:00 [INF] [80000231-0000-f300-b63f-84710c7967bb] HTTP GET /swagger/v1/swagger.json responded 200 in 599 ms 2026-02-05 11:02:16.231 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'BuyerOrderGrowth' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:02:16.232 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'SaleAmountCompleted' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:02:16.232 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'ShippingFee' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:02:16.233 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:02:16.233 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:02:16.233 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:02:16.233 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'ShipmentFee' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:02:16.233 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:02:16.234 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:02:16.234 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:02:16.234 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Total' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:02:16.234 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Price' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:02:16.234 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Weight' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:02:16.235 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Adjustments' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:02:16.235 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'SettlementAmount' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:02:16.235 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:02:16.964 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:02:16.965 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:02:18.740 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:02:18.741 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:02:18.776 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:02:18.776 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:02:18.787 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:02:18.788 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:02:18.826 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:02:18.826 +08:00 [WRN] [80000232-0000-f300-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:02:18.973 +08:00 [INF] [80000232-0000-f300-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 5180 ms 2026-02-05 11:02:47.415 +08:00 [INF] [80000265-0000-fd00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 137 ms 2026-02-05 11:02:47.661 +08:00 [INF] [80000266-0000-fd00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 50 ms 2026-02-05 11:04:32.490 +08:00 [INF] [80000010-0001-ed00-b63f-84710c7967bb] HTTP GET /swagger/index.html responded 200 in 0 ms 2026-02-05 11:04:33.404 +08:00 [INF] [80000234-0000-f300-b63f-84710c7967bb] HTTP GET /swagger/v1/swagger.json responded 200 in 168 ms 2026-02-05 11:04:58.289 +08:00 [INF] [80000235-0000-f300-b63f-84710c7967bb] HTTP POST /Auth/Login responded 200 in 879 ms 2026-02-05 11:05:10.240 +08:00 [INF] [80000236-0000-f300-b63f-84710c7967bb] HTTP GET /DashBoard/adminDashBoard responded 401 in 6 ms 2026-02-05 11:06:20.220 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-05 11:06:20.274 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-05 11:06:20.275 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-05 11:06:20.276 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-05 11:06:20.276 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-05 11:06:20.277 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-05 11:06:20.277 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-05 11:06:20.290 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-05 11:06:20.294 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-05 11:06:20.694 +08:00 [WRN] [8000026a-0000-fd00-b63f-84710c7967bb] Failed to determine the https port for redirect. 2026-02-05 11:06:20.913 +08:00 [INF] [8000026a-0000-fd00-b63f-84710c7967bb] HTTP GET /swagger/index.html responded 200 in 221 ms 2026-02-05 11:06:21.977 +08:00 [INF] [8000026b-0000-fd00-b63f-84710c7967bb] HTTP GET /swagger/v1/swagger.json responded 200 in 606 ms 2026-02-05 11:06:25.836 +08:00 [WRN] [80000015-0001-e900-b63f-84710c7967bb] No store type was specified for the decimal property 'BuyerOrderGrowth' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:06:25.837 +08:00 [WRN] [80000015-0001-e900-b63f-84710c7967bb] No store type was specified for the decimal property 'SaleAmountCompleted' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:06:25.838 +08:00 [WRN] [80000015-0001-e900-b63f-84710c7967bb] No store type was specified for the decimal property 'ShippingFee' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:06:25.838 +08:00 [WRN] [80000015-0001-e900-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:06:25.838 +08:00 [WRN] [80000015-0001-e900-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:06:25.838 +08:00 [WRN] [80000015-0001-e900-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:06:25.838 +08:00 [WRN] [80000015-0001-e900-b63f-84710c7967bb] No store type was specified for the decimal property 'ShipmentFee' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:06:25.839 +08:00 [WRN] [80000015-0001-e900-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:06:25.839 +08:00 [WRN] [80000015-0001-e900-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:06:25.839 +08:00 [WRN] [80000015-0001-e900-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:06:25.839 +08:00 [WRN] [80000015-0001-e900-b63f-84710c7967bb] No store type was specified for the decimal property 'Total' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:06:25.839 +08:00 [WRN] [80000015-0001-e900-b63f-84710c7967bb] No store type was specified for the decimal property 'Price' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:06:25.840 +08:00 [WRN] [80000015-0001-e900-b63f-84710c7967bb] No store type was specified for the decimal property 'Weight' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:06:25.840 +08:00 [WRN] [80000015-0001-e900-b63f-84710c7967bb] No store type was specified for the decimal property 'Adjustments' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:06:25.840 +08:00 [WRN] [80000015-0001-e900-b63f-84710c7967bb] No store type was specified for the decimal property 'SettlementAmount' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:06:25.840 +08:00 [WRN] [80000015-0001-e900-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:06:26.832 +08:00 [WRN] [80000015-0001-e900-b63f-84710c7967bb] The query uses the 'First'/'FirstOrDefault' operator without 'OrderBy' and filter operators. This may lead to unpredictable results. 2026-02-05 11:06:28.349 +08:00 [INF] [80000015-0001-e900-b63f-84710c7967bb] HTTP GET /DashBoard/adminDashBoard responded 200 in 5149 ms 2026-02-05 11:06:28.789 +08:00 [WRN] [8000014c-0000-f400-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:06:28.790 +08:00 [WRN] [8000014c-0000-f400-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:06:28.883 +08:00 [WRN] [8000014c-0000-f400-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:06:28.884 +08:00 [WRN] [8000014c-0000-f400-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:06:28.917 +08:00 [WRN] [8000014c-0000-f400-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:06:28.917 +08:00 [WRN] [8000014c-0000-f400-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:06:28.935 +08:00 [WRN] [8000014c-0000-f400-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:06:28.936 +08:00 [WRN] [8000014c-0000-f400-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:06:28.957 +08:00 [INF] [8000014c-0000-f400-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 334 ms 2026-02-05 11:06:39.086 +08:00 [INF] [80000012-0001-ed00-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 50 ms 2026-02-05 11:06:44.894 +08:00 [WRN] [80000087-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:06:44.894 +08:00 [WRN] [80000087-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:06:44.905 +08:00 [WRN] [80000087-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:06:44.905 +08:00 [WRN] [80000087-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:06:44.910 +08:00 [WRN] [80000087-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:06:44.911 +08:00 [WRN] [80000087-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:06:44.916 +08:00 [WRN] [80000087-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:06:44.917 +08:00 [WRN] [80000087-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:06:44.922 +08:00 [WRN] [80000087-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:06:44.922 +08:00 [WRN] [80000087-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:06:44.937 +08:00 [INF] [80000087-0001-ec00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 67 ms 2026-02-05 11:07:09.990 +08:00 [INF] [80000298-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 15 ms 2026-02-05 11:07:10.244 +08:00 [INF] [80000299-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 12 ms 2026-02-05 11:07:14.331 +08:00 [INF] [8000029a-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 11 ms 2026-02-05 11:10:07.943 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-05 11:10:07.996 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-05 11:10:07.997 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-05 11:10:07.998 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-05 11:10:07.998 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-05 11:10:07.999 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-05 11:10:07.999 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-05 11:10:08.011 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-05 11:10:08.015 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-05 11:10:08.397 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] Failed to determine the https port for redirect. 2026-02-05 11:10:11.056 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'BuyerOrderGrowth' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:10:11.057 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'SaleAmountCompleted' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:10:11.057 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'ShippingFee' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:10:11.057 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:10:11.057 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:10:11.057 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:10:11.058 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'ShipmentFee' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:10:11.058 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:10:11.058 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:10:11.058 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:10:11.058 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Total' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:10:11.058 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Price' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:10:11.059 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Weight' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:10:11.059 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Adjustments' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:10:11.059 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'SettlementAmount' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:10:11.059 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:10:11.787 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:11.789 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:13.204 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:13.205 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:13.245 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:13.246 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:13.265 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:13.265 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:13.308 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:13.308 +08:00 [WRN] [8000029c-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:13.505 +08:00 [INF] [8000029c-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 5111 ms 2026-02-05 11:10:18.977 +08:00 [WRN] [80000089-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:18.978 +08:00 [WRN] [80000089-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:19.078 +08:00 [WRN] [80000089-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:19.078 +08:00 [WRN] [80000089-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:19.090 +08:00 [WRN] [80000089-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:19.090 +08:00 [WRN] [80000089-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:19.096 +08:00 [WRN] [80000089-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:19.097 +08:00 [WRN] [80000089-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:19.127 +08:00 [INF] [80000089-0001-ec00-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 289 ms 2026-02-05 11:10:22.750 +08:00 [WRN] [8000008a-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:22.751 +08:00 [WRN] [8000008a-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:22.773 +08:00 [WRN] [8000008a-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:22.774 +08:00 [WRN] [8000008a-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:22.786 +08:00 [WRN] [8000008a-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:22.786 +08:00 [WRN] [8000008a-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:22.795 +08:00 [WRN] [8000008a-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:22.795 +08:00 [WRN] [8000008a-0001-ec00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:22.806 +08:00 [INF] [8000008a-0001-ec00-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 99 ms 2026-02-05 11:10:27.357 +08:00 [INF] [8000023b-0000-f300-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 18 ms 2026-02-05 11:10:32.931 +08:00 [WRN] [80000280-0000-f500-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:32.931 +08:00 [WRN] [80000280-0000-f500-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:32.938 +08:00 [WRN] [80000280-0000-f500-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:32.938 +08:00 [WRN] [80000280-0000-f500-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:32.944 +08:00 [WRN] [80000280-0000-f500-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:32.944 +08:00 [WRN] [80000280-0000-f500-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:32.948 +08:00 [WRN] [80000280-0000-f500-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:32.949 +08:00 [WRN] [80000280-0000-f500-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:32.953 +08:00 [WRN] [80000280-0000-f500-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:32.953 +08:00 [WRN] [80000280-0000-f500-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:10:32.959 +08:00 [INF] [80000280-0000-f500-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 33 ms 2026-02-05 11:10:33.151 +08:00 [INF] [80000281-0000-f500-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 10 ms 2026-02-05 11:10:37.108 +08:00 [INF] [80000282-0000-f500-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 11 ms 2026-02-05 11:13:18.811 +08:00 [INF] [8000008c-0001-ec00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 12 ms 2026-02-05 11:13:19.003 +08:00 [INF] [8000008d-0001-ec00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 9 ms 2026-02-05 11:24:52.448 +08:00 [INF] [8000028a-0000-f500-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 414 ms 2026-02-05 11:24:52.795 +08:00 [INF] [8000028b-0000-f500-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 11 ms 2026-02-05 11:24:58.376 +08:00 [INF] [8000023d-0000-f300-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 10 ms 2026-02-05 11:28:07.270 +08:00 [INF] [800002a0-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 10 ms 2026-02-05 11:28:17.333 +08:00 [INF] [8000023f-0000-f300-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 56 ms 2026-02-05 11:29:07.316 +08:00 [INF] [80000091-0001-ec00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 11 ms 2026-02-05 11:29:39.245 +08:00 [INF] [800002a1-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 9 ms 2026-02-05 11:29:39.440 +08:00 [INF] [800002a2-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 8 ms 2026-02-05 11:29:46.381 +08:00 [INF] [800002a3-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 25 ms 2026-02-05 11:30:52.841 +08:00 [INF] [80000241-0000-f300-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 9 ms 2026-02-05 11:32:55.753 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-05 11:32:55.806 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-05 11:32:55.807 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-05 11:32:55.808 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-05 11:32:55.808 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-05 11:32:55.809 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-05 11:32:55.809 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-05 11:32:55.822 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-05 11:32:55.826 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-05 11:32:56.225 +08:00 [WRN] [800002a5-0001-fc00-b63f-84710c7967bb] Failed to determine the https port for redirect. 2026-02-05 11:32:56.451 +08:00 [INF] [800002a5-0001-fc00-b63f-84710c7967bb] HTTP GET /swagger/index.html responded 200 in 229 ms 2026-02-05 11:32:57.943 +08:00 [INF] [800002a6-0001-fc00-b63f-84710c7967bb] HTTP GET /swagger/v1/swagger.json responded 200 in 605 ms 2026-02-05 11:33:14.937 +08:00 [WRN] [800002a7-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'BuyerOrderGrowth' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:33:14.937 +08:00 [WRN] [800002a7-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'SaleAmountCompleted' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:33:14.938 +08:00 [WRN] [800002a7-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'ShippingFee' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:33:14.938 +08:00 [WRN] [800002a7-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:33:14.938 +08:00 [WRN] [800002a7-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:33:14.938 +08:00 [WRN] [800002a7-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:33:14.939 +08:00 [WRN] [800002a7-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'ShipmentFee' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:33:14.939 +08:00 [WRN] [800002a7-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:33:14.939 +08:00 [WRN] [800002a7-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:33:14.940 +08:00 [WRN] [800002a7-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:33:14.940 +08:00 [WRN] [800002a7-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Total' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:33:14.940 +08:00 [WRN] [800002a7-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Price' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:33:14.940 +08:00 [WRN] [800002a7-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Weight' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:33:14.940 +08:00 [WRN] [800002a7-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Adjustments' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:33:14.940 +08:00 [WRN] [800002a7-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'SettlementAmount' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:33:14.941 +08:00 [WRN] [800002a7-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 11:33:15.949 +08:00 [WRN] [800002a7-0001-fc00-b63f-84710c7967bb] The query uses the 'First'/'FirstOrDefault' operator without 'OrderBy' and filter operators. This may lead to unpredictable results. 2026-02-05 11:33:17.459 +08:00 [INF] [800002a7-0001-fc00-b63f-84710c7967bb] HTTP GET /DashBoard/adminDashBoard responded 200 in 4945 ms 2026-02-05 11:33:26.830 +08:00 [WRN] [800002a8-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:33:26.830 +08:00 [WRN] [800002a8-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:33:26.841 +08:00 [WRN] [800002a8-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:33:26.841 +08:00 [WRN] [800002a8-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:33:26.866 +08:00 [WRN] [800002a8-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:33:26.866 +08:00 [WRN] [800002a8-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:33:26.874 +08:00 [WRN] [800002a8-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:33:26.874 +08:00 [WRN] [800002a8-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:33:26.895 +08:00 [INF] [800002a8-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 235 ms 2026-02-05 11:36:40.961 +08:00 [WRN] [800002aa-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:40.961 +08:00 [WRN] [800002aa-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:41.045 +08:00 [WRN] [800002aa-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:41.045 +08:00 [WRN] [800002aa-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:41.055 +08:00 [WRN] [800002aa-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:41.055 +08:00 [WRN] [800002aa-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:41.071 +08:00 [INF] [800002aa-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 172 ms 2026-02-05 11:36:44.598 +08:00 [WRN] [800002ab-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:44.598 +08:00 [WRN] [800002ab-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:44.611 +08:00 [WRN] [800002ab-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:44.612 +08:00 [WRN] [800002ab-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:44.624 +08:00 [WRN] [800002ab-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:44.624 +08:00 [WRN] [800002ab-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:44.634 +08:00 [INF] [800002ab-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 48 ms 2026-02-05 11:36:45.879 +08:00 [INF] [800002ac-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 16 ms 2026-02-05 11:36:46.848 +08:00 [INF] [800002ad-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 16 ms 2026-02-05 11:36:47.820 +08:00 [INF] [800002ae-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 12 ms 2026-02-05 11:36:49.273 +08:00 [WRN] [800002af-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:49.273 +08:00 [WRN] [800002af-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:49.286 +08:00 [WRN] [800002af-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:49.287 +08:00 [WRN] [800002af-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:49.296 +08:00 [WRN] [800002af-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:49.297 +08:00 [WRN] [800002af-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:49.307 +08:00 [WRN] [800002af-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:49.307 +08:00 [WRN] [800002af-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 11:36:49.316 +08:00 [INF] [800002af-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 48 ms 2026-02-05 11:36:50.126 +08:00 [INF] [800002b0-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 10 ms 2026-02-05 11:36:53.969 +08:00 [INF] [800002b1-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 9 ms 2026-02-05 11:36:54.343 +08:00 [INF] [800002b2-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 95 ms 2026-02-05 11:37:40.996 +08:00 [INF] [80000093-0001-ec00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 11 ms 2026-02-05 11:37:42.618 +08:00 [INF] [80000094-0001-ec00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 8 ms 2026-02-05 11:38:19.067 +08:00 [INF] [80000095-0001-ec00-b63f-84710c7967bb] HTTP GET /DashBoard/adminDashBoard responded 401 in 14 ms 2026-02-05 11:40:12.989 +08:00 [INF] [8000028d-0000-f500-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 12 ms 2026-02-05 11:44:01.536 +08:00 [INF] [80000097-0001-ec00-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 10 ms 2026-02-05 11:45:00.295 +08:00 [INF] [800002b4-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 14 ms 2026-02-05 13:32:59.817 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-05 13:32:59.882 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-05 13:32:59.882 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-05 13:32:59.883 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-05 13:32:59.884 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-05 13:32:59.884 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-05 13:32:59.884 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-05 13:32:59.898 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-05 13:32:59.903 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-05 13:33:00.396 +08:00 [WRN] [8000033e-0000-f500-b63f-84710c7967bb] Failed to determine the https port for redirect. 2026-02-05 13:33:00.765 +08:00 [INF] [8000033e-0000-f500-b63f-84710c7967bb] HTTP POST /Account/createAdminAccount responded 401 in 372 ms 2026-02-05 13:33:12.478 +08:00 [WRN] [80000014-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'BuyerOrderGrowth' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 13:33:12.479 +08:00 [WRN] [80000014-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'SaleAmountCompleted' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 13:33:12.479 +08:00 [WRN] [80000014-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'ShippingFee' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 13:33:12.479 +08:00 [WRN] [80000014-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 13:33:12.479 +08:00 [WRN] [80000014-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 13:33:12.480 +08:00 [WRN] [80000014-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 13:33:12.480 +08:00 [WRN] [80000014-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'ShipmentFee' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 13:33:12.480 +08:00 [WRN] [80000014-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 13:33:12.480 +08:00 [WRN] [80000014-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 13:33:12.480 +08:00 [WRN] [80000014-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 13:33:12.481 +08:00 [WRN] [80000014-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Total' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 13:33:12.481 +08:00 [WRN] [80000014-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Price' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 13:33:12.481 +08:00 [WRN] [80000014-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Weight' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 13:33:12.481 +08:00 [WRN] [80000014-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Adjustments' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 13:33:12.481 +08:00 [WRN] [80000014-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'SettlementAmount' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 13:33:12.481 +08:00 [WRN] [80000014-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 13:33:15.445 +08:00 [INF] [80000014-0000-ec00-b63f-84710c7967bb] HTTP POST /Auth/Login responded 200 in 5041 ms 2026-02-05 13:33:15.911 +08:00 [INF] [80000015-0000-ec00-b63f-84710c7967bb] HTTP GET /Auth/me responded 200 in 217 ms 2026-02-05 13:33:19.801 +08:00 [WRN] [80000016-0000-ec00-b63f-84710c7967bb] The query uses the 'First'/'FirstOrDefault' operator without 'OrderBy' and filter operators. This may lead to unpredictable results. 2026-02-05 13:33:19.919 +08:00 [INF] [80000016-0000-ec00-b63f-84710c7967bb] HTTP GET /DashBoard/adminDashBoard responded 200 in 399 ms 2026-02-05 13:33:22.576 +08:00 [INF] [80000017-0000-ec00-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 86 ms 2026-02-05 13:33:43.488 +08:00 [INF] [800001ac-0001-f200-b63f-84710c7967bb] HTTP POST /Account/createAdminAccount responded 401 in 0 ms 2026-02-05 13:36:31.804 +08:00 [INF] [80000019-0000-ec00-b63f-84710c7967bb] HTTP POST /Auth/Login responded 200 in 38 ms 2026-02-05 13:36:32.114 +08:00 [INF] [80000340-0000-f500-b63f-84710c7967bb] HTTP GET /Auth/me responded 200 in 2 ms 2026-02-05 13:36:35.724 +08:00 [INF] [80000341-0000-f500-b63f-84710c7967bb] HTTP GET /DashBoard/adminDashBoard responded 200 in 189 ms 2026-02-05 13:36:46.744 +08:00 [INF] [80000253-0000-f300-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 75 ms 2026-02-05 13:37:10.448 +08:00 [INF] [8000000a-0000-eb00-b63f-84710c7967bb] HTTP POST /Account/createAdminAccount responded 401 in 0 ms 2026-02-05 13:38:47.882 +08:00 [INF] [800001d4-0001-fa00-b63f-84710c7967bb] HTTP POST /Account/createAdminAccount responded 401 in 13 ms 2026-02-05 13:41:19.988 +08:00 [INF] [8000001b-0000-ec00-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts responded 200 in 47 ms 2026-02-05 13:42:20.604 +08:00 [INF] [800001d6-0001-fa00-b63f-84710c7967bb] HTTP POST /Account/createBuyerAccount responded 401 in 0 ms 2026-02-05 13:42:27.926 +08:00 [INF] [8000001c-0000-ec00-b63f-84710c7967bb] HTTP POST /Account/createBuyerAccount responded 401 in 0 ms 2026-02-05 13:42:34.918 +08:00 [INF] [80000281-0000-f600-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 9 ms 2026-02-05 13:44:26.482 +08:00 [INF] [8000001b-0001-ed00-b63f-84710c7967bb] HTTP POST /Account/createAdminAccount responded 401 in 0 ms 2026-02-05 13:47:02.001 +08:00 [INF] [8000001d-0001-ed00-b63f-84710c7967bb] HTTP POST /Auth/Login responded 200 in 416 ms 2026-02-05 13:47:02.322 +08:00 [INF] [8000001e-0001-ed00-b63f-84710c7967bb] HTTP GET /Auth/me responded 200 in 2 ms 2026-02-05 13:47:05.789 +08:00 [INF] [8000001f-0001-ed00-b63f-84710c7967bb] HTTP GET /DashBoard/adminDashBoard responded 200 in 19 ms 2026-02-05 13:47:35.750 +08:00 [INF] [80000151-0000-f400-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 6 ms 2026-02-05 13:47:55.434 +08:00 [INF] [80000259-0000-f300-b63f-84710c7967bb] HTTP POST /Account/createAdminAccount responded 401 in 1 ms 2026-02-05 13:50:28.139 +08:00 [INF] [8000025b-0000-f300-b63f-84710c7967bb] HTTP POST /Auth/Login responded 200 in 151 ms 2026-02-05 13:50:28.509 +08:00 [INF] [8000025c-0000-f300-b63f-84710c7967bb] HTTP GET /Auth/me responded 200 in 7 ms 2026-02-05 13:50:31.864 +08:00 [INF] [8000025d-0000-f300-b63f-84710c7967bb] HTTP GET /DashBoard/adminDashBoard responded 200 in 76 ms 2026-02-05 13:50:38.999 +08:00 [INF] [80000153-0000-f400-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 7 ms 2026-02-05 13:51:02.153 +08:00 [INF] [80000012-0000-eb00-b63f-84710c7967bb] HTTP POST /Account/createAdminAccount responded 401 in 0 ms 2026-02-05 13:58:29.514 +08:00 [INF] [80000014-0000-eb00-b63f-84710c7967bb] HTTP GET /Account/createAdminAccount responded 405 in 0 ms 2026-02-05 13:58:29.517 +08:00 [INF] [80000155-0000-f400-b63f-84710c7967bb] HTTP GET / responded 404 in 0 ms 2026-02-05 13:58:29.890 +08:00 [INF] [80000028-0001-ed00-b63f-84710c7967bb] HTTP GET / responded 404 in 0 ms 2026-02-05 13:58:29.894 +08:00 [INF] [8000024c-0001-f100-b63f-84710c7967bb] HTTP GET /Account/createAdminAccount responded 405 in 0 ms 2026-02-05 14:34:53.030 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-05 14:34:53.083 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-05 14:34:53.084 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-05 14:34:53.085 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-05 14:34:53.086 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-05 14:34:53.086 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-05 14:34:53.086 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-05 14:34:53.099 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-05 14:34:53.103 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-05 14:34:53.493 +08:00 [WRN] [8000003a-0001-f000-b63f-84710c7967bb] Failed to determine the https port for redirect. 2026-02-05 14:34:53.829 +08:00 [INF] [8000003a-0001-f000-b63f-84710c7967bb] HTTP POST /Account/createAdminAccount responded 401 in 341 ms 2026-02-05 14:35:08.640 +08:00 [WRN] [80000033-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'BuyerOrderGrowth' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 14:35:08.641 +08:00 [WRN] [80000033-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'SaleAmountCompleted' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 14:35:08.641 +08:00 [WRN] [80000033-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'ShippingFee' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 14:35:08.641 +08:00 [WRN] [80000033-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 14:35:08.642 +08:00 [WRN] [80000033-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 14:35:08.642 +08:00 [WRN] [80000033-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 14:35:08.642 +08:00 [WRN] [80000033-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'ShipmentFee' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 14:35:08.642 +08:00 [WRN] [80000033-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 14:35:08.642 +08:00 [WRN] [80000033-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 14:35:08.643 +08:00 [WRN] [80000033-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 14:35:08.643 +08:00 [WRN] [80000033-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Total' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 14:35:08.643 +08:00 [WRN] [80000033-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Price' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 14:35:08.644 +08:00 [WRN] [80000033-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Weight' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 14:35:08.644 +08:00 [WRN] [80000033-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Adjustments' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 14:35:08.644 +08:00 [WRN] [80000033-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'SettlementAmount' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 14:35:08.644 +08:00 [WRN] [80000033-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 14:35:10.976 +08:00 [INF] [80000033-0000-ec00-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 4517 ms 2026-02-05 14:35:28.563 +08:00 [INF] [800001c1-0001-f200-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts responded 200 in 174 ms 2026-02-05 14:35:34.166 +08:00 [INF] [80000275-0000-fd00-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 44 ms 2026-02-05 14:35:36.129 +08:00 [INF] [80000276-0000-fd00-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts responded 200 in 7 ms 2026-02-05 14:35:41.988 +08:00 [INF] [800002cf-0001-fc00-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts/buyer-8696c993-29ba-5a04-b754-676fb1a5fd04 responded 200 in 166 ms 2026-02-05 14:35:53.072 +08:00 [INF] [80000296-0000-f600-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 10 ms 2026-02-05 14:36:02.267 +08:00 [INF] [80000277-0000-f300-b63f-84710c7967bb] HTTP GET /Account/AdminAccounts/admin-2ef9cafe-575c-4ec7-9396-1c9a4350270f responded 200 in 31 ms 2026-02-05 14:36:15.135 +08:00 [INF] [800001e6-0001-fa00-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts responded 200 in 7 ms 2026-02-05 14:36:18.143 +08:00 [INF] [8000001f-0000-ed00-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts/buyer-8696c993-29ba-5a04-b754-676fb1a5fd04 responded 200 in 6 ms 2026-02-05 14:36:26.030 +08:00 [INF] [80000253-0001-f100-b63f-84710c7967bb] Updated buyer account buyer-8696c993-29ba-5a04-b754-676fb1a5fd04 2026-02-05 14:36:26.034 +08:00 [INF] [80000253-0001-f100-b63f-84710c7967bb] HTTP PUT /Account/updateBuyerAccount/buyer-8696c993-29ba-5a04-b754-676fb1a5fd04 responded 200 in 527 ms 2026-02-05 14:36:26.473 +08:00 [INF] [80000254-0001-f100-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts responded 200 in 7 ms 2026-02-05 14:36:49.286 +08:00 [INF] [80000030-0001-e900-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts/buyer-8696c993-29ba-5a04-b754-676fb1a5fd04 responded 200 in 5 ms 2026-02-05 14:40:19.340 +08:00 [INF] [80000032-0001-e900-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts/buyer-8696c993-29ba-5a04-b754-676fb1a5fd04 responded 200 in 6 ms 2026-02-05 14:42:35.644 +08:00 [INF] [8000027a-0000-fd00-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts/buyer-8696c993-29ba-5a04-b754-676fb1a5fd04 responded 200 in 13 ms 2026-02-05 14:42:36.099 +08:00 [INF] [80000258-0001-f100-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts/buyer-8696c993-29ba-5a04-b754-676fb1a5fd04 responded 200 in 4 ms 2026-02-05 15:07:03.373 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-05 15:07:03.426 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-05 15:07:03.427 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-05 15:07:03.427 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-05 15:07:03.428 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-05 15:07:03.428 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-05 15:07:03.428 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-05 15:07:03.441 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-05 15:07:03.445 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-05 15:07:03.832 +08:00 [WRN] [8000003d-0000-ec00-b63f-84710c7967bb] Failed to determine the https port for redirect. 2026-02-05 15:07:06.229 +08:00 [WRN] [8000003d-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'BuyerOrderGrowth' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 15:07:06.230 +08:00 [WRN] [8000003d-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'SaleAmountCompleted' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 15:07:06.230 +08:00 [WRN] [8000003d-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'ShippingFee' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 15:07:06.231 +08:00 [WRN] [8000003d-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 15:07:06.231 +08:00 [WRN] [8000003d-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 15:07:06.231 +08:00 [WRN] [8000003d-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 15:07:06.231 +08:00 [WRN] [8000003d-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'ShipmentFee' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 15:07:06.231 +08:00 [WRN] [8000003d-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 15:07:06.231 +08:00 [WRN] [8000003d-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 15:07:06.231 +08:00 [WRN] [8000003d-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 15:07:06.232 +08:00 [WRN] [8000003d-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Total' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 15:07:06.232 +08:00 [WRN] [8000003d-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Price' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 15:07:06.232 +08:00 [WRN] [8000003d-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Weight' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 15:07:06.232 +08:00 [WRN] [8000003d-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Adjustments' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 15:07:06.232 +08:00 [WRN] [8000003d-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'SettlementAmount' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 15:07:06.232 +08:00 [WRN] [8000003d-0000-ec00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 15:07:08.522 +08:00 [INF] [8000003d-0000-ec00-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts/buyer-8696c993-29ba-5a04-b754-676fb1a5fd04 responded 200 in 4694 ms 2026-02-05 16:15:48.998 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-05 16:15:49.049 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-05 16:15:49.050 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-05 16:15:49.051 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-05 16:15:49.051 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-05 16:15:49.051 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-05 16:15:49.052 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-05 16:15:49.066 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-05 16:15:49.070 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-05 16:15:49.534 +08:00 [WRN] [80000002-0000-f500-b63f-84710c7967bb] Failed to determine the https port for redirect. 2026-02-05 16:15:49.772 +08:00 [INF] [80000002-0000-f500-b63f-84710c7967bb] HTTP GET /swagger/index.html responded 200 in 240 ms 2026-02-05 16:15:52.416 +08:00 [INF] [80000003-0000-f500-b63f-84710c7967bb] HTTP GET /swagger/v1/swagger.json responded 200 in 588 ms 2026-02-05 16:50:28.837 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-05 16:50:28.887 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-05 16:50:28.888 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-05 16:50:28.889 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-05 16:50:28.889 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-05 16:50:28.889 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-05 16:50:28.890 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-05 16:50:28.902 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-05 16:50:28.906 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-05 16:50:29.273 +08:00 [WRN] [8000000b-0001-fd00-b63f-84710c7967bb] Failed to determine the https port for redirect. 2026-02-05 16:50:29.839 +08:00 [INF] [8000000b-0001-fd00-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts/buyer-8696c993-29ba-5a04-b754-676fb1a5fd04 responded 401 in 569 ms 2026-02-05 16:50:29.839 +08:00 [INF] [80000011-0001-fe00-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts/buyer-8696c993-29ba-5a04-b754-676fb1a5fd04 responded 401 in 569 ms 2026-02-05 16:50:29.855 +08:00 [INF] [8000000c-0001-fc00-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts/buyer-8696c993-29ba-5a04-b754-676fb1a5fd04 responded 401 in 3 ms 2026-02-05 16:50:29.885 +08:00 [INF] [8000000d-0000-f400-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts/buyer-8696c993-29ba-5a04-b754-676fb1a5fd04 responded 401 in 12 ms 2026-02-05 16:50:54.816 +08:00 [INF] [8000000e-0000-f200-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts/buyer-8696c993-29ba-5a04-b754-676fb1a5fd04 responded 401 in 0 ms 2026-02-05 16:51:18.221 +08:00 [WRN] [8000000d-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'BuyerOrderGrowth' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 16:51:18.221 +08:00 [WRN] [8000000d-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'SaleAmountCompleted' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 16:51:18.222 +08:00 [WRN] [8000000d-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'ShippingFee' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 16:51:18.222 +08:00 [WRN] [8000000d-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 16:51:18.222 +08:00 [WRN] [8000000d-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 16:51:18.222 +08:00 [WRN] [8000000d-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 16:51:18.223 +08:00 [WRN] [8000000d-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'ShipmentFee' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 16:51:18.223 +08:00 [WRN] [8000000d-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 16:51:18.223 +08:00 [WRN] [8000000d-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 16:51:18.223 +08:00 [WRN] [8000000d-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 16:51:18.223 +08:00 [WRN] [8000000d-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Total' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 16:51:18.224 +08:00 [WRN] [8000000d-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Price' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 16:51:18.224 +08:00 [WRN] [8000000d-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Weight' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 16:51:18.224 +08:00 [WRN] [8000000d-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Adjustments' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 16:51:18.224 +08:00 [WRN] [8000000d-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'SettlementAmount' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 16:51:18.224 +08:00 [WRN] [8000000d-0001-fc00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 16:51:21.154 +08:00 [INF] [8000000d-0001-fc00-b63f-84710c7967bb] HTTP POST /Auth/Login responded 200 in 4863 ms 2026-02-05 16:51:21.506 +08:00 [INF] [80000012-0001-fe00-b63f-84710c7967bb] HTTP GET /Auth/me responded 200 in 120 ms 2026-02-05 16:51:25.229 +08:00 [WRN] [8000000e-0001-fc00-b63f-84710c7967bb] The query uses the 'First'/'FirstOrDefault' operator without 'OrderBy' and filter operators. This may lead to unpredictable results. 2026-02-05 16:51:25.359 +08:00 [INF] [8000000e-0001-fc00-b63f-84710c7967bb] HTTP GET /DashBoard/adminDashBoard responded 200 in 405 ms 2026-02-05 16:51:29.517 +08:00 [INF] [80000013-0001-fe00-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 90 ms 2026-02-05 16:51:32.383 +08:00 [INF] [8000000f-0001-fc00-b63f-84710c7967bb] HTTP GET /Account/AdminAccounts/admin-6ef9cafe-575c-4ec7-9396-1c9a4350270f responded 200 in 30 ms 2026-02-05 16:51:35.777 +08:00 [INF] [80000014-0001-fe00-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts responded 200 in 50 ms 2026-02-05 16:51:37.388 +08:00 [INF] [80000010-0001-fc00-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts/buyer-8696c993-29ba-5a04-b754-676fb1a5fd04 responded 200 in 36 ms 2026-02-05 16:51:41.522 +08:00 [INF] [80000015-0001-fe00-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts responded 200 in 9 ms 2026-02-05 16:51:46.406 +08:00 [INF] [80000011-0000-f300-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 7 ms 2026-02-05 16:53:04.477 +08:00 [INF] [8000000f-0001-ff00-b63f-84710c7967bb] HTTP POST /Account/createAdminAccount responded 401 in 0 ms 2026-02-05 16:56:34.596 +08:00 [INF] [80000017-0001-fe00-b63f-84710c7967bb] HTTP GET / responded 404 in 0 ms 2026-02-05 16:56:34.976 +08:00 [INF] [80000012-0001-fc00-b63f-84710c7967bb] HTTP GET / responded 404 in 0 ms 2026-02-05 16:56:51.095 +08:00 [INF] [8000000d-0001-fd00-b63f-84710c7967bb] HTTP POST /Account/createAdminAccount responded 401 in 0 ms 2026-02-05 16:57:27.539 +08:00 [INF] [80000002-0001-fb00-b63f-84710c7967bb] HTTP POST /Account/createAdminAccount responded 401 in 0 ms 2026-02-05 16:59:04.138 +08:00 [INF] [8000000f-0001-fd00-b63f-84710c7967bb] HTTP POST /Account/createAdminAccount responded 400 in 43 ms 2026-02-05 17:00:24.833 +08:00 [INF] [80000004-0000-f000-b63f-84710c7967bb] HTTP POST /Account/createAdminAccount responded 400 in 2 ms 2026-02-05 17:01:22.246 +08:00 [INF] [80000011-0001-fd00-b63f-84710c7967bb] HTTP POST /Account/createAdminAccount responded 400 in 1 ms 2026-02-05 17:02:45.109 +08:00 [INF] [80000017-0001-fc00-b63f-84710c7967bb] HTTP POST /Account/createAdminAccount responded 200 in 569 ms 2026-02-05 17:02:58.128 +08:00 [INF] [80000006-0000-f000-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 7 ms 2026-02-05 17:03:08.311 +08:00 [INF] [80000016-0000-f600-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 7 ms 2026-02-05 17:25:02.933 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-05 17:25:02.983 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-05 17:25:02.984 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-05 17:25:02.984 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-05 17:25:02.985 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-05 17:25:02.985 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-05 17:25:02.985 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-05 17:25:02.998 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-05 17:25:03.001 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-05 17:25:03.365 +08:00 [WRN] [80000002-0000-f400-b63f-84710c7967bb] Failed to determine the https port for redirect. 2026-02-05 17:25:05.792 +08:00 [WRN] [80000002-0000-f400-b63f-84710c7967bb] No store type was specified for the decimal property 'BuyerOrderGrowth' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:25:05.792 +08:00 [WRN] [80000002-0000-f400-b63f-84710c7967bb] No store type was specified for the decimal property 'SaleAmountCompleted' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:25:05.793 +08:00 [WRN] [80000002-0000-f400-b63f-84710c7967bb] No store type was specified for the decimal property 'ShippingFee' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:25:05.793 +08:00 [WRN] [80000002-0000-f400-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:25:05.793 +08:00 [WRN] [80000002-0000-f400-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:25:05.793 +08:00 [WRN] [80000002-0000-f400-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:25:05.793 +08:00 [WRN] [80000002-0000-f400-b63f-84710c7967bb] No store type was specified for the decimal property 'ShipmentFee' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:25:05.794 +08:00 [WRN] [80000002-0000-f400-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:25:05.794 +08:00 [WRN] [80000002-0000-f400-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:25:05.794 +08:00 [WRN] [80000002-0000-f400-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:25:05.794 +08:00 [WRN] [80000002-0000-f400-b63f-84710c7967bb] No store type was specified for the decimal property 'Total' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:25:05.794 +08:00 [WRN] [80000002-0000-f400-b63f-84710c7967bb] No store type was specified for the decimal property 'Price' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:25:05.794 +08:00 [WRN] [80000002-0000-f400-b63f-84710c7967bb] No store type was specified for the decimal property 'Weight' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:25:05.794 +08:00 [WRN] [80000002-0000-f400-b63f-84710c7967bb] No store type was specified for the decimal property 'Adjustments' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:25:05.794 +08:00 [WRN] [80000002-0000-f400-b63f-84710c7967bb] No store type was specified for the decimal property 'SettlementAmount' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:25:05.795 +08:00 [WRN] [80000002-0000-f400-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:25:08.018 +08:00 [INF] [80000002-0000-f400-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 4655 ms 2026-02-05 17:25:11.552 +08:00 [INF] [80000003-0000-f400-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts responded 200 in 164 ms 2026-02-05 17:26:08.330 +08:00 [INF] [80000009-0000-f600-b63f-84710c7967bb] Creating buyer account for apple@goonsdesign.com 2026-02-05 17:26:08.798 +08:00 [INF] [80000009-0000-f600-b63f-84710c7967bb] HTTP POST /Account/createBuyerAccount responded 200 in 633 ms 2026-02-05 17:26:09.940 +08:00 [INF] [8000000a-0000-f600-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts responded 200 in 11 ms 2026-02-05 17:32:39.449 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-05 17:32:39.500 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-05 17:32:39.501 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-05 17:32:39.502 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-05 17:32:39.502 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-05 17:32:39.502 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-05 17:32:39.503 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-05 17:32:39.515 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-05 17:32:39.519 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-05 17:32:39.885 +08:00 [WRN] [80000002-0000-f600-b63f-84710c7967bb] Failed to determine the https port for redirect. 2026-02-05 17:32:42.319 +08:00 [WRN] [80000002-0000-f600-b63f-84710c7967bb] No store type was specified for the decimal property 'BuyerOrderGrowth' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:32:42.320 +08:00 [WRN] [80000002-0000-f600-b63f-84710c7967bb] No store type was specified for the decimal property 'SaleAmountCompleted' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:32:42.320 +08:00 [WRN] [80000002-0000-f600-b63f-84710c7967bb] No store type was specified for the decimal property 'ShippingFee' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:32:42.321 +08:00 [WRN] [80000002-0000-f600-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:32:42.321 +08:00 [WRN] [80000002-0000-f600-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:32:42.321 +08:00 [WRN] [80000002-0000-f600-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:32:42.321 +08:00 [WRN] [80000002-0000-f600-b63f-84710c7967bb] No store type was specified for the decimal property 'ShipmentFee' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:32:42.321 +08:00 [WRN] [80000002-0000-f600-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:32:42.321 +08:00 [WRN] [80000002-0000-f600-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:32:42.321 +08:00 [WRN] [80000002-0000-f600-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:32:42.322 +08:00 [WRN] [80000002-0000-f600-b63f-84710c7967bb] No store type was specified for the decimal property 'Total' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:32:42.322 +08:00 [WRN] [80000002-0000-f600-b63f-84710c7967bb] No store type was specified for the decimal property 'Price' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:32:42.322 +08:00 [WRN] [80000002-0000-f600-b63f-84710c7967bb] No store type was specified for the decimal property 'Weight' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:32:42.322 +08:00 [WRN] [80000002-0000-f600-b63f-84710c7967bb] No store type was specified for the decimal property 'Adjustments' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:32:42.322 +08:00 [WRN] [80000002-0000-f600-b63f-84710c7967bb] No store type was specified for the decimal property 'SettlementAmount' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:32:42.322 +08:00 [WRN] [80000002-0000-f600-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 17:32:44.581 +08:00 [INF] [80000002-0000-f600-b63f-84710c7967bb] HTTP GET /Account/BuyerAccounts responded 200 in 4699 ms 2026-02-05 17:41:30.433 +08:00 [INF] [80000005-0000-f700-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 573 ms 2026-02-05 17:55:11.140 +08:00 [INF] [8000000d-0000-f500-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 401 in 30 ms 2026-02-05 17:55:14.623 +08:00 [INF] [8000000e-0000-f500-b63f-84710c7967bb] HTTP POST /Auth/Login responded 200 in 1580 ms 2026-02-05 17:55:14.844 +08:00 [INF] [8000000f-0000-f500-b63f-84710c7967bb] HTTP GET /Auth/me responded 200 in 19 ms 2026-02-05 17:55:18.223 +08:00 [WRN] [80000010-0000-f500-b63f-84710c7967bb] The query uses the 'First'/'FirstOrDefault' operator without 'OrderBy' and filter operators. This may lead to unpredictable results. 2026-02-05 17:55:18.320 +08:00 [INF] [80000010-0000-f500-b63f-84710c7967bb] HTTP GET /DashBoard/adminDashBoard responded 200 in 215 ms 2026-02-05 17:55:20.370 +08:00 [WRN] [80000011-0000-f500-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 17:55:20.370 +08:00 [WRN] [80000011-0000-f500-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 17:55:20.388 +08:00 [WRN] [80000011-0000-f500-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 17:55:20.388 +08:00 [WRN] [80000011-0000-f500-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 17:55:20.413 +08:00 [WRN] [80000011-0000-f500-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 17:55:20.413 +08:00 [WRN] [80000011-0000-f500-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 17:55:20.426 +08:00 [WRN] [80000011-0000-f500-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 17:55:20.426 +08:00 [WRN] [80000011-0000-f500-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 17:55:20.442 +08:00 [INF] [80000011-0000-f500-b63f-84710c7967bb] HTTP GET /Report/unsettledOrdersReport responded 200 in 98 ms 2026-02-05 17:55:25.753 +08:00 [WRN] [80000007-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 17:55:25.753 +08:00 [WRN] [80000007-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 17:55:25.857 +08:00 [WRN] [80000007-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 17:55:25.857 +08:00 [WRN] [80000007-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 17:55:25.873 +08:00 [WRN] [80000007-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 17:55:25.873 +08:00 [WRN] [80000007-0001-fc00-b63f-84710c7967bb] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased. 2026-02-05 17:55:25.889 +08:00 [INF] [80000007-0001-fc00-b63f-84710c7967bb] HTTP GET /Report/pastSettlementsReport responded 200 in 166 ms 2026-02-05 18:35:48.603 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-05 18:35:48.653 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-05 18:35:48.653 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-05 18:35:48.654 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-05 18:35:48.654 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-05 18:35:48.655 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-05 18:35:48.655 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-05 18:35:48.667 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-05 18:35:48.670 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-05 18:35:49.036 +08:00 [WRN] [80000017-0001-fa00-b63f-84710c7967bb] Failed to determine the https port for redirect. 2026-02-05 18:35:49.489 +08:00 [INF] [80000017-0001-fa00-b63f-84710c7967bb] HTTP GET /Report/statements/statement-001 responded 401 in 456 ms 2026-02-05 18:36:15.068 +08:00 [WRN] [80000018-0001-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'BuyerOrderGrowth' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:36:15.069 +08:00 [WRN] [80000018-0001-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'SaleAmountCompleted' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:36:15.069 +08:00 [WRN] [80000018-0001-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'ShippingFee' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:36:15.069 +08:00 [WRN] [80000018-0001-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:36:15.069 +08:00 [WRN] [80000018-0001-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:36:15.070 +08:00 [WRN] [80000018-0001-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:36:15.070 +08:00 [WRN] [80000018-0001-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'ShipmentFee' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:36:15.070 +08:00 [WRN] [80000018-0001-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:36:15.070 +08:00 [WRN] [80000018-0001-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:36:15.070 +08:00 [WRN] [80000018-0001-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:36:15.071 +08:00 [WRN] [80000018-0001-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'Total' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:36:15.071 +08:00 [WRN] [80000018-0001-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'Price' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:36:15.071 +08:00 [WRN] [80000018-0001-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'Weight' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:36:15.071 +08:00 [WRN] [80000018-0001-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'Adjustments' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:36:15.071 +08:00 [WRN] [80000018-0001-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'SettlementAmount' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:36:15.072 +08:00 [WRN] [80000018-0001-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:36:17.875 +08:00 [INF] [80000018-0001-fa00-b63f-84710c7967bb] HTTP POST /Auth/Login responded 200 in 4670 ms 2026-02-05 18:37:44.688 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-05 18:37:44.740 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-05 18:37:44.741 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-05 18:37:44.742 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-05 18:37:44.742 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-05 18:37:44.742 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-05 18:37:44.742 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-05 18:37:44.790 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-05 18:37:44.793 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-05 18:37:45.227 +08:00 [WRN] [80000007-0000-f300-b63f-84710c7967bb] Failed to determine the https port for redirect. 2026-02-05 18:37:46.165 +08:00 [INF] [80000007-0000-f300-b63f-84710c7967bb] HTTP GET /Report/statements/statement-001 responded 401 in 941 ms 2026-02-05 18:38:04.363 +08:00 [WRN] [80000008-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'BuyerOrderGrowth' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:38:04.364 +08:00 [WRN] [80000008-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'SaleAmountCompleted' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:38:04.364 +08:00 [WRN] [80000008-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'ShippingFee' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:38:04.365 +08:00 [WRN] [80000008-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:38:04.365 +08:00 [WRN] [80000008-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:38:04.365 +08:00 [WRN] [80000008-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:38:04.365 +08:00 [WRN] [80000008-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'ShipmentFee' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:38:04.365 +08:00 [WRN] [80000008-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:38:04.366 +08:00 [WRN] [80000008-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:38:04.366 +08:00 [WRN] [80000008-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:38:04.366 +08:00 [WRN] [80000008-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Total' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:38:04.366 +08:00 [WRN] [80000008-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Price' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:38:04.366 +08:00 [WRN] [80000008-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Weight' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:38:04.367 +08:00 [WRN] [80000008-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Adjustments' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:38:04.367 +08:00 [WRN] [80000008-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'SettlementAmount' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:38:04.367 +08:00 [WRN] [80000008-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:38:20.653 +08:00 [ERR] [80000008-0000-f300-b63f-84710c7967bb] An error occurred using the connection to database 'Vizuro' on server 'vizuro-ec-dev'. 2026-02-05 18:38:20.697 +08:00 [ERR] [80000008-0000-f300-b63f-84710c7967bb] An exception occurred while iterating over the results of a query for context type 'Vizuro.Core.Data.VizuroDbContext'. Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception (2): The system cannot find the file specified. at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnectionString connectionOptions, Boolean withFailover) at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover) at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout) at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance) at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool) at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen() --- End of stack trace from previous location --- at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() ClientConnectionId:00000000-0000-0000-0000-000000000000 Error Number:2,State:0,Class:20 Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception (2): The system cannot find the file specified. at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnectionString connectionOptions, Boolean withFailover) at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover) at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout) at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance) at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool) at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen() --- End of stack trace from previous location --- at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() ClientConnectionId:00000000-0000-0000-0000-000000000000 Error Number:2,State:0,Class:20 2026-02-05 18:38:20.713 +08:00 [ERR] [80000008-0000-f300-b63f-84710c7967bb] Unhandled exception processing POST /Auth/Login Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception (2): The system cannot find the file specified. at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnectionString connectionOptions, Boolean withFailover) at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover) at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout) at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance) at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool) at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen() --- End of stack trace from previous location --- at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) at Vizuro.Operator.Services.OperatorAuthService.AuthenticateAsync(String username, String password, CancellationToken cancellationToken) in C:\Users\yx101\vizuro\vizuro_operator\services\OperatorAuthService.cs:line 28 at Vizuro.Operator.Controllers.AuthController.Login(LoginRequest request) in C:\Users\yx101\vizuro\vizuro_operator\Controllers\AuthController.cs:line 78 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Vizuro.Core.Application.Validators.FrontendApiValidationMiddleware.InvokeAsync(HttpContext context) in C:\Users\yx101\vizuro\vizuro_core\application\Services\Validators\FrontendApiValidator.cs:line 263 at Vizuro.Core.Application.Middleware.FrontendRequestSigningMiddleware.InvokeAsync(HttpContext context) in C:\Users\yx101\vizuro\vizuro_core\application\Middleware\FrontendRequestSigningMiddleware.cs:line 50 at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) at Vizuro.Core.Application.Middleware.RequestLoggingMiddleware.InvokeAsync(HttpContext context) in C:\Users\yx101\vizuro\vizuro_core\application\Middleware\RequestLoggingMiddleware.cs:line 24 at Vizuro.Core.Application.Middleware.ExceptionHandlingMiddleware.InvokeAsync(HttpContext context) in C:\Users\yx101\vizuro\vizuro_core\application\Middleware\ExceptionHandlingMiddleware.cs:line 27 ClientConnectionId:00000000-0000-0000-0000-000000000000 Error Number:2,State:0,Class:20 2026-02-05 18:38:24.860 +08:00 [ERR] [80000009-0000-f300-b63f-84710c7967bb] An error occurred using the connection to database 'Vizuro' on server 'vizuro-ec-dev'. 2026-02-05 18:38:24.862 +08:00 [ERR] [80000009-0000-f300-b63f-84710c7967bb] An exception occurred while iterating over the results of a query for context type 'Vizuro.Core.Data.VizuroDbContext'. Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception (2): The system cannot find the file specified. at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at Microsoft.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides) at Microsoft.Data.SqlClient.SqlConnection.InternalOpenAsync(CancellationToken cancellationToken) --- End of stack trace from previous location --- at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() ClientConnectionId:00000000-0000-0000-0000-000000000000 Error Number:2,State:0,Class:20 Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception (2): The system cannot find the file specified. at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at Microsoft.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides) at Microsoft.Data.SqlClient.SqlConnection.InternalOpenAsync(CancellationToken cancellationToken) --- End of stack trace from previous location --- at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() ClientConnectionId:00000000-0000-0000-0000-000000000000 Error Number:2,State:0,Class:20 2026-02-05 18:38:24.867 +08:00 [ERR] [80000009-0000-f300-b63f-84710c7967bb] Unhandled exception processing POST /Auth/Login Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception (2): The system cannot find the file specified. at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at Microsoft.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides) at Microsoft.Data.SqlClient.SqlConnection.InternalOpenAsync(CancellationToken cancellationToken) --- End of stack trace from previous location --- at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) at Vizuro.Operator.Services.OperatorAuthService.AuthenticateAsync(String username, String password, CancellationToken cancellationToken) in C:\Users\yx101\vizuro\vizuro_operator\services\OperatorAuthService.cs:line 28 at Vizuro.Operator.Controllers.AuthController.Login(LoginRequest request) in C:\Users\yx101\vizuro\vizuro_operator\Controllers\AuthController.cs:line 78 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Vizuro.Core.Application.Validators.FrontendApiValidationMiddleware.InvokeAsync(HttpContext context) in C:\Users\yx101\vizuro\vizuro_core\application\Services\Validators\FrontendApiValidator.cs:line 263 at Vizuro.Core.Application.Middleware.FrontendRequestSigningMiddleware.InvokeAsync(HttpContext context) in C:\Users\yx101\vizuro\vizuro_core\application\Middleware\FrontendRequestSigningMiddleware.cs:line 50 at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) at Vizuro.Core.Application.Middleware.RequestLoggingMiddleware.InvokeAsync(HttpContext context) in C:\Users\yx101\vizuro\vizuro_core\application\Middleware\RequestLoggingMiddleware.cs:line 24 at Vizuro.Core.Application.Middleware.ExceptionHandlingMiddleware.InvokeAsync(HttpContext context) in C:\Users\yx101\vizuro\vizuro_core\application\Middleware\ExceptionHandlingMiddleware.cs:line 27 ClientConnectionId:00000000-0000-0000-0000-000000000000 Error Number:2,State:0,Class:20 2026-02-05 18:38:44.394 +08:00 [ERR] [8000000a-0000-f300-b63f-84710c7967bb] An error occurred using the connection to database 'Vizuro' on server 'vizuro-ec-dev'. 2026-02-05 18:38:44.396 +08:00 [ERR] [8000000a-0000-f300-b63f-84710c7967bb] An exception occurred while iterating over the results of a query for context type 'Vizuro.Core.Data.VizuroDbContext'. Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception (2): The system cannot find the file specified. at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnectionString connectionOptions, Boolean withFailover) at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover) at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout) at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance) at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool) at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen() --- End of stack trace from previous location --- at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() ClientConnectionId:00000000-0000-0000-0000-000000000000 Error Number:2,State:0,Class:20 Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception (2): The system cannot find the file specified. at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnectionString connectionOptions, Boolean withFailover) at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover) at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout) at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance) at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool) at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen() --- End of stack trace from previous location --- at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() ClientConnectionId:00000000-0000-0000-0000-000000000000 Error Number:2,State:0,Class:20 2026-02-05 18:38:44.402 +08:00 [ERR] [8000000a-0000-f300-b63f-84710c7967bb] Unhandled exception processing POST /Auth/Login Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception (2): The system cannot find the file specified. at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnectionString connectionOptions, Boolean withFailover) at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover) at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout) at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance) at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool) at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen() --- End of stack trace from previous location --- at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) at Vizuro.Operator.Services.OperatorAuthService.AuthenticateAsync(String username, String password, CancellationToken cancellationToken) in C:\Users\yx101\vizuro\vizuro_operator\services\OperatorAuthService.cs:line 28 at Vizuro.Operator.Controllers.AuthController.Login(LoginRequest request) in C:\Users\yx101\vizuro\vizuro_operator\Controllers\AuthController.cs:line 78 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Vizuro.Core.Application.Validators.FrontendApiValidationMiddleware.InvokeAsync(HttpContext context) in C:\Users\yx101\vizuro\vizuro_core\application\Services\Validators\FrontendApiValidator.cs:line 263 at Vizuro.Core.Application.Middleware.FrontendRequestSigningMiddleware.InvokeAsync(HttpContext context) in C:\Users\yx101\vizuro\vizuro_core\application\Middleware\FrontendRequestSigningMiddleware.cs:line 50 at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) at Vizuro.Core.Application.Middleware.RequestLoggingMiddleware.InvokeAsync(HttpContext context) in C:\Users\yx101\vizuro\vizuro_core\application\Middleware\RequestLoggingMiddleware.cs:line 24 at Vizuro.Core.Application.Middleware.ExceptionHandlingMiddleware.InvokeAsync(HttpContext context) in C:\Users\yx101\vizuro\vizuro_core\application\Middleware\ExceptionHandlingMiddleware.cs:line 27 ClientConnectionId:00000000-0000-0000-0000-000000000000 Error Number:2,State:0,Class:20 2026-02-05 18:39:14.618 +08:00 [INF] [80000002-0001-fa00-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 200 in 13823 ms 2026-02-05 18:41:14.340 +08:00 [INF] [80000005-0001-f900-b63f-84710c7967bb] HTTP GET /Report/statements/statement-001 responded 200 in 119 ms 2026-02-05 18:43:10.994 +08:00 [INF] [80000002-0000-dd00-b63f-84710c7967bb] HTTP GET /Report/statements/statement-001 responded 200 in 9 ms 2026-02-05 18:44:35.305 +08:00 [INF] [80000007-0001-fa00-b63f-84710c7967bb] HTTP POST /Auth/Login responded 200 in 576 ms 2026-02-05 18:44:51.082 +08:00 [INF] [80000008-0001-fa00-b63f-84710c7967bb] HTTP GET /Report/statements/statement-001 responded 200 in 12 ms 2026-02-05 18:45:33.381 +08:00 [INF] [80000004-0000-dd00-b63f-84710c7967bb] HTTP PUT /Account/updateAcountStatus responded 400 in 73 ms 2026-02-05 18:46:59.304 +08:00 [INF] [8000000a-0001-fa00-b63f-84710c7967bb] HTTP GET /Report/statements/statement-001 responded 200 in 10 ms 2026-02-05 18:52:22.758 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-05 18:52:22.810 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-05 18:52:22.812 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-05 18:52:22.812 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-05 18:52:22.813 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-05 18:52:22.813 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-05 18:52:22.814 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-05 18:52:22.828 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-05 18:52:22.831 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-05 18:52:23.431 +08:00 [WRN] [8000000c-0000-fa00-b63f-84710c7967bb] Failed to determine the https port for redirect. 2026-02-05 18:52:25.932 +08:00 [WRN] [8000000c-0000-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'BuyerOrderGrowth' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:52:25.933 +08:00 [WRN] [8000000c-0000-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'SaleAmountCompleted' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:52:25.934 +08:00 [WRN] [8000000c-0000-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'ShippingFee' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:52:25.934 +08:00 [WRN] [8000000c-0000-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:52:25.934 +08:00 [WRN] [8000000c-0000-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:52:25.934 +08:00 [WRN] [8000000c-0000-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:52:25.934 +08:00 [WRN] [8000000c-0000-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'ShipmentFee' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:52:25.934 +08:00 [WRN] [8000000c-0000-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:52:25.934 +08:00 [WRN] [8000000c-0000-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:52:25.934 +08:00 [WRN] [8000000c-0000-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:52:25.935 +08:00 [WRN] [8000000c-0000-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'Total' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:52:25.935 +08:00 [WRN] [8000000c-0000-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'Price' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:52:25.935 +08:00 [WRN] [8000000c-0000-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'Weight' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:52:25.935 +08:00 [WRN] [8000000c-0000-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'Adjustments' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:52:25.935 +08:00 [WRN] [8000000c-0000-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'SettlementAmount' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:52:25.935 +08:00 [WRN] [8000000c-0000-fa00-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 18:52:28.347 +08:00 [INF] [8000000c-0000-fa00-b63f-84710c7967bb] HTTP GET /Report/statements/statement-001 responded 200 in 4919 ms 2026-02-05 18:58:00.667 +08:00 [INF] [80000005-0001-fa00-b63f-84710c7967bb] HTTP GET /Report/statements/statement-001 responded 200 in 123 ms 2026-02-05 18:58:00.983 +08:00 [INF] [80000006-0001-fa00-b63f-84710c7967bb] HTTP GET /Report/statements/statement-001 responded 200 in 45 ms 2026-02-05 18:59:49.986 +08:00 [INF] [80000008-0000-f100-b63f-84710c7967bb] HTTP GET /Report/statements/statement-001 responded 200 in 40 ms 2026-02-05 19:00:03.057 +08:00 [INF] [8000000e-0000-f300-b63f-84710c7967bb] HTTP GET /Report/statements/statement-001 responded 200 in 12 ms 2026-02-05 19:00:22.637 +08:00 [INF] [80000008-0001-fa00-b63f-84710c7967bb] HTTP GET /Report/statements/statement-001 responded 200 in 7 ms 2026-02-05 19:00:25.917 +08:00 [INF] [80000009-0001-fa00-b63f-84710c7967bb] HTTP GET /Report/statements/statement-001 responded 200 in 8 ms 2026-02-05 19:17:08.084 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-05 19:17:08.135 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-05 19:17:08.136 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-05 19:17:08.137 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-05 19:17:08.137 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-05 19:17:08.137 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-05 19:17:08.137 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-05 19:17:08.149 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-05 19:17:08.153 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-05 19:17:08.528 +08:00 [WRN] [80000006-0000-fe00-b63f-84710c7967bb] Failed to determine the https port for redirect. 2026-02-05 19:17:08.740 +08:00 [INF] [80000006-0000-fe00-b63f-84710c7967bb] HTTP GET /swagger/index.html responded 200 in 216 ms 2026-02-05 19:17:10.444 +08:00 [INF] [80000007-0000-fe00-b63f-84710c7967bb] HTTP GET /swagger/v1/swagger.json responded 200 in 587 ms 2026-02-05 19:18:24.362 +08:00 [WRN] [80000013-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'BuyerOrderGrowth' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 19:18:24.363 +08:00 [WRN] [80000013-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'SaleAmountCompleted' on entity type 'AdminDashboard'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 19:18:24.363 +08:00 [WRN] [80000013-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'ShippingFee' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 19:18:24.363 +08:00 [WRN] [80000013-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 19:18:24.363 +08:00 [WRN] [80000013-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 19:18:24.364 +08:00 [WRN] [80000013-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'Order'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 19:18:24.364 +08:00 [WRN] [80000013-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'ShipmentFee' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 19:18:24.364 +08:00 [WRN] [80000013-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Subtotal' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 19:18:24.364 +08:00 [WRN] [80000013-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 19:18:24.365 +08:00 [WRN] [80000013-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'TaxPercentage' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 19:18:24.365 +08:00 [WRN] [80000013-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Total' on entity type 'ShoppingCart'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 19:18:24.365 +08:00 [WRN] [80000013-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Price' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 19:18:24.365 +08:00 [WRN] [80000013-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Weight' on entity type 'SoldOut'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 19:18:24.365 +08:00 [WRN] [80000013-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Adjustments' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 19:18:24.366 +08:00 [WRN] [80000013-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'SettlementAmount' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 19:18:24.366 +08:00 [WRN] [80000013-0000-f300-b63f-84710c7967bb] No store type was specified for the decimal property 'Tax' on entity type 'Statement'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'. 2026-02-05 19:18:27.251 +08:00 [INF] [80000013-0000-f300-b63f-84710c7967bb] HTTP POST /Auth/Login responded 200 in 5049 ms 2026-02-05 19:19:46.204 +08:00 [INF] [80000009-0000-fe00-b63f-84710c7967bb] HTTP GET /Auth/me responded 200 in 207 ms 2026-02-05 19:32:10.138 +08:00 [INF] [80000010-0000-f100-b63f-84710c7967bb] HTTP GET /Account/adminAccounts responded 401 in 34 ms