Nice! Do you mean this line should look different?
var requestUri = $"{Request.Scheme}://{Request.Host.Value}/";
Just so this is more helpful to other people coming here for a solution, could you post what the actual working code looks like?
Nice! Do you mean this line should look different?
var requestUri = $"{Request.Scheme}://{Request.Host.Value}/";
Just so this is more helpful to other people coming here for a solution, could you post what the actual working code looks like?