Message: ProductList Error: Value cannot be null. (Parameter 'value')
at Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(Object value, String parameterName) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value) at UI.Controllers.HomeController.ProductList(Int32 subCategoryId, String priceTag, String code) in C:\Users\Onue\Desktop\canli menu\samba\samba\UI\Controllers\HomeController.cs:line 386
        Request ID: 00-90e42b7794229c45f8523c9b7c726903-384bbf7143832058-00
    
Swapping to Development environment will display more detailed information about the error that occurred.
The Development environment shouldn't be enabled for deployed applications. It can result in displaying sensitive information from exceptions to end users. For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development and restarting the app.