Quickstart does not work

I am following the quickstart here: Auth0 ASP.NET Core Blazor Server SDK Quickstarts: Add Login to your ASP.NET Core Blazor Server application

When I run the app, I am presented with these errors.

  • ArgumentException: IDX20108: The address specified ‘[PII of type ‘System.String’ is hidden. For more details, see Bing]’ is not valid as per HTTPS scheme. Please specify an https address for security reasons. If you want to test with http address, set the RequireHttps property on IDocumentRetriever to false. (Parameter ‘address’)

    • Microsoft.IdentityModel.Protocols.HttpDocumentRetriever.GetDocumentAsync(string address, CancellationToken cancel)

    • Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfigurationRetriever.GetAsync(string address, IDocumentRetriever retriever, CancellationToken cancel)

    • Microsoft.IdentityModel.Protocols.ConfigurationManager.GetConfigurationAsync(CancellationToken cancel)

It is really frustrating when I am tasked for implementing this in our applications, yet the very first thing I try does not work.