Activities of "swnke2"

Hi ,

Just picking up on your comment, is it expected/usual to see the the warning messages when creating a new application? It's also using a cached template for 6.0.2.

Below is a full transcript using the CLI and as you can see, there are lots of warning and then error messages:

PS C:\iotserve> abp new abptest --theme leptonx -ui blazor

[06:27:34 INF] ABP CLI (https://abp.io) [06:27:34 INF] Creating your project... [06:27:34 INF] Project name: abptest [06:27:35 INF] UI Framework: Blazor [06:27:35 INF] Output folder: C:\iotserve [06:27:36 INF] Using cached template: app-pro, version: 6.0.2 [06:27:36 INF] Theme: LeptonX [06:27:36 INF] Theme Style: System [06:27:37 INF] Check out the documents at https://docs.abp.io/en/commercial/latest [06:27:37 INF] 'abptest' has been successfully created to 'C:\iotserve' [06:27:37 INF] Creating initial migrations... [06:28:18 INF] Initial migrations are created. [06:28:18 INF] Installing client-side packages... [06:28:27 INF] Found 2 projects. [06:28:27 INF] C:\iotserve\src\abptest.HttpApi.Host [06:28:27 INF] C:\iotserve\TankAttendant\src\TankAttendant.HttpApi.Host [06:28:31 INF] Running Yarn on C:\iotserve\src\abptest.HttpApi.Host yarn install v1.22.19 info No lockfile found. [1/4] Resolving packages... warning @volo/abp.aspnetcore.mvc.ui.theme.leptonx > @volo/abp.aspnetcore.mvc.ui.theme.commercial > @abp/aspnetcore.mvc.ui.theme.shared > @abp/aspnetcore.mvc.ui > gulp > glob-watcher > chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies warning @volo/abp.aspnetcore.mvc.ui.theme.leptonx > @volo/abp.aspnetcore.mvc.ui.theme.commercial > @abp/aspnetcore.mvc.ui.theme.shared > @abp/aspnetcore.mvc.ui > gulp > glob-watcher > chokidar > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. warning @volo/abp.aspnetcore.mvc.ui.theme.leptonx > @volo/abp.aspnetcore.mvc.ui.theme.commercial > @abp/aspnetcore.mvc.ui.theme.shared > @abp/aspnetcore.mvc.ui > gulp > glob-watcher > anymatch > micromatch > snapdragon > source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated warning @volo/abp.aspnetcore.mvc.ui.theme.leptonx > @volo/abp.aspnetcore.mvc.ui.theme.commercial > @abp/aspnetcore.mvc.ui.theme.shared > @abp/aspnetcore.mvc.ui > gulp > glob-watcher > anymatch > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated warning @volo/abp.aspnetcore.mvc.ui.theme.leptonx > @volo/abp.aspnetcore.mvc.ui.theme.commercial > @abp/aspnetcore.mvc.ui.theme.shared > @abp/aspnetcore.mvc.ui > gulp > glob-watcher > anymatch > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated warning @volo/abp.aspnetcore.mvc.ui.theme.leptonx > @volo/abp.aspnetcore.mvc.ui.theme.commercial > @abp/aspnetcore.mvc.ui.theme.shared > @abp/aspnetcore.mvc.ui > gulp > glob-watcher > anymatch > micromatch > snapdragon > source-map-resolve > source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2/4] Fetching packages... [3/4] Linking dependencies... warning "@volo/abp.aspnetcore.mvc.ui.theme.leptonx > @volo/abp.aspnetcore.mvc.ui.theme.commercial > @abp/aspnetcore.mvc.ui.theme.shared > @abp/bootstrap > bootstrap@5.2.3" has unmet peer dependency "@popperjs/core@^2.11.6". [4/4] Building fresh packages... success Saved lockfile. Done in 49.12s. [06:29:27 INF] Running Yarn on C:\iotserve\TankAttendant\src\TankAttendant.HttpApi.Host yarn install v1.22.19 [1/4] Resolving packages... success Already up-to-date. Done in 0.28s. [06:29:31 INF] Generating bundles for Blazor Wasm... Building....: (1/1)C:\iotserve\src\abptest.Blazor\abptest.Blazor.csproj Executing...: dotnet build C:\iotserve\src\abptest.Blazor\abptest.Blazor.csproj MSBuild version 17.4.0+18d5aef85 for .NET Determining projects to restore... Restored C:\iotserve\src\abptest.Domain.Shared\abptest.Domain.Shared.csproj (in 875 ms). Restored C:\iotserve\src\abptest.Application.Contracts\abptest.Application.Contracts.csproj (in 1.57 sec). Restored C:\iotserve\src\abptest.HttpApi.Client\abptest.HttpApi.Client.csproj (in 2.5 sec). Restored C:\iotserve\src\abptest.Blazor\abptest.Blazor.csproj (in 10 sec). abptest.Domain.Shared -> C:\iotserve\src\abptest.Domain.Shared\bin\Debug\netstandard2.0\abptest.Domain.Shared.dll abptest.Application.Contracts -> C:\iotserve\src\abptest.Application.Contracts\bin\Debug\netstandard2.0\abptest.Application.Contracts.dll abptest.HttpApi.Client -> C:\iotserve\src\abptest.HttpApi.Client\bin\Debug\netstandard2.0\abptest.HttpApi.Client.dll abptest.Blazor -> C:\iotserve\src\abptest.Blazor\bin\Debug\net6.0\abptest.Blazor.dll abptest.Blazor (Blazor output) -> C:\iotserve\src\abptest.Blazor\bin\Debug\net6.0\wwwroot

Build succeeded. 0 Warning(s) 0 Error(s)

Time Elapsed 00:00:26.06 [06:30:31 ERR] Unable to load one or more of the requested types. Method 'get_IsDynamic' in type 'Volo.Abp.AspNetCore.Mvc.Client.RemoteLocalizationContributor' from assembly 'Volo.Abp.AspNetCore.Mvc.Client.Common, Version=6.0.2.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Method 'get_IsDynamic' in type 'Volo.Abp.AspNetCore.Mvc.Client.RemoteLocalizationContributor' from assembly 'Volo.Abp.AspNetCore.Mvc.Client.Common, Version=6.0.2.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) at System.Reflection.Assembly.GetTypes() at Volo.Abp.Cli.Bundling.BundlingService.FindBundleContributorsRecursively(Type module, Int32 level, List1 bundleDefinitions) in D:\ci\Jenkins\workspace\abp-framework-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\Bundling\BundlingService.cs:line 287 at Volo.Abp.Cli.Bundling.BundlingService.FindBundleContributorsRecursively(Type module, Int32 level, List1 bundleDefinitions) in D:\ci\Jenkins\workspace\abp-framework-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\Bundling\BundlingService.cs:line 287 at Volo.Abp.Cli.Bundling.BundlingService.FindBundleContributorsRecursively(Type module, Int32 level, List1 bundleDefinitions) in D:\ci\Jenkins\workspace\abp-framework-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\Bundling\BundlingService.cs:line 287 at Volo.Abp.Cli.Bundling.BundlingService.FindBundleContributorsRecursively(Type module, Int32 level, List1 bundleDefinitions) in D:\ci\Jenkins\workspace\abp-framework-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\Bundling\BundlingService.cs:line 287 at Volo.Abp.Cli.Bundling.BundlingService.FindBundleContributorsRecursively(Type module, Int32 level, List1 bundleDefinitions) in D:\ci\Jenkins\workspace\abp-framework-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\Bundling\BundlingService.cs:line 284 at Volo.Abp.Cli.Bundling.BundlingService.FindBundleContributorsRecursively(Type module, Int32 level, List1 bundleDefinitions) in D:\ci\Jenkins\workspace\abp-framework-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\Bundling\BundlingService.cs:line 284 at Volo.Abp.Cli.Bundling.BundlingService.BundleAsync(String directory, Boolean forceBuild, String projectType) in D:\ci\Jenkins\workspace\abp-framework-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\Bundling\BundlingService.cs:line 71 at Volo.Abp.Cli.Commands.ProjectCreationCommandBase.RunBundleForBlazorWasmOrMauiBlazorTemplateAsync(ProjectBuildArgs projectArgs) in D:\ci\Jenkins\workspace\abp-framework-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\Commands\ProjectCreationCommandBase.cs:line 433 at Volo.Abp.Cli.Commands.NewCommand.ExecuteAsync(CommandLineArgs commandLineArgs) in D:\ci\Jenkins\workspace\abp-framework-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\Commands\NewCommand.cs:line 114 at Volo.Abp.Cli.CliService.RunInternalAsync(CommandLineArgs commandLineArgs) in D:\ci\Jenkins\workspace\abp-framework-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\CliService.cs:line 167 at Volo.Abp.Cli.CliService.RunAsync(String[] args) in D:\ci\Jenkins\workspace\abp-framework-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\CliService.cs:line 75 System.TypeLoadException: Method 'get_IsDynamic' in type 'Volo.Abp.AspNetCore.Mvc.Client.RemoteLocalizationContributor' from assembly 'Volo.Abp.AspNetCore.Mvc.Client.Common, Version=6.0.2.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

