When a tenant is created, we would like to send an email, an account confirmation email, to the tenant admin email address, so that they can verify/confirm their email address. Once they confirm their email we would then activate the tenant. How can we go about this? Send email to tenant admin on tenant creation.
We would like to enable our Tenants to register their own applications (Clients) in OpenIddict. Their registered applications can then access the data in that Tenant only.
Is this possible?
The angular app is getting the environment configuration with the tenant header included, which is unneccessary.
How can we prevent the angular frontend from sending this header?
If you're creating a bug/problem report, please include followings:
How can we enable DbContext Pooling as described here:- https://learn.microsoft.com/en-us/ef/core/performance/advanced-performance-topics?tabs=with-di%2Cwith-constant
It has some performance advantages as described in the documentation above.
Considering that the abp codebase uses the following pattern to configure dbcontext.
How would we enable dbContext pooling?
We want to generate client-side proxies without the dependency on angular.
We want to use the generated proxies in a React application. Including models and services.
We are experiencing frequently recurring HTTP 500 Errors when restoring packages in our CI/CD environment.
This is affecting our productivity and lowering our velocity.
Is there a workaround for this?
Intermittent and unpredicatable HTTP 500 returned by nuget.abp.io when running builds on Github.