I'm not building from source. Do you have a nuget package update? or post a new DLL in the project folder I shared with you?
My project was created using your tools. I did not add anything additional. How can it be complex?
Ok. I will remove these. Keep in mind, I did not add these. Your tools did.
This is a template project. app-pro -tiered -blazor-server -ef -postgres
I'm sending shiwei.liang@volosoft.com a copy of my project for another issue. Do you want me to send it to you also?
Same results
Start the projects Login Click on Identity Server menu Click on API Scopes menu or any other submenu
Lepton X
Select Api Scopes on the Identity Server submenu.
Blazor project terminal output:
[13:19:46 INF] Sending HTTP request GET https://localhost:44396/api/identity-server/identity-resources/all?api-version=1.0
[13:19:46 WRN] Could not find the localization resource LeptonX on the remote server!
[13:19:46 WRN] Could not find the localization resource LeptonX on the remote server!
[13:19:46 WRN] Could not find the localization resource LeptonX on the remote server!
[13:19:46 WRN] Could not find the localization resource LeptonX on the remote server!
[13:19:46 WRN] Could not find the localization resource LeptonX on the remote server!
[13:19:46 WRN] Could not find the localization resource LeptonX on the remote server!
[13:19:46 WRN] Could not find the localization resource LeptonX on the remote server!
[13:19:46 WRN] Could not find the localization resource LeptonX on the remote server!
[13:19:46 WRN] Could not find the localization resource LeptonX on the remote server!
[13:19:46 WRN] Could not find the localization resource LeptonX on the remote server!
[13:19:46 WRN] Could not find the localization resource LeptonX on the remote server!
[13:19:46 WRN] Could not find the localization resource LeptonX on the remote server!
[13:19:46 WRN] Could not find the localization resource LeptonX on the remote server!
[13:19:46 WRN] Could not find the localization resource LeptonX on the remote server!
[13:19:46 WRN] Could not find the localization resource LeptonX on the remote server!
[13:19:46 WRN] Could not find the localization resource LeptonX on the remote server!
[13:19:46 WRN] Could not find the localization resource LeptonX on the remote server!
[13:19:46 WRN] Could not find the localization resource LeptonX on the remote server!
[13:19:46 INF] Received HTTP response headers after 5.0001ms - 500
[13:19:46 INF] End processing HTTP request after 5.1081ms - 500
[13:19:46 WRN] Unhandled exception rendering component: An internal error occurred during your request!
Volo.Abp.Http.Client.AbpRemoteCallException: An internal error occurred during your request!
at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase1.ThrowExceptionForResponseAsync(HttpResponseMessage response) at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase
1.RequestAsync(ClientProxyRequestContext requestContext)
at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase1.RequestAsync[T](ClientProxyRequestContext requestContext) at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase
1.RequestAsync[T](String methodName, ClientProxyRequestTypeValue arguments)
at Volo.Abp.IdentityServer.ClientProxies.IdentityResourcesClientProxy.GetAllListAsync()
at Volo.Abp.IdentityServer.Blazor.Pages.IdentityServer.ClientManagement.GetAllResources()
at Volo.Abp.IdentityServer.Blazor.Pages.IdentityServer.ClientManagement.OnInitializedAsync()
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)
[13:19:46 ERR] Unhandled exception in circuit 'tZUrWRPA0VcJtKnV9mD-p1vgstldgJ0U9IrWEt0MWR8'.
Volo.Abp.Http.Client.AbpRemoteCallException: An internal error occurred during your request!
at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase1.ThrowExceptionForResponseAsync(HttpResponseMessage response) at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase
1.RequestAsync(ClientProxyRequestContext requestContext)
at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase1.RequestAsync[T](ClientProxyRequestContext requestContext) at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase
1.RequestAsync[T](String methodName, ClientProxyRequestTypeValue arguments)
at Volo.Abp.IdentityServer.ClientProxies.IdentityResourcesClientProxy.GetAllListAsync()
at Volo.Abp.IdentityServer.Blazor.Pages.IdentityServer.ClientManagement.GetAllResources()
at Volo.Abp.IdentityServer.Blazor.Pages.IdentityServer.ClientManagement.OnInitializedAsync()
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)
I think the issue is that the OpenIdDict token is not being flushed properly. Just my thoughts.