ok, How can I reproduce your problem?
hi
An error occurred using the connection to database 'Flo3BlazorDev-staging' on server 'tcp:xxxx.database.windows.net,1433'.[ERR] System.Threading.Tasks.TaskCanceledException: A task was canceled.
Please set the log level to Debug of your API website to see more logs.
https://abp.io/support/questions/7716/Admin-user-menu-not-showing-on-tiered-app-in-dev--production-and-logged-in-with-same-menu-issue-but-not-authenticated-in-production-Azure-deployment-slots#answer-3a146c3c-05eb-d49a-90e7-9e1f5f54b502
Thanks.
hi
Can you create a new question and share the logs of the Blazor and API websites? Thanks
hi
Please share full request and response logs.
[INF] Request starting HTTP/1.1 GET https://localhost:44301
more logs
[INF] Request finished HTTP/1.1 GET https://localhost:44301/ 156.9893ms
hi
Do you have the logs.txt
of fbd-api-staging
website?
ok, Please re-share the logs.txt of your applicaitons. Thanks
hi
selecting the permissions (basically, invoking the method above) is very slow.
var multipleGrantInfo = await _permissionManager.GetAsync
(
neededCheckPermissions.Select(x => x.Name).ToArray(), ModulePermissionRoleValueProvider.ProviderName, parentRole.Name
);
Please check the log. The log will contain the time taken to read and write redis.
hi
The error is:
[ERR] An unhandled exception has occurred while executing the request.
Volo.Abp.Http.Client.AbpRemoteCallException: An error occurred during the ABP remote HTTP request. (The operation was canceled.) See the inner exception for details.
---> System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request..
---> System.Net.Sockets.SocketException (995): The I/O operation has been aborted because of either a thread exit or an application request.
System.Net.Sockets.SocketException (995): The I/O operation has been aborted because of either a thread exit or an application request.
This should be related to the network of the running environment, I have no experience with this.