Problems with blazor server behind nginx

Hi @technoworks,

Could you try the following:

  1. Remove the [HttpPost] attribute from the CurrentUser method in AccountController.cs
  2. Change the request method in SecurityService.GetAuthenticationStateAsync to HttpMethod.Get
  3. Test again with this change

Also make sure your NGINX is configured to redirect http requests to https.