2026-02-19 11:53:42.551 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-19 11:53:42.577 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-19 11:53:42.578 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-19 11:53:42.578 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-19 11:53:42.578 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-19 11:53:42.579 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-19 11:53:42.579 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-19 11:53:42.588 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-19 11:53:42.590 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-19 11:53:43.019 +08:00 [WRN] [3817d83f419c439da8c0dc84be5d42a4] Failed to determine the https port for redirect. 2026-02-19 11:53:43.422 +08:00 [INF] [3817d83f419c439da8c0dc84be5d42a4] HTTP GET /Report/platformSummary responded 401 in 405 ms 2026-02-19 11:54:22.387 +08:00 [WRN] [1383758447644bca9b4e6ebfa222e722] 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-19 11:54:22.388 +08:00 [WRN] [1383758447644bca9b4e6ebfa222e722] 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-19 11:54:22.388 +08:00 [WRN] [1383758447644bca9b4e6ebfa222e722] 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-19 11:54:22.388 +08:00 [WRN] [1383758447644bca9b4e6ebfa222e722] 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-19 11:54:22.388 +08:00 [WRN] [1383758447644bca9b4e6ebfa222e722] 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-19 11:54:22.388 +08:00 [WRN] [1383758447644bca9b4e6ebfa222e722] 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-19 11:54:22.388 +08:00 [WRN] [1383758447644bca9b4e6ebfa222e722] 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-19 11:54:24.002 +08:00 [INF] [1383758447644bca9b4e6ebfa222e722] HTTP POST /Auth/Login responded 200 in 2760 ms 2026-02-19 11:54:24.289 +08:00 [INF] [758442f087134508a60295a3645ac244] HTTP GET /Auth/me responded 200 in 83 ms 2026-02-19 11:54:27.729 +08:00 [WRN] [d21aa6422c4642aa9196996e4571e9ab] The query uses the 'First'/'FirstOrDefault' operator without 'OrderBy' and filter operators. This may lead to unpredictable results. 2026-02-19 11:54:27.789 +08:00 [INF] [d21aa6422c4642aa9196996e4571e9ab] HTTP GET /DashBoard/adminDashBoard responded 200 in 192 ms 2026-02-19 11:54:31.840 +08:00 [INF] [c4911669ea03442fa50b27a1bc93c4dc] HTTP GET /Report/platformSummary responded 200 in 52 ms 2026-02-19 11:54:34.988 +08:00 [WRN] [0076d5449dea45d7804f0ea6d9274c89] 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-19 11:54:34.988 +08:00 [WRN] [0076d5449dea45d7804f0ea6d9274c89] 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-19 11:54:34.992 +08:00 [WRN] [0076d5449dea45d7804f0ea6d9274c89] 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-19 11:54:34.992 +08:00 [WRN] [0076d5449dea45d7804f0ea6d9274c89] 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-19 11:54:34.994 +08:00 [WRN] [0076d5449dea45d7804f0ea6d9274c89] 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-19 11:54:34.994 +08:00 [WRN] [0076d5449dea45d7804f0ea6d9274c89] 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-19 11:54:34.999 +08:00 [WRN] [0076d5449dea45d7804f0ea6d9274c89] 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-19 11:54:34.999 +08:00 [WRN] [0076d5449dea45d7804f0ea6d9274c89] 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-19 11:54:35.006 +08:00 [INF] [0076d5449dea45d7804f0ea6d9274c89] HTTP GET /Report/unsettledOrdersReport responded 200 in 37 ms 2026-02-19 11:54:38.468 +08:00 [WRN] [b2666f7ce4ad4ffb88cd6b0b8912ca4e] 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-19 11:54:38.468 +08:00 [WRN] [b2666f7ce4ad4ffb88cd6b0b8912ca4e] 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-19 11:54:38.479 +08:00 [INF] [b2666f7ce4ad4ffb88cd6b0b8912ca4e] HTTP GET /PurchaseOrder/vendorPurchaseOrders responded 200 in 26 ms 2026-02-19 11:54:41.385 +08:00 [INF] [557f1669650e45d5b67b4087fade4582] HTTP GET /Order/buyerOrders responded 200 in 33 ms 2026-02-19 11:54:44.632 +08:00 [INF] [1fa35623c8c94851a45a4cc3c8c80f75] HTTP GET /PurchaseOrder/vendorPurchaseOrders responded 200 in 5 ms 2026-02-19 11:54:54.828 +08:00 [INF] [a35580d52bba427295c1ed5a98de27bb] HTTP GET /Order/buyerOrders responded 200 in 5 ms 2026-02-19 11:54:56.449 +08:00 [INF] [1c5ef7942ca4418a9ecf6d97a71dec27] HTTP GET /Order/buyerOrders/order-f01b704d5db14b979fb348d678477284 responded 200 in 37 ms 2026-02-19 11:54:56.757 +08:00 [INF] [3372219ccfb74b7fb7a46723edf8d6ca] HTTP GET /Order/getReceivingLocation responded 200 in 15 ms 2026-02-19 12:29:16.979 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-19 12:29:17.001 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-19 12:29:17.001 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-19 12:29:17.001 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-19 12:29:17.001 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-19 12:29:17.002 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-19 12:29:17.002 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-19 12:29:17.009 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-19 12:29:17.012 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-19 12:29:17.228 +08:00 [WRN] [ee4b55a9829648f8bdbc1040e8690846] Failed to determine the https port for redirect. 2026-02-19 12:29:18.385 +08:00 [WRN] [db767c8cec5d446f881552aa5cf518c3] 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-19 12:29:18.387 +08:00 [WRN] [db767c8cec5d446f881552aa5cf518c3] 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-19 12:29:18.387 +08:00 [WRN] [db767c8cec5d446f881552aa5cf518c3] 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-19 12:29:18.387 +08:00 [WRN] [db767c8cec5d446f881552aa5cf518c3] 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-19 12:29:18.387 +08:00 [WRN] [db767c8cec5d446f881552aa5cf518c3] 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-19 12:29:18.387 +08:00 [WRN] [db767c8cec5d446f881552aa5cf518c3] 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-19 12:29:18.387 +08:00 [WRN] [db767c8cec5d446f881552aa5cf518c3] 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-19 12:29:19.505 +08:00 [INF] [db767c8cec5d446f881552aa5cf518c3] HTTP GET /Order/buyerOrders/order-f01b704d5db14b979fb348d678477284 responded 200 in 2279 ms 2026-02-19 12:29:19.505 +08:00 [INF] [ee4b55a9829648f8bdbc1040e8690846] HTTP GET /Order/getReceivingLocation responded 200 in 2279 ms 2026-02-19 21:08:55.840 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-19 21:08:55.864 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-19 21:08:55.865 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-19 21:08:55.865 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-19 21:08:55.865 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-19 21:08:55.865 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-19 21:08:55.866 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-19 21:08:55.873 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-19 21:08:55.875 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-19 21:08:56.083 +08:00 [WRN] [4e767c0b473e4b03ab65feea9d4e06c5] Failed to determine the https port for redirect. 2026-02-19 21:08:56.140 +08:00 [INF] [4e767c0b473e4b03ab65feea9d4e06c5] HTTP GET /robots.txt responded 404 in 59 ms 2026-02-19 21:25:53.976 +08:00 [INF] [b4a48a9b6b92430dac989051b68e03ba] HTTP GET /Order/getReceivingLocation responded 401 in 175 ms 2026-02-19 21:25:53.976 +08:00 [INF] [5355c1e13e284378a6e48dec123c28b3] HTTP GET /Order/buyerOrders/order-f01b704d5db14b979fb348d678477284 responded 401 in 136 ms