I'm trying to change the favicon of my application which uses the LeptonX theme.
I've reviewed the documentation here, which doesn't mention it. https://docs.abp.io/en/commercial/7.0/themes/lepton-x/mvc
I've also reviewed this issue https://support.abp.io/QA/Questions/3698/LeptonX-MVC---How-to-change-the-logo however the file mentioned in the response (~/images/favicon/logo-favicon_1.svg
) doesn't appear in my list of files (see below). I've tried replacing the file favicon.png
in the wwwroot -> images -> favicon folder, re-run the application, performed a full browser refresh (CTRL-F5) and yet the default LeptonX favicon remains.
Throughout the various Support tickets I've received, there are references to other files that are not present in my folder. For example, in the documentation, it refers to two files (highlighted below) that don't appear in my structure. Is this version up to date?
Here is the complete list of files from my Themes folder:
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
info: Volo.Abp.AbpApplicationBase[0]
- Volo.Abp.TextTemplateManagement.Blazor.WebAssembly.TextTemplateManagementBlazorWebAssemblyModule
global.js?_v=638067725049215176:1 info: Volo.Abp.AbpApplicationBase[0]
- Volo.Abp.TextTemplateManagement.Blazor.TextTemplateManagementBlazorModule
global.js?_v=638067725049215176:1 warn: Volo.Abp.IdentityModel.IdentityModelAuthenticationService[0]
Could not find IdentityClientConfiguration for AbpMvcClient. Either define a configuration for AbpMvcClient or set a default configuration.
invokeJSFromDotNet @ global.js?_v=638067725049215176:1
global.js?_v=638067725049215176:1 info: System.Net.Http.HttpClient.AbpMvcClient.LogicalHandler[100]
Start processing HTTP request GET https://localhost:44347/api/abp/application-configuration?api-version=1.0
global.js?_v=638067725049215176:1 info: System.Net.Http.HttpClient.AbpMvcClient.ClientHandler[100]
Sending HTTP request GET https://localhost:44347/api/abp/application-configuration?api-version=1.0
:44347/.well-known/openid-configuration:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
:44347/api/abp/application-configuration?api-version=1.0:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
global.js?_v=638067725049215176:1 System.AggregateException: One or more errors occurred. (An error occurred during the initialize Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor phase of the module Volo.Abp.AspNetCore.Components.WebAssembly.AbpAspNetCoreComponentsWebAssemblyModule, Volo.Abp.AspNetCore.Components.WebAssembly, Version=6.0.2.0, Culture=neutral, PublicKeyToken=null: An error occurred during the ABP remote HTTP request. (TypeError: Failed to fetch) See the inner exception for details.. See the inner exception for details.)
---> Volo.Abp.AbpInitializationException: An error occurred during the initialize Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor phase of the module Volo.Abp.AspNetCore.Components.WebAssembly.AbpAspNetCoreComponentsWebAssemblyModule, Volo.Abp.AspNetCore.Components.WebAssembly, Version=6.0.2.0, Culture=neutral, PublicKeyToken=null: An error occurred during the ABP remote HTTP request. (TypeError: Failed to fetch) See the inner exception for details.. See the inner exception for details.
---> Volo.Abp.Http.Client.AbpRemoteCallException: An error occurred during the ABP remote HTTP request. (TypeError: Failed to fetch) See the inner exception for details.
---> System.Net.Http.HttpRequestException: TypeError: Failed to fetch
---> System.Runtime.InteropServices.JavaScript.JSException: TypeError: Failed to fetch
at System.Net.Http.BrowserHttpHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.BrowserHttpHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at Volo.Abp.AspNetCore.Components.Web.AbpBlazorClientHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at Volo.Abp.AspNetCore.Components.Web.AbpBlazorClientHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase1.<RequestAsync>d__34[[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IAbpApplicationConfigurationAppService, Volo.Abp.AspNetCore.Mvc.Contracts, Version=6.0.2.0, Culture=neutral, PublicKeyToken=null]].MoveNext() --- End of inner exception stack trace --- at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase
1.d__34[[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IAbpApplicationConfigurationAppService, Volo.Abp.AspNetCore.Mvc.Contracts, Version=6.0.2.0, Culture=neutral, PublicKeyToken=null]].MoveNext()
at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase1.<RequestAsync>d__33
1[[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IAbpApplicationConfigurationAppService, Volo.Abp.AspNetCore.Mvc.Contracts, Version=6.0.2.0, Culture=neutral, PublicKeyToken=null],[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto, Volo.Abp.AspNetCore.Mvc.Contracts, Version=6.0.2.0, Culture=neutral, PublicKeyToken=null]].MoveNext()
at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase1.<RequestAsync>d__31
1[[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IAbpApplicationConfigurationAppService, Volo.Abp.AspNetCore.Mvc.Contracts, Version=6.0.2.0, Culture=neutral, PublicKeyToken=null],[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto, Volo.Abp.AspNetCore.Mvc.Contracts, Version=6.0.2.0, Culture=neutral, PublicKeyToken=null]].MoveNext()
at Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClientProxies.AbpApplicationConfigurationClientProxy.GetAsync()
at Volo.Abp.AspNetCore.Components.WebAssembly.WebAssemblyCachedApplicationConfigurationClient.InitializeAsync()
at Volo.Abp.AspNetCore.Components.WebAssembly.AbpAspNetCoreComponentsWebAssemblyModule.OnApplicationInitializationAsync(ApplicationInitializationContext context)
at Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor.InitializeAsync(ApplicationInitializationContext context, IAbpModule module)
at Volo.Abp.Modularity.ModuleManager.InitializeModulesAsync(ApplicationInitializationContext context)
--- End of inner exception stack trace ---
at Volo.Abp.Modularity.ModuleManager.InitializeModulesAsync(ApplicationInitializationContext context)
at Volo.Abp.AbpApplicationBase.InitializeModulesAsync()
at Volo.Abp.AbpApplicationWithExternalServiceProvider.InitializeAsync(IServiceProvider serviceProvider)
at Microsoft.AspNetCore.Components.WebAssembly.Hosting.AbpWebAssemblyHostBuilderExtensions.InitializeApplicationAsync(IAbpApplicationWithExternalServiceProvider application, IServiceProvider serviceProvider)
at IoTverseSolution.Blazor.Program.Main(String[] args) in C:\Users\nick\source\repos\IoTverse\IoTverseSolution\aspnet-core\src\IoTverseSolution.Blazor\Program.cs:line 19
--- End of inner exception stack trace ---
{"App": {"SelfUrl": "https://localhost:44397"},"AuthServer": {"Authority": "https://localhost:44347","ClientId": "xxxSolution_Blazor","ResponseType": "code"},"Redis": {"Configuration": "127.0.0.1"},"RemoteServices": {"Default": {"BaseUrl": "https://localhost:44347"},"AbpAccountPublic": {"BaseUrl": "https://localhost:44347"}},"AbpCli": {"Bundle": {"Mode": "BundleAndMinify", / Options: None, Bundle, BundleAndMinify /"Name": "global","Parameters": {"LeptonTheme.Style": "Style6", / Options: Style1, Style2... Style6 */ "LeptonTheme.ChangeStyleDynamically": "true" } } } }
I updated to the v7 preview and I get the same issue: