Can you use the template project to reproduce the problem and share it with me? liming.ma@volosoft.com
hi
Im not sure, this is more related to https://github.com/MiniProfiler/dotnet
Can you try this
https://support.abp.io/QA/Questions/1269#answer-39041f27-8e29-5711-781e-3a0061b46232
Could not find a file/folder at the location: /Emailing/Templates/CAT_INV_W
You can check this https://docs.abp.io/en/abp/latest/Text-Templating-Scriban#the-template-content
hi
Can you debug the c# code and check the browser network panel to see if the header and cookies are sent?
https://docs.abp.io/en/commercial/5.0/release-notes
See https://identityserver4.readthedocs.io/en/latest/topics/windows.html?highlight=windows
hi
https://github.com/abpframework/abp/pull/8419
hi
Can you try to add csrf token to cookies and Headers?
https://github.com/abpframework/abp/blob/rel-4.4/framework/src/Volo.Abp.AspNetCore.Components.Web/Volo/Abp/AspNetCore/Components/Web/AbpBlazorClientHttpMessageHandler.cs#L75
https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.signalr.client.hubconnectionbuilderhttpextensions.withurl?view=aspnetcore-5.0#Microsoft_AspNetCore_SignalR_Client_HubConnectionBuilderHttpExtensions_WithUrl_Microsoft_AspNetCore_SignalR_Client_IHubConnectionBuilder_System_Uri_System_Action_Microsoft_AspNetCore_Http_Connections_Client_HttpConnectionOptions__
https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.connections.client.httpconnectionoptions?view=aspnetcore-5.0#properties
Thanks I will check.