I am trying to remove a FilterString that I set, and I expect it to display my report. This configuration is located in my appsettings.json file.
{"Logging": {"LogLevel": {"Default": "Information","Microsoft.AspNetCore": "Warning" } },"AllowedHosts": "*","ConnectionStrings": {"localhost": "Server=localhost;Database=it;Trusted_Connection=True;TrustServerCertificate=True", }}