Activities of "maliming"

hi

I found the problem. I will provide a solution soon.

Thanks.

hi

Sent by https://wetransfer.com/

Thanks. I'm checking them.

hi

After login use tenant,throw the exception:

Can you share the logs after this exception?

I checked the logs. The databases have migrated successfully.

Thanks.

Answer

hi

All the modules can work without an inbox and an outbox. You can enable/disable them in your app code. See https://abp.io/docs/latest/framework/infrastructure/event-bus/distributed#outbox-inbox-for-transactional-events

I have shared the StripePaymentGateway.cs with you. Can you check and try to override its methods? eg HandleCustomerSubscriptionUpdatedAsync

Thanks.

Answer

hi

[20:47:08 ERR] Value cannot be null. (Parameter 'serviceType')
System.ArgumentNullException: Value cannot be null. (Parameter 'serviceType')
   at System.ThrowHelper.Throw(String paramName)

Do you have such code in your module?

Configure<AbpDistributedEventBusOptions>(options =>
{
    options.Outboxes.Configure(config =>
    {
        config.UseDbContext<YourDbContext>();
    });
    
    options.Inboxes.Configure(config =>
    {
        config.UseDbContext<YourDbContext>();
    });
});

Thanks.

Thanks

Can you confirm the appsettings.Development.json doesn't contain http

appsettings.Development.json
appsettings.json

Please also share the code of MyApplicationBlazorModule and MyApplicationBlazorClientModule

liming.ma@volosoft.com

Thanks.

hi

What is your email?

I have changed your project to an abp modular app.

Thanks.

What are the connection strings of the current tenant?

You can try creating a new tenant with a custom connection string, then check the logs.txt file to see if the tenant migration is successful.

Thanks.

hi

Can you try to exclude the message by .Filter.ByExcluding(logEvent =>?


Log.Logger = new LoggerConfiguration()
#if DEBUG
    .MinimumLevel.Debug()
#else
    .MinimumLevel.Information()
#endif
    .MinimumLevel.Override("Microsoft", LogEventLevel.Information)
    .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
    .Filter.ByExcluding(logEvent =>
    {
        return logEvent.MessageTemplate.Text.Contains("health-status") || logEvent.MessageTemplate.Text.Contains("Health checks");
    })
    .Enrich.FromLogContext()

Thanks.

Showing 1381 to 1390 of 11557 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
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 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.