Of course
04/07/2023 11:24:53 GetHealthReport threw an exception when trying to get report from /health-status configured with name FinagoPortApp Health Status. System.InvalidOperationException: Could not get endpoint uri from configuration at HealthChecks.UI.Core.HostedService.HealthCheckReportCollector.GetEndpointUri(HealthCheckConfiguration configuration) in //src/HealthChecks.UI/Core/HostedService/HealthCheckReportCollector.cs:line 155 at HealthChecks.UI.Core.HostedService.HealthCheckReportCollector.GetHealthReportAsync(HealthCheckConfiguration configuration) in //src/HealthChecks.UI/Core/HostedService/HealthCheckReportCollector.cs:line 98 04/07/2023 11:24:54 The cookie '"XSRF-TOKEN"' has set 'SameSite=None' and must also set 'Secure'. 04/07/2023 11:25:03 GetHealthReport threw an exception when trying to get report from /health-status configured with name FinagoPortApp Health Status. System.InvalidOperationException: Could not get endpoint uri from configuration at HealthChecks.UI.Core.HostedService.HealthCheckReportCollector.GetEndpointUri(HealthCheckConfiguration configuration) in //src/HealthChecks.UI/Core/HostedService/HealthCheckReportCollector.cs:line 155 at HealthChecks.UI.Core.HostedService.HealthCheckReportCollector.GetHealthReportAsync(HealthCheckConfiguration configuration) in //src/HealthChecks.UI/Core/HostedService/HealthCheckReportCollector.cs:line 98 04/07/2023 11:25:07 The cookie '"XSRF-TOKEN"' has set 'SameSite=None' and must also set 'Secure'. 04/07/2023 11:25:08 The cookie '"XSRF-TOKEN"' has set 'SameSite=None' and must also set 'Secure'. 04/07/2023 11:25:13 GetHealthReport threw an exception when trying to get report from /health-status configured with name FinagoPortApp Health Status. System.InvalidOperationException: Could not get endpoint uri from configuration at HealthChecks.UI.Core.HostedService.HealthCheckReportCollector.GetEndpointUri(HealthCheckConfiguration configuration) in //src/HealthChecks.UI/Core/HostedService/HealthCheckReportCollector.cs:line 155 at HealthChecks.UI.Core.HostedService.HealthCheckReportCollector.GetHealthReportAsync(HealthCheckConfiguration configuration) in //src/HealthChecks.UI/Core/HostedService/HealthCheckReportCollector.cs:line 98 04/07/2023 11:25:23 GetHealthReport threw an exception when trying to get report from /health-status configured with name FinagoPortApp Health Status. System.InvalidOperationException: Could not get endpoint uri from configuration at HealthChecks.UI.Core.HostedService.HealthCheckReportCollector.GetEndpointUri(HealthCheckConfiguration configuration) in //src/HealthChecks.UI/Core/HostedService/HealthCheckReportCollector.cs:line 155 at HealthChecks.UI.Core.HostedService.HealthCheckReportCollector.GetHealthReportAsync(HealthCheckConfiguration configuration) in //src/HealthChecks.UI/Core/HostedService/HealthCheckReportCollector.cs:line 98 04/07/2023 11:25:33 GetHealthReport threw an exception when trying to get report from /health-status configured with name FinagoPortApp Health Status. System.InvalidOperationException: Could not get endpoint uri from configuration at HealthChecks.UI.Core.HostedService.HealthCheckReportCollector.GetEndpointUri(HealthCheckConfiguration configuration) in //src/HealthChecks.UI/Core/HostedService/HealthCheckReportCollector.cs:line 155 at HealthChecks.UI.Core.HostedService.HealthCheckReportCollector.GetHealthReportAsync(HealthCheckConfiguration configuration) in //src/HealthChecks.UI/Core/HostedService/HealthCheckReportCollector.cs:line 98
Thank you
I stopped IIS and clear Log file. Then started and try to navigate login page then redirected error page again. It was full logs
Hello again, I shared log file on e-mail.
Thanks
Its done thank for your help.. :)
Hello Anjali, I already did this https://community.abp.io/articles/patch-for-chrome-login-issue-identityserver4-samesite-cookie-problem-weypwp3n But still have exception
Thanks
If you can connect my computer I can show the project. Or what do you need for understand my problem. I can do it.
My test server have not SSL but my prod server have SSL
Here is backend log exception text. 10/13/2023 15:41:51 The antiforgery system has the configuration value AntiforgeryOptions.Cookie.SecurePolicy = Always, but the current request is not an SSL request. System.InvalidOperationException: The antiforgery system has the configuration value AntiforgeryOptions.Cookie.SecurePolicy = Always, but the current request is not an SSL request. at Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery.CheckSSLConfig(HttpContext context) at Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery.GetAndStoreTokens(HttpContext httpContext) at Volo.Abp.AspNetCore.Mvc.AntiForgery.AspNetCoreAbpAntiForgeryManager.GenerateToken() at Volo.Abp.AspNetCore.Mvc.AntiForgery.AspNetCoreAbpAntiForgeryManager.SetCookie() at Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync(ApplicationConfigurationRequestOptions options) at lambda_method3075(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.
Hello IanW, The problem has existed since I first created the application. I can show you what I codded in the HttpApi.Host layer. If you want you can connect my computer