JSON Error When Creating a React App with the .NET Core CLI

I recently encountered a bug while spinning up a new .NET Core React app so I figured I would share my solution to the problem. This issue occurs when navigating to the Fetch Data controller after creating a new .NET Core React app using cli command dotnet new react.       Even though the network […]

Continue reading