Activities of "maliming"

Thanks. We can watch it in next version.

hi

You should sync the source code after upgrading the version because some pages and JS might change.

Plus, I also notice there are a Themes folder contains all source code of the theme? Where these files come from?

The template project doesn't contain the theme's source code. Can you share more?

hi

the swagger is break complain about missing FlagIcon.

Please share the error on the frontend and backend.

Thanks

hi

Generate ABP solution with => abp new PruebaAbp -u Blazor 2) run PruebaAbp.DbMigrator => creates database correctly 3) run PruebaAbp.Blazor => Causes error " An unhandled error has ocurred" 4)

An unhandled error has ocurred

What are backend logs?

hi

1.

Please share the code of HQSOFT.eBiz.CoreBackend.AuditLogging.ExtendedAuditLogContributor class. there is a NullReferenceException

2.

Please set log level to Debug and re-share the logs.

public class Program
{
    public async static Task<int> Main(string[] args)
    {
        Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Debug()
            .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
            .Enrich.FromLogContext()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())
            .CreateLogger();

Thanks.

hi

You can create a Domain Service, move your code into it, and then call it in the Application service and your job class.

hi

What UI type of this page?

MVC or angular?

If it is angular . You can try to override the AuthWrapperComponent component

Failed to load swagger UI after creating new project with chat module.

This will be fixed in the next patch version. Sorry for that.

https://github.com/abpframework/abp/pull/20428

Yes, I will ask our suite team.

Showing 481 to 490 of 7737 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 13:33