Hello, We deployed our project in the inhouse server just for testing. We want to access the page only from within the company with the IP of the machine installed over the http protocol. For example 172.1.x.x:80. We installed Angular and Backend projects on IIS and brought the sites up. When I want to login within the page, I cannot navigate to the login page and I get a 400 error and there is no log in the log file about this. Could you please help with what we are missing? Thank you for your help. Best regards,
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, I have a problem about XSRF-TOKEN.
When deployed my project on IIS, then open on the browser.
I take this exception
In backend log= The cookie '"XSRF-TOKEN"' has set 'SameSite=None' and must also set 'Secure'.
I configured cors codes.
Then I added SameSiteCookiesServiceCollectionExtensions extension class and configured it.
But I still take this exception.
Can you help me please
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.