I've built a new version of the app (I've built 10's to try and resolve this issue). Below is the latest error I'm getting together with the IIExpress log:

#Software: Microsoft Internet Information Services 10.0 #Version: 1.0 #Date: 2022-12-19 19:46:45 #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken 2022-12-19 19:46:45 127.0.0.1 GET /_framework/debug/ws-proxy browser=ws%3A%2F%2F127.0.0.1%3A59492%2Fdevtools%2Fbrowser%2F5a253f60-088e-454b-a9ac-42a8defbe4cc 44367 - 127.0.0.1 - - 200 0 64 2417 2022-12-19 19:46:45 127.0.0.1 GET /_framework/debug/ws-proxy browser=ws%3A%2F%2F127.0.0.1%3A59492%2Fdevtools%2Fbrowser%2F5a253f60-088e-454b-a9ac-42a8defbe4cc 44367 - 127.0.0.1 - - 200 0 64 4422 2022-12-19 19:46:45 127.0.0.1 GET /_framework/debug/ws-proxy browser=ws%3A%2F%2F127.0.0.1%3A59492%2Fdevtools%2Fbrowser%2F5a253f60-088e-454b-a9ac-42a8defbe4cc 44367 - 127.0.0.1 - - 302 0 64 460 2022-12-19 19:46:46 ::1 GET / - 44367 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36 - 200 0 0 323 2022-12-19 19:46:46 ::1 GET /main.css - 44367 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36 https://localhost:44367/ 200 0 0 33 2022-12-19 19:46:46 ::1 GET /TankIntendent.Blazor.styles.css - 44367 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36 https://localhost:44367/ 200 0 0 36 2022-12-19 19:46:46 ::1 GET /_framework/aspnetcore-browser-refresh.js - 44367 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36 https://localhost:44367/ 200 0 0 46 2022-12-19 19:46:46 ::1 GET /global.css _v=638070753071003602 44367 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36 https://localhost:44367/ 200 0 0 69 2022-12-19 19:46:46 ::1 GET /global.js _v=638070753072694240 44367 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36 https://localhost:44367/ 200 0 0 109 2022-12-19 19:46:46 ::1 GET /_vs/browserLink - 44367 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36 https://localhost:44367/ 200 0 0 59 2022-12-19 19:46:46 ::1 GET /_framework/blazor.boot.json - 44367 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36 https://localhost:44367/ 200 0 0 21 2022-12-19 19:46:46 127.0.0.1 GET /bootstrap.bundle.min.js.map; - 44367 - 127.0.0.1 got+(https://github.com/sindresorhus/got) - 404 0 0 2 2022-12-19 19:46:46 ::1 GET /appsettings.Development.json - 44367 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36 https://localhost:44367/ 200 0 0 7 2022-12-19 19:46:46 ::1 GET /appsettings.json - 44367 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36 https://localhost:44367/ 200 0 0 7 2022-12-19 19:46:47 ::1 GET /_framework/dotnet.7.0.0.vr07g1hgoh.js - 44367 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36 - 200 0 0 18 2022-12-19 19:47:02 ::1 GET /TankIntendent.Blazor.styles.css - 44367 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36 https://localhost:44367/ 200 0 0 9 2022-12-19 19:47:02 ::1 GET /main.css - 44367 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36 https://localhost:44367/ 200 0 0 13 2022-12-19 19:47:02 ::1 GET /global.css _v=638070753071003602 44367 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36 https://localhost:44367/ 200 0 0 30 2022-12-19 19:47:02 ::1 GET /bootstrap.bundle.min.js.map; - 44367 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36 - 404 0 0 1 2022-12-19 19:47:02 ::1 GET /bootstrap.min.css.map - 44367 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36 - 404 0 0 1

