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)
If you're creating a bug/problem report, please include followings:
I randomly get strange behavior when running my project on my development machine. Everything starts up fine, but nothing displays on the left hand menu. I'm able to view my account profile and login history. If I go to the dashboard by manually typing in the url it only show the refresh row. I've tried restarting Redis and Postgres and clearing my browser cache. After about 5 minutes I can refresh the browser and everything shows up.