2026-02-22 11:09:09.698 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-22 11:09:09.748 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-22 11:09:09.749 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-22 11:09:09.749 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-22 11:09:09.750 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-22 11:09:09.750 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-22 11:09:09.750 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-22 11:09:09.765 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-22 11:09:09.769 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-22 11:09:10.213 +08:00 [WRN] [3ca3498e2b7f43ed838caa24b7e956c5] Failed to determine the https port for redirect. 2026-02-22 11:09:12.629 +08:00 [WRN] [3ca3498e2b7f43ed838caa24b7e956c5] 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-22 11:09:12.632 +08:00 [WRN] [3ca3498e2b7f43ed838caa24b7e956c5] 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-22 11:09:12.632 +08:00 [WRN] [3ca3498e2b7f43ed838caa24b7e956c5] 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-22 11:09:12.632 +08:00 [WRN] [3ca3498e2b7f43ed838caa24b7e956c5] 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-22 11:09:12.632 +08:00 [WRN] [3ca3498e2b7f43ed838caa24b7e956c5] 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-22 11:09:12.632 +08:00 [WRN] [3ca3498e2b7f43ed838caa24b7e956c5] 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-22 11:09:12.633 +08:00 [WRN] [3ca3498e2b7f43ed838caa24b7e956c5] 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-22 11:09:15.845 +08:00 [INF] [3ca3498e2b7f43ed838caa24b7e956c5] HTTP POST /Auth/Login responded 200 in 5634 ms 2026-02-22 11:09:16.336 +08:00 [INF] [2bd001506f1540de8a55316ff87b5c8f] HTTP GET /Auth/me responded 200 in 279 ms 2026-02-22 11:09:20.381 +08:00 [WRN] [285875380a3f420cb711bfa9d1272f1d] The query uses the 'First'/'FirstOrDefault' operator without 'OrderBy' and filter operators. This may lead to unpredictable results. 2026-02-22 11:09:20.520 +08:00 [INF] [285875380a3f420cb711bfa9d1272f1d] HTTP GET /DashBoard/adminDashBoard responded 200 in 439 ms 2026-02-22 11:10:11.500 +08:00 [WRN] [716e2f06f55e4e6687234bc712b2a9e8] 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-22 11:10:11.501 +08:00 [WRN] [716e2f06f55e4e6687234bc712b2a9e8] 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-22 11:10:11.522 +08:00 [INF] [716e2f06f55e4e6687234bc712b2a9e8] HTTP GET /PurchaseOrder/vendorPurchaseOrders responded 200 in 97 ms 2026-02-22 11:10:29.700 +08:00 [INF] [846c84b3655f43288cf74e06a9130519] HTTP GET /PurchaseOrder/products responded 200 in 93 ms 2026-02-22 11:11:05.233 +08:00 [INF] [4dd3887793b946fca387972e00b7250e] HTTP GET /PurchaseOrder/vendorPurchaseOrders responded 200 in 15 ms 2026-02-22 11:12:39.714 +08:00 [INF] [21d923340b8b46f38e7e8ea88eb4a7d6] HTTP GET /PurchaseOrder/vendorPurchaseOrders responded 200 in 7 ms 2026-02-22 11:12:43.568 +08:00 [INF] [4f1a5dc1c5d34db593ca3e17fa152289] HTTP GET /PurchaseOrder/products responded 200 in 12 ms 2026-02-22 11:14:56.497 +08:00 [INF] [55af72c36d394afb9412b13d9e015508] HTTP GET /swagger/v1/swagger.json responded 200 in 602 ms 2026-02-22 11:15:38.908 +08:00 [INF] [89666bf38fb646269e550ead56d66abc] HTTP GET /PurchaseOrder/products responded 200 in 8 ms 2026-02-22 11:17:32.607 +08:00 [INF] [0290c21af02544e58ebd29d38facf983] HTTP GET /PurchaseOrder/vendorPurchaseOrders responded 200 in 8 ms 2026-02-22 11:17:34.156 +08:00 [INF] [66bbe19dc568465d85bf565cd5d74065] HTTP GET /PurchaseOrder/vendorPurchaseOrders/po-002 responded 200 in 176 ms 2026-02-22 11:18:08.226 +08:00 [INF] [888677504fc64e74b4cf0b0ddd11730b] HTTP GET /PurchaseOrder/vendorPurchaseOrders responded 200 in 8 ms 2026-02-22 11:19:15.912 +08:00 [INF] [2184e09f7a0b4e0c8ce5ce2b62eb0efa] HTTP GET /PurchaseOrder/products responded 200 in 8 ms 2026-02-22 11:19:27.891 +08:00 [INF] [554bbb060d1d4c0f9e0606ba2fcb9854] HTTP GET /PurchaseOrder/products responded 200 in 9 ms 2026-02-22 11:20:17.156 +08:00 [INF] [81c35924ef7d43d880a1be411c989fce] HTTP GET /PurchaseOrder/products responded 200 in 9 ms 2026-02-22 11:30:20.576 +08:00 [INF] [ad0a66f7aff643c3bb7a53ce2e29a42e] HTTP GET /PurchaseOrder/products responded 200 in 408 ms 2026-02-22 11:30:32.037 +08:00 [INF] [c34077eba07c480eb222e7f6aab0fe55] HTTP GET /PurchaseOrder/products responded 200 in 9 ms 2026-02-22 11:31:37.510 +08:00 [INF] [15c4f6c22e2b45e98ca5064f445c5dbb] HTTP GET /PurchaseOrder/products responded 200 in 12 ms 2026-02-22 11:31:46.739 +08:00 [INF] [206d127d60cc4860899db97c5698bd39] HTTP GET /PurchaseOrder/products responded 200 in 8 ms 2026-02-22 11:35:57.513 +08:00 [INF] [1e1c910be9654bdc99477b31ab8dcb9b] HTTP GET /PurchaseOrder/products responded 200 in 8 ms 2026-02-22 11:36:04.669 +08:00 [INF] [17613c4a87eb4cd9aa16a54cabc52564] HTTP GET /PurchaseOrder/products responded 200 in 8 ms 2026-02-22 11:36:28.908 +08:00 [INF] [54cd64d5266c45639bdb2a1c833772f2] HTTP GET /PurchaseOrder/products responded 200 in 7 ms 2026-02-22 11:36:35.483 +08:00 [INF] [b88e5f4018fe4d3d8abfaa9987a9ab03] HTTP GET /PurchaseOrder/products responded 200 in 7 ms 2026-02-22 11:37:35.307 +08:00 [INF] [62381aff29b5441a90a0ee9f054f3ee2] HTTP GET /PurchaseOrder/products responded 200 in 8 ms 2026-02-22 11:37:41.407 +08:00 [INF] [03eaf390e40348d49e887248e9db6ae5] HTTP GET /PurchaseOrder/products responded 200 in 6 ms 2026-02-22 11:37:44.689 +08:00 [INF] [f15283e7d88b41eca0b894beb4492013] HTTP GET /PurchaseOrder/products responded 200 in 74 ms 2026-02-22 11:38:16.514 +08:00 [INF] [732f507cc23947988e8c67e8b622230d] HTTP GET /PurchaseOrder/products responded 200 in 8 ms 2026-02-22 11:39:11.058 +08:00 [INF] [3a42d0a0365345aab2269eb1d9fedbf8] HTTP GET /PurchaseOrder/products responded 200 in 7 ms 2026-02-22 11:39:15.430 +08:00 [INF] [a2a0b51c550e440ba673586db00afb93] HTTP GET /PurchaseOrder/products responded 200 in 7 ms 2026-02-22 11:40:27.482 +08:00 [INF] [2fa96af7923440399e4184fc91277cbc] HTTP GET /PurchaseOrder/products responded 200 in 7 ms 2026-02-22 11:52:25.650 +08:00 [INF] [7e4649871ad2446b955bd34fccef5aed] HTTP GET /PurchaseOrder/products responded 200 in 409 ms 2026-02-22 11:52:39.393 +08:00 [INF] [f3977835113749559307bc555541467a] HTTP GET /PurchaseOrder/products responded 200 in 7 ms 2026-02-22 11:54:48.361 +08:00 [INF] [34a0589e5ac44e079e6b2488541887a9] HTTP GET /PurchaseOrder/products responded 200 in 8 ms 2026-02-22 11:56:02.728 +08:00 [INF] [e11506fbbbd443deb572380292bc744f] HTTP GET /PurchaseOrder/products responded 200 in 7 ms 2026-02-22 11:56:15.810 +08:00 [INF] [fd386cc1603d4f828917baa5f60bd538] HTTP GET /PurchaseOrder/products responded 200 in 8 ms 2026-02-22 11:56:35.688 +08:00 [INF] [204be841f10c4ab99efb7ea83a112c4c] HTTP GET /PurchaseOrder/products responded 400 in 41 ms 2026-02-22 11:59:17.082 +08:00 [INF] [09736cf0d61348798587367be47242fa] HTTP GET /PurchaseOrder/products responded 200 in 7 ms 2026-02-22 11:59:20.836 +08:00 [INF] [485da22cad9c4299992999a105525b5c] HTTP GET /PurchaseOrder/products responded 200 in 6 ms 2026-02-22 11:59:30.033 +08:00 [INF] [e292d47f7eeb4fcbaf22e9d1505b95b8] HTTP GET /PurchaseOrder/products responded 200 in 92 ms 2026-02-22 12:00:03.806 +08:00 [INF] [f2df47b1d9fa49d5a1f4e7f025e0f3ca] HTTP GET /PurchaseOrder/products responded 200 in 11 ms 2026-02-22 12:00:15.410 +08:00 [INF] [ced2afe1ae954aaba3742a48b45b6f77] HTTP GET /PurchaseOrder/products responded 200 in 7 ms 2026-02-22 12:00:24.332 +08:00 [INF] [3c55a7a3606b419188481e086efc5067] HTTP GET /PurchaseOrder/products responded 200 in 9 ms 2026-02-22 12:06:42.233 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-22 12:06:42.283 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-22 12:06:42.284 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-22 12:06:42.285 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-22 12:06:42.285 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-22 12:06:42.285 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-22 12:06:42.286 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-22 12:06:42.300 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-22 12:06:42.304 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-22 12:06:42.750 +08:00 [WRN] [c02915de33ee4b1aa545beda422ed988] Failed to determine the https port for redirect. 2026-02-22 12:06:45.225 +08:00 [WRN] [c02915de33ee4b1aa545beda422ed988] 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-22 12:06:45.228 +08:00 [WRN] [c02915de33ee4b1aa545beda422ed988] 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-22 12:06:45.228 +08:00 [WRN] [c02915de33ee4b1aa545beda422ed988] 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-22 12:06:45.228 +08:00 [WRN] [c02915de33ee4b1aa545beda422ed988] 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-22 12:06:45.228 +08:00 [WRN] [c02915de33ee4b1aa545beda422ed988] 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-22 12:06:45.229 +08:00 [WRN] [c02915de33ee4b1aa545beda422ed988] 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-22 12:06:45.229 +08:00 [WRN] [c02915de33ee4b1aa545beda422ed988] 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-22 12:06:47.938 +08:00 [INF] [c02915de33ee4b1aa545beda422ed988] HTTP GET /PurchaseOrder/products responded 200 in 5189 ms 2026-02-22 16:31:25.663 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-22 16:31:25.714 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-22 16:31:25.715 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-22 16:31:25.716 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-22 16:31:25.716 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-22 16:31:25.716 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-22 16:31:25.717 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-22 16:31:25.731 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-22 16:31:25.735 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-22 16:31:26.182 +08:00 [WRN] [aff1e525c6194dc28538d0b2bb17e796] Failed to determine the https port for redirect. 2026-02-22 16:31:26.670 +08:00 [INF] [aff1e525c6194dc28538d0b2bb17e796] HTTP GET /Order/buyerOrders responded 401 in 491 ms 2026-02-22 16:31:32.899 +08:00 [WRN] [13aad7b0108f493f8f77831476e7834a] 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-22 16:31:32.900 +08:00 [WRN] [13aad7b0108f493f8f77831476e7834a] 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-22 16:31:32.900 +08:00 [WRN] [13aad7b0108f493f8f77831476e7834a] 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-22 16:31:32.901 +08:00 [WRN] [13aad7b0108f493f8f77831476e7834a] 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-22 16:31:32.901 +08:00 [WRN] [13aad7b0108f493f8f77831476e7834a] 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-22 16:31:32.901 +08:00 [WRN] [13aad7b0108f493f8f77831476e7834a] 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-22 16:31:32.901 +08:00 [WRN] [13aad7b0108f493f8f77831476e7834a] 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-22 16:31:36.055 +08:00 [INF] [13aad7b0108f493f8f77831476e7834a] HTTP POST /Auth/Login responded 200 in 5313 ms 2026-02-22 16:31:36.463 +08:00 [INF] [f009829415ff4aa1af703dc91dec79ee] HTTP GET /Auth/me responded 200 in 192 ms 2026-02-22 16:31:40.022 +08:00 [WRN] [4eba6d65b91a4c89b5c6403cf86aced5] The query uses the 'First'/'FirstOrDefault' operator without 'OrderBy' and filter operators. This may lead to unpredictable results. 2026-02-22 16:31:40.154 +08:00 [INF] [4eba6d65b91a4c89b5c6403cf86aced5] HTTP GET /DashBoard/adminDashBoard responded 200 in 421 ms 2026-02-22 16:31:56.681 +08:00 [INF] [25bd9f0f7e7e4939815486504594eb26] HTTP GET /Order/buyerOrders responded 200 in 92 ms 2026-02-22 16:32:04.431 +08:00 [WRN] [8b7079ee2c884720b562c1e8e8da68f1] 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-22 16:32:04.431 +08:00 [WRN] [8b7079ee2c884720b562c1e8e8da68f1] 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-22 16:32:04.450 +08:00 [INF] [8b7079ee2c884720b562c1e8e8da68f1] HTTP GET /PurchaseOrder/vendorPurchaseOrders responded 200 in 46 ms 2026-02-22 16:32:06.948 +08:00 [INF] [9b0178f8493f48c2aa6900716cc5e36d] HTTP GET /PurchaseOrder/vendorPurchaseOrders/po-001 responded 200 in 170 ms 2026-02-22 16:32:11.570 +08:00 [INF] [7007ff87381d4b8cad2ac293dc9a9d1c] HTTP GET /PurchaseOrder/vendorPurchaseOrders responded 200 in 14 ms 2026-02-22 16:32:35.318 +08:00 [INF] [e7c95a72fa8c46f2973dc0d2e7b45431] HTTP GET /Order/buyerOrders responded 200 in 9 ms 2026-02-22 16:32:40.913 +08:00 [INF] [220237c5b24b4b758a7fc80341bfed43] HTTP GET /Order/buyerOrders/order-f01b704d5db14b979fb348d678477284 responded 200 in 54 ms 2026-02-22 16:32:40.948 +08:00 [INF] [2ebb2276aed5469d96da1e473ca935a5] HTTP GET /Order/getReceivingLocation responded 200 in 24 ms 2026-02-22 16:34:18.601 +08:00 [INF] [7f8a2697f0f64d00b3b2fed42903b167] HTTP GET /Order/buyerOrders/order-f01b704d5db14b979fb348d678477284 responded 200 in 8 ms 2026-02-22 16:34:18.646 +08:00 [INF] [336d882cdaa84485a69531b92bd18eec] HTTP GET /Order/getReceivingLocation responded 200 in 4 ms 2026-02-22 16:34:19.370 +08:00 [INF] [6aaf446323d14cd984c546f2a03703e4] HTTP GET /PurchaseOrder/vendorPurchaseOrders responded 200 in 7 ms 2026-02-22 16:34:20.657 +08:00 [INF] [5ae2e90d3366416b9ccb8911bfe25b28] HTTP GET /Order/getReceivingLocation responded 200 in 4 ms 2026-02-22 17:18:15.562 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-22 17:18:15.612 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-22 17:18:15.613 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-22 17:18:15.614 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-22 17:18:15.614 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-22 17:18:15.615 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-22 17:18:15.615 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-22 17:18:15.630 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-22 17:18:15.633 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-22 17:18:16.076 +08:00 [WRN] [664faa0951c84ff3b3cdac11221f2231] Failed to determine the https port for redirect. 2026-02-22 17:18:18.510 +08:00 [WRN] [664faa0951c84ff3b3cdac11221f2231] 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-22 17:18:18.512 +08:00 [WRN] [664faa0951c84ff3b3cdac11221f2231] 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-22 17:18:18.513 +08:00 [WRN] [664faa0951c84ff3b3cdac11221f2231] 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-22 17:18:18.513 +08:00 [WRN] [664faa0951c84ff3b3cdac11221f2231] 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-22 17:18:18.513 +08:00 [WRN] [664faa0951c84ff3b3cdac11221f2231] 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-22 17:18:18.514 +08:00 [WRN] [664faa0951c84ff3b3cdac11221f2231] 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-22 17:18:18.514 +08:00 [WRN] [664faa0951c84ff3b3cdac11221f2231] 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-22 17:18:20.765 +08:00 [INF] [664faa0951c84ff3b3cdac11221f2231] HTTP GET /Order/getReceivingLocation responded 200 in 4691 ms 2026-02-22 17:35:21.166 +08:00 [INF] [06a66b8e4a8349afaf7ee79edac84961] HTTP GET /Order/getReceivingLocation responded 200 in 547 ms 2026-02-22 17:35:21.482 +08:00 [INF] [1e399a892e1546ed8cfc86ff2b7651fd] HTTP GET /Order/getReceivingLocation responded 200 in 47 ms 2026-02-22 17:47:57.838 +08:00 [INF] [2d1ce97322cd4cc284eab13e086cd1aa] HTTP GET /Order/getReceivingLocation responded 200 in 408 ms 2026-02-22 17:48:05.886 +08:00 [INF] [60e7e7eae4d442759822572d60ec9df6] HTTP GET /Order/buyerOrders responded 200 in 282 ms 2026-02-22 17:48:10.990 +08:00 [INF] [403878087d0e4767babf84f141924f8b] HTTP GET /Order/getReceivingLocation responded 200 in 6 ms 2026-02-22 17:48:11.138 +08:00 [INF] [a1dbe71754474ed2b396ce452df1c139] HTTP GET /Order/buyerOrders/order-f01b704d5db14b979fb348d678477284 responded 200 in 153 ms 2026-02-22 17:49:49.296 +08:00 [INF] [7e3f7a353cfa4704adbc3c89b7a9572c] HTTP GET /Order/getReceivingLocation responded 200 in 5 ms 2026-02-22 17:49:49.461 +08:00 [INF] [a865dfaf3991458e8823fde2d4bb2a5a] HTTP GET /Order/getReceivingLocation responded 200 in 4 ms 2026-02-22 17:50:26.397 +08:00 [INF] [337f7593f5e04f4aaed939aa45c8e668] HTTP GET /Order/getReceivingLocation responded 200 in 6 ms 2026-02-22 17:50:26.573 +08:00 [INF] [f68c24cdf0a94a5ea1964231268b52f4] HTTP GET /Order/getReceivingLocation responded 200 in 6 ms 2026-02-22 17:50:33.157 +08:00 [INF] [1232cfa9dcda468b84777d98c1d7130b] HTTP GET /Order/getReceivingLocation responded 200 in 4 ms 2026-02-22 17:53:22.696 +08:00 [INF] [6f67f4e892da4857ac946ed287b4bc31] HTTP GET /Order/buyerOrders/order-f01b704d5db14b979fb348d678477284 responded 200 in 8 ms 2026-02-22 17:53:23.096 +08:00 [INF] [eadd679e7d5140e28f29ccc2029dc044] HTTP GET /Order/getReceivingLocation responded 200 in 405 ms 2026-02-22 17:53:23.274 +08:00 [INF] [ddaa9013ccd849cdb3b7ec2304a563fe] HTTP GET /Order/getReceivingLocation responded 200 in 5 ms 2026-02-22 23:35:27.582 +08:00 [INF] [] [Vizuro.Operator] Operator API starting in Development environment 2026-02-22 23:35:27.633 +08:00 [INF] [] [Vizuro.Operator] Enabling forwarded headers 2026-02-22 23:35:27.634 +08:00 [INF] [] [Vizuro.Operator] Configuring core pipeline middleware 2026-02-22 23:35:27.635 +08:00 [INF] [] [Vizuro.Operator] Enabling HTTPS redirection 2026-02-22 23:35:27.635 +08:00 [INF] [] [Vizuro.Operator] Enabling CORS 2026-02-22 23:35:27.635 +08:00 [INF] [] [Vizuro.Operator] Configuring static files serving 2026-02-22 23:35:27.636 +08:00 [INF] [] [Vizuro.Operator] Enabling Swagger documentation 2026-02-22 23:35:27.650 +08:00 [INF] [] [Vizuro.Operator] Configuring Swagger UI at /swagger 2026-02-22 23:35:27.654 +08:00 [INF] [] [Vizuro.Operator] Swagger configuration completed successfully 2026-02-22 23:35:28.104 +08:00 [WRN] [4e662d33d637405c84759e49204d9654] Failed to determine the https port for redirect. 2026-02-22 23:35:28.226 +08:00 [INF] [4e662d33d637405c84759e49204d9654] HTTP GET /robots.txt responded 404 in 125 ms