Json – FileNotFound but path is 100% okay in Blazor app
So I am trying to read the file in the project but it gives me an exception. Worth to add that this is the Blazor project. string jsonFile = File.ReadAllText("appsettings.json"); I tried placing this file in other folders on my…