hi
Thanks. We will check and fix that asap.
hi
You can store some session data in Distributed Caching(Redis) with the current id as the key.
https://abp.io/docs/latest/framework/fundamentals/caching
Thanks.
hi
the distributed handler creates a separate UoW to run the migrations in with _unitOfWorkManager.Begin(requiresNew: true), which queries the database before the original UoW commits. Result: tenantConfiguration.ConnectionStrings.Default is null, so migrations don't run when they should.
The TenantCreatedEto event should be published when a tenant is created. Which means the new tenant is already in the database.
Thanks.
hi
We are building an MCP server, but itβs not finished yet.
We will send an email once it is available.
Thanks.
hi
> abp get-source Volo.Abp.LeptonXTheme --version 4.2.1
Thanks.
hi
Can you add at least one 2fa provider? eg: confirm your email or phone number?
Thanks.
hi
AddToInbox is single-threaded, not concurrent, but I don't think it will become a bottleneck.
You can test it to see.
Thanks.
Thanks. π