hi
The log level still seems to be [INF] , can you change the LoggerConfiguration in all places?
var loggerConfiguration = new LoggerConfiguration()
.MinimumLevel.Debug()
.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
Can you also share your AdministrationServiceHttpApiHostModule code?
Thanks.
hi
Can you share ASP.NET Core debug logs of /api/abp/application-configuration request?
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
Thanks.
hi
Can you try to use the latest CLI?
https://abp.io/docs/latest/cli#installation
> abp get-source Volo.Abp.LeptonXTheme --version 3.3.4
[10:15:19 INF] Downloading source code of Volo.Abp.LeptonXTheme (v3.3.4)
[10:15:19 INF] Output folder: test-folder
[10:15:27 INF] Volo.Abp.LeptonXTheme.SourceCode (v: 3.3.4) package downloaded from https://nuget.abp.io/xxx/v3/index.json and saved to (/Users/maliming/.nuget/packages/)
[10:15:28 INF] 'Volo.Abp.LeptonXTheme' has been successfully downloaded to 'test-folder'
Thanks
Thanks. 👍
hi
What's baffling me is IDE publish of web project has issues and when done via command line no issues?
Maybe your IDE uses the outdated files.
so use dotnet publish command will works,
Thanks.
Thanks, I will check this case.
hi
Can Blazor server log in successfully via the auth server website?
If not what is the error screenshot?
Thanks.
hi
The source-shared-to-abp can't build successfully.
Can you share the full source code or test your code in a new template project and share it?
source-shared-to-abp/modules/lms/src/Ldr.Prime.Lms.Application/LmsApplicationModule.cs(1,17): error CS0234: The type or namespace name 'Common' does not exist in the namespace 'Ldr.Prime' (are you missing an assembly reference?)
source-shared-to-abp/modules/lms/src/Ldr.Prime.Lms.Application/LmsApplicationModule.cs(16,12): error CS0246: The type or namespace name 'CommonApplicationModule' could not be found (are you missing a using directive or an assembly reference?)
Thanks.