-
ABP Framework version: v9.0.1
-
UI Type: Blazor Server
-
Database System: EF Core (SQL Server)
-
Microservice Template: yes
-
Exception message and full stack trace:
-
Steps to reproduce the issue:
I have reproduced this with no code changes with the default microservice template using studio. Select all the default settings in the wizard for a new microservice template with the only exception being to select blazor server as the ui.
Run the environment in studio.
Log into the default admin user and leave the browser open on the blazor server page.
Leave for 2 hours (not sure how long it takes but that is how long I did)
Click refresh in the browser and you will not have any permissions (even though you are logged in still) within blazor, as seen in the screenshot below there should be menu items available.
Logging out and waiting a few minutes before logging back in will fix it and you will see the menu items and have permissions again.
This has been happening to our dev and production environments on our deployments in edge and chrome browsers.
It is very annoying and confusing to users. We need a fix to this please since the workaround we have now is frustrating.
7 Answer(s)
-
0
Hi, did you enable the Idle Session Timeout option (https://abp.io/docs/9.1/modules/account/idle-session-timeout)? It seems it might be related to that. Can you confirm if it's enabled for further investigation?
Regards.
-
0
That appears to be a new feature in 9.1? It does seem related. We are on 9.0.1 and the Idle tab in the Account Settings is not there for the admin user.
Looks like 9.1.0 was released today. I will test upgrading a default microservice template project from 9.0.1 to 9.1.0 and see if the issue persists and report back.
-
0
No luck. I tested with and without idle session timeout enabled on version 9.1.0 and the bug is still present. Again reproducing with an unchanged brand new microservice template using blazor server ui.
I also ran a new test. I logged in with a browser and closed my browser. Came back over an hour later, opened my browser, and navigated to the blazor server url. The same issue occurs, I was still logged in with the permissions failing. So I do not think this is an idle issue.
Also this was in the Blazor Server logs right after coming back and seeing the bug:
3/5/2025 9:50:46 PM [Information] Request starting "HTTP/1.1" "GET" "http"://"localhost:44319""""/""" - null null
3/5/2025 9:50:46 PM [Information] Executing endpoint '"/ (/)"'
3/5/2025 9:50:46 PM [Information] Start processing HTTP request "GET" "http://localhost:44392/api/abp/application-configuration?"
3/5/2025 9:50:46 PM [Information] Sending HTTP request "GET" "http://localhost:44392/api/abp/application-configuration?"
3/5/2025 9:50:46 PM [Information] Received HTTP response headers after 166.7077ms - 200
3/5/2025 9:50:46 PM [Information] End processing HTTP request after 167.0904ms - 200
3/5/2025 9:50:46 PM [Information] Start processing HTTP request "GET" "http://localhost:44392/api/abp/application-localization?"
3/5/2025 9:50:46 PM [Information] Sending HTTP request "GET" "http://localhost:44392/api/abp/application-localization?"
3/5/2025 9:50:47 PM [Information] Received HTTP response headers after 447.4038ms - 200
3/5/2025 9:50:47 PM [Information] End processing HTTP request after 447.5893ms - 200
3/5/2025 9:50:47 PM [Information] Executed endpoint '"/ (/)"'
3/5/2025 9:50:47 PM [Information] Request finished "HTTP/1.1" "GET" "http"://"localhost:44319""""/""" - 200 null "text/html; charset=utf-8" 629.8129ms
3/5/2025 9:50:47 PM [Information] Request starting "HTTP/1.1" "GET" "http"://"localhost:44319""""/api/account/profile-picture-file/d1791337-13cc-d222-68da-3a1875742f44""" - null null
3/5/2025 9:50:47 PM [Information] Executing endpoint '"Volo.Abp.Account.AccountClientProxy.GetProfilePictureFileAsync (Volo.Abp.Account.Pro.Public.HttpApi.Client)"'
3/5/2025 9:50:47 PM [Information] Route matched with "{area = "account", action = "GetProfilePictureFile", controller = "Account", page = ""}". Executing controller action with signature "System.Threading.Tasks.Task`1[Volo.Abp.Content.IRemoteStreamContent] GetProfilePictureFileAsync(System.Guid)" on controller "Volo.Abp.Account.AccountClientProxy" ("Volo.Abp.Account.Pro.Public.HttpApi.Client").
3/5/2025 9:50:47 PM [Information] Start processing HTTP request "GET" "http://localhost:44392/api/account/profile-picture-file/d1791337-13cc-d222-68da-3a1875742f44?"
3/5/2025 9:50:47 PM [Information] Sending HTTP request "GET" "http://localhost:44392/api/account/profile-picture-file/d1791337-13cc-d222-68da-3a1875742f44?"
3/5/2025 9:50:47 PM [Information] Received HTTP response headers after 86.4451ms - 200
3/5/2025 9:50:47 PM [Information] End processing HTTP request after 86.623ms - 200
3/5/2025 9:50:47 PM [Information] Executing "ObjectResult", writing value of type '"Volo.Abp.Content.RemoteStreamContent"'.
3/5/2025 9:50:47 PM [Information] Executed action "Volo.Abp.Account.AccountClientProxy.GetProfilePictureFileAsync (Volo.Abp.Account.Pro.Public.HttpApi.Client)" in 88.4035ms
3/5/2025 9:50:47 PM [Information] Executed endpoint '"Volo.Abp.Account.AccountClientProxy.GetProfilePictureFileAsync (Volo.Abp.Account.Pro.Public.HttpApi.Client)"'
3/5/2025 9:50:47 PM [Information] Request finished "HTTP/1.1" "GET" "http"://"localhost:44319""""/api/account/profile-picture-file/d1791337-13cc-d222-68da-3a1875742f44""" - 200 1370 "image/jpeg" 89.8434ms
3/5/2025 9:50:47 PM [Information] Request starting "HTTP/1.1" "GET" "http"://"localhost:44319""""/_blazor/initializers""" - null null
3/5/2025 9:50:47 PM [Information] Executing endpoint '"Microsoft.AspNetCore.Routing.RouteEndpoint"'
3/5/2025 9:50:47 PM [Information] Executed endpoint '"Microsoft.AspNetCore.Routing.RouteEndpoint"'
3/5/2025 9:50:47 PM [Information] Request finished "HTTP/1.1" "GET" "http"://"localhost:44319""""/_blazor/initializers""" - 200 null "application/json; charset=utf-8" 1.47ms
3/5/2025 9:50:47 PM [Information] Request starting "HTTP/1.1" "POST" "http"://"localhost:44319""""/_blazor/negotiate""?negotiateVersion=1" - null 0
3/5/2025 9:50:47 PM [Information] Executing endpoint '"Microsoft.AspNetCore.Routing.RouteEndpoint"'
3/5/2025 9:50:47 PM [Information] Executed endpoint '"Microsoft.AspNetCore.Routing.RouteEndpoint"'
3/5/2025 9:50:47 PM [Information] Request finished "HTTP/1.1" "POST" "http"://"localhost:44319""""/_blazor/negotiate""?negotiateVersion=1" - 200 316 "application/json" 0.9733ms
3/5/2025 9:50:47 PM [Information] Request starting "HTTP/1.1" "GET" "http"://"localhost:44319""""/_blazor""?id=lSYdZRHCJf-w3dwXPBWv9A" - null null
3/5/2025 9:50:47 PM [Information] Executing endpoint '"Microsoft.AspNetCore.Routing.RouteEndpoint"'
3/5/2025 9:50:52 PM [Information] Request starting "HTTP/1.1" "POST" "http"://"localhost:44319""""/_blazor/disconnect""" - "multipart/form-data; boundary=----WebKitFormBoundaryJ9jqH3BCJZUOBDQX" 359
3/5/2025 9:50:52 PM [Information] Executing endpoint '"Microsoft.AspNetCore.Routing.RouteEndpoint"'
3/5/2025 9:50:52 PM [Information] Executed endpoint '"Microsoft.AspNetCore.Routing.RouteEndpoint"'
3/5/2025 9:50:52 PM [Information] Request finished "HTTP/1.1" "POST" "http"://"localhost:44319""""/_blazor/disconnect""" - 200 0 null 3.3414ms
3/5/2025 9:50:52 PM [Information] Executed endpoint '"Microsoft.AspNetCore.Routing.RouteEndpoint"'
3/5/2025 9:50:52 PM [Information] Request finished "HTTP/1.1" "GET" "http"://"localhost:44319""""/_blazor""?id=lSYdZRHCJf-w3dwXPBWv9A" - 101 null null 5033.6119ms
3/5/2025 10:30:39 PM [Information] Request starting "HTTP/1.1" "GET" "http"://"localhost:44319""""/""" - null null
3/5/2025 10:30:39 PM [Information] Executing endpoint '"/ (/)"'
3/5/2025 10:30:39 PM [Information] Start processing HTTP request "GET" "http://localhost:44392/api/abp/application-configuration?"
3/5/2025 10:30:39 PM [Information] Sending HTTP request "GET" "http://localhost:44392/api/abp/application-configuration?"
3/5/2025 10:30:40 PM [Information] Received HTTP response headers after 89.3183ms - 200
3/5/2025 10:30:40 PM [Information] End processing HTTP request after 89.4796ms - 200
3/5/2025 10:30:40 PM [Information] Start processing HTTP request "GET" "http://localhost:44392/api/abp/application-localization?"
3/5/2025 10:30:40 PM [Information] Sending HTTP request "GET" "http://localhost:44392/api/abp/application-localization?"
3/5/2025 10:30:40 PM [Information] Received HTTP response headers after 362.1896ms - 200
3/5/2025 10:30:40 PM [Information] End processing HTTP request after 362.3572ms - 200
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: SettingManagement.Emailing"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AbpAccount.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: FeatureManagement.ManageHostFeatures"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: Saas.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AuditLogging.AuditLogs.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AbpIdentity.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: SettingManagement.Emailing"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AbpAccount.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: FeatureManagement.ManageHostFeatures"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: Saas.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AuditLogging.AuditLogs.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AbpIdentity.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: SettingManagement.Emailing"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AbpAccount.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: FeatureManagement.ManageHostFeatures"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: Saas.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AuditLogging.AuditLogs.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AbpIdentity.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: SettingManagement.Emailing"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AbpAccount.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: FeatureManagement.ManageHostFeatures"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: Saas.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AuditLogging.AuditLogs.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AbpIdentity.SettingManagement" -
0
No luck. I tested with and without idle session timeout enabled on version 9.1.0 and the bug is still present. Again reproducing with an unchanged brand new microservice template using blazor server ui.
I also ran a new test. I logged in with a browser and closed my browser. Came back over an hour later, opened my browser, and navigated to the blazor server url. The same issue occurs, I was still logged in with the permissions failing. So I do not think this is an idle issue.
Also this was in the Blazor Server logs right after coming back and seeing the bug:
3/5/2025 9:50:46 PM [Information] Request starting "HTTP/1.1" "GET" "http"://"localhost:44319""""/""" - null null
3/5/2025 9:50:46 PM [Information] Executing endpoint '"/ (/)"'
3/5/2025 9:50:46 PM [Information] Start processing HTTP request "GET" "http://localhost:44392/api/abp/application-configuration?"
3/5/2025 9:50:46 PM [Information] Sending HTTP request "GET" "http://localhost:44392/api/abp/application-configuration?"
3/5/2025 9:50:46 PM [Information] Received HTTP response headers after 166.7077ms - 200
3/5/2025 9:50:46 PM [Information] End processing HTTP request after 167.0904ms - 200
3/5/2025 9:50:46 PM [Information] Start processing HTTP request "GET" "http://localhost:44392/api/abp/application-localization?"
3/5/2025 9:50:46 PM [Information] Sending HTTP request "GET" "http://localhost:44392/api/abp/application-localization?"
3/5/2025 9:50:47 PM [Information] Received HTTP response headers after 447.4038ms - 200
3/5/2025 9:50:47 PM [Information] End processing HTTP request after 447.5893ms - 200
3/5/2025 9:50:47 PM [Information] Executed endpoint '"/ (/)"'
3/5/2025 9:50:47 PM [Information] Request finished "HTTP/1.1" "GET" "http"://"localhost:44319""""/""" - 200 null "text/html; charset=utf-8" 629.8129ms
3/5/2025 9:50:47 PM [Information] Request starting "HTTP/1.1" "GET" "http"://"localhost:44319""""/api/account/profile-picture-file/d1791337-13cc-d222-68da-3a1875742f44""" - null null
3/5/2025 9:50:47 PM [Information] Executing endpoint '"Volo.Abp.Account.AccountClientProxy.GetProfilePictureFileAsync (Volo.Abp.Account.Pro.Public.HttpApi.Client)"'
3/5/2025 9:50:47 PM [Information] Route matched with "{area = "account", action = "GetProfilePictureFile", controller = "Account", page = ""}". Executing controller action with signature "System.Threading.Tasks.Task`1[Volo.Abp.Content.IRemoteStreamContent] GetProfilePictureFileAsync(System.Guid)" on controller "Volo.Abp.Account.AccountClientProxy" ("Volo.Abp.Account.Pro.Public.HttpApi.Client").
3/5/2025 9:50:47 PM [Information] Start processing HTTP request "GET" "http://localhost:44392/api/account/profile-picture-file/d1791337-13cc-d222-68da-3a1875742f44?"
3/5/2025 9:50:47 PM [Information] Sending HTTP request "GET" "http://localhost:44392/api/account/profile-picture-file/d1791337-13cc-d222-68da-3a1875742f44?"
3/5/2025 9:50:47 PM [Information] Received HTTP response headers after 86.4451ms - 200
3/5/2025 9:50:47 PM [Information] End processing HTTP request after 86.623ms - 200
3/5/2025 9:50:47 PM [Information] Executing "ObjectResult", writing value of type '"Volo.Abp.Content.RemoteStreamContent"'.
3/5/2025 9:50:47 PM [Information] Executed action "Volo.Abp.Account.AccountClientProxy.GetProfilePictureFileAsync (Volo.Abp.Account.Pro.Public.HttpApi.Client)" in 88.4035ms
3/5/2025 9:50:47 PM [Information] Executed endpoint '"Volo.Abp.Account.AccountClientProxy.GetProfilePictureFileAsync (Volo.Abp.Account.Pro.Public.HttpApi.Client)"'
3/5/2025 9:50:47 PM [Information] Request finished "HTTP/1.1" "GET" "http"://"localhost:44319""""/api/account/profile-picture-file/d1791337-13cc-d222-68da-3a1875742f44""" - 200 1370 "image/jpeg" 89.8434ms
3/5/2025 9:50:47 PM [Information] Request starting "HTTP/1.1" "GET" "http"://"localhost:44319""""/_blazor/initializers""" - null null
3/5/2025 9:50:47 PM [Information] Executing endpoint '"Microsoft.AspNetCore.Routing.RouteEndpoint"'
3/5/2025 9:50:47 PM [Information] Executed endpoint '"Microsoft.AspNetCore.Routing.RouteEndpoint"'
3/5/2025 9:50:47 PM [Information] Request finished "HTTP/1.1" "GET" "http"://"localhost:44319""""/_blazor/initializers""" - 200 null "application/json; charset=utf-8" 1.47ms
3/5/2025 9:50:47 PM [Information] Request starting "HTTP/1.1" "POST" "http"://"localhost:44319""""/_blazor/negotiate""?negotiateVersion=1" - null 0
3/5/2025 9:50:47 PM [Information] Executing endpoint '"Microsoft.AspNetCore.Routing.RouteEndpoint"'
3/5/2025 9:50:47 PM [Information] Executed endpoint '"Microsoft.AspNetCore.Routing.RouteEndpoint"'
3/5/2025 9:50:47 PM [Information] Request finished "HTTP/1.1" "POST" "http"://"localhost:44319""""/_blazor/negotiate""?negotiateVersion=1" - 200 316 "application/json" 0.9733ms
3/5/2025 9:50:47 PM [Information] Request starting "HTTP/1.1" "GET" "http"://"localhost:44319""""/_blazor""?id=lSYdZRHCJf-w3dwXPBWv9A" - null null
3/5/2025 9:50:47 PM [Information] Executing endpoint '"Microsoft.AspNetCore.Routing.RouteEndpoint"'
3/5/2025 9:50:52 PM [Information] Request starting "HTTP/1.1" "POST" "http"://"localhost:44319""""/_blazor/disconnect""" - "multipart/form-data; boundary=----WebKitFormBoundaryJ9jqH3BCJZUOBDQX" 359
3/5/2025 9:50:52 PM [Information] Executing endpoint '"Microsoft.AspNetCore.Routing.RouteEndpoint"'
3/5/2025 9:50:52 PM [Information] Executed endpoint '"Microsoft.AspNetCore.Routing.RouteEndpoint"'
3/5/2025 9:50:52 PM [Information] Request finished "HTTP/1.1" "POST" "http"://"localhost:44319""""/_blazor/disconnect""" - 200 0 null 3.3414ms
3/5/2025 9:50:52 PM [Information] Executed endpoint '"Microsoft.AspNetCore.Routing.RouteEndpoint"'
3/5/2025 9:50:52 PM [Information] Request finished "HTTP/1.1" "GET" "http"://"localhost:44319""""/_blazor""?id=lSYdZRHCJf-w3dwXPBWv9A" - 101 null null 5033.6119ms
3/5/2025 10:30:39 PM [Information] Request starting "HTTP/1.1" "GET" "http"://"localhost:44319""""/""" - null null
3/5/2025 10:30:39 PM [Information] Executing endpoint '"/ (/)"'
3/5/2025 10:30:39 PM [Information] Start processing HTTP request "GET" "http://localhost:44392/api/abp/application-configuration?"
3/5/2025 10:30:39 PM [Information] Sending HTTP request "GET" "http://localhost:44392/api/abp/application-configuration?"
3/5/2025 10:30:40 PM [Information] Received HTTP response headers after 89.3183ms - 200
3/5/2025 10:30:40 PM [Information] End processing HTTP request after 89.4796ms - 200
3/5/2025 10:30:40 PM [Information] Start processing HTTP request "GET" "http://localhost:44392/api/abp/application-localization?"
3/5/2025 10:30:40 PM [Information] Sending HTTP request "GET" "http://localhost:44392/api/abp/application-localization?"
3/5/2025 10:30:40 PM [Information] Received HTTP response headers after 362.1896ms - 200
3/5/2025 10:30:40 PM [Information] End processing HTTP request after 362.3572ms - 200
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: SettingManagement.Emailing"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AbpAccount.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: FeatureManagement.ManageHostFeatures"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: Saas.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AuditLogging.AuditLogs.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AbpIdentity.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: SettingManagement.Emailing"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AbpAccount.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: FeatureManagement.ManageHostFeatures"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: Saas.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AuditLogging.AuditLogs.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AbpIdentity.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: SettingManagement.Emailing"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AbpAccount.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: FeatureManagement.ManageHostFeatures"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: Saas.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AuditLogging.AuditLogs.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AbpIdentity.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: SettingManagement.Emailing"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AbpAccount.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: FeatureManagement.ManageHostFeatures"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: Saas.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AuditLogging.AuditLogs.SettingManagement"
3/5/2025 10:30:40 PM [Information] Authorization failed. "These requirements were not met:
PermissionRequirement: AbpIdentity.SettingManagement"Okay, thanks for further investigation. I will ask our qa team to test this situation and then create an issue to fix the problem.
Best regards.
-
0
Hi, we could not reproduce the problem. When you leave the application without any action, it should show you an error modal as follows:
Anything that should we try to reproduce it?
-
0
I have encountered that dialog a few times, but it does not appear when my issue occurs. I'm not sure what specific actions lead to my issue over what triggers the dialog to appear, as they seem to be mutually exclusive scenarios. Could it be that the state where the user appears logged in but lacks permissions is one where the dialog is expected to show but does not? The behavior I see could be explained by an expired token and the blazor server is not handling it correctly.
The surefire way I have now reproduced the issue multiple times is to login, close the blazor server page in the browser, wait an hour, then navigate directly to the blazor server page.
-
0
I have encountered that dialog a few times, but it does not appear when my issue occurs. I'm not sure what specific actions lead to my issue over what triggers the dialog to appear, as they seem to be mutually exclusive scenarios. Could it be that the state where the user appears logged in but lacks permissions is one where the dialog is expected to show but does not? The behavior I see could be explained by an expired token and the blazor server is not handling it correctly.
The surefire way I have now reproduced the issue multiple times is to login, close the blazor server page in the browser, wait an hour, then navigate directly to the blazor server page.
Hi, I will investigate this problem more deeply today and let you know about its status.
Best regards.