hi
You can try to replace this line:
@(await Component.InvokeAsync<ContentAlertsViewComponent>())
to
@(await Component.InvokeAsync<PageAlertsViewComponent>())
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.
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.
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.