Below is the appsettings.json in the Blazor folder: { "App": { "SelfUrl": "https://localhost:44367" }, "AuthServer": { "Authority": "https://localhost:44358", "ClientId": "TankIntendent_Blazor", "ResponseType": "code" }, "RemoteServices": { "Default": { "BaseUrl": "https://localhost:44358" }, "AbpAccountPublic": { "BaseUrl": "https://localhost:44358" } }, "AbpCli": { "Bundle": { "Mode": "BundleAndMinify", /* Options: None, Bundle, BundleAndMinify / "Name": "global", "Parameters": { "LeptonTheme.Style": "Style6", / Options: Style1, Style2... Style6 */ "LeptonTheme.ChangeStyleDynamically": "true" } } } }

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:

  • ABP Framework version: v6.0.2
  • UI type: Blazor Web Assembly
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:

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.ClientProxyBase1.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__331[[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__311[[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 ---

  • Steps to reproduce the issue:"
  • Using ABP Suite, I've created many variations of the Tiered version and cannot get past this problem. I select the various options from the ABP Suite interface. I allow ABP Suite to create the database and complete migrations, both of which complete successfully (tables are created). I then run the http.api.host version which runs successfully, as does the public website. However, when I run the .Blazor project, I repeated get the above error. Below is the appsettings.config from the Blazor project:

{"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:

Showing 11 to 13 of 13 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 12, 2025, 10:36
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.