I will be using the endpoints from my Abp 9.3.5 MVC Tiered project in an Abp 9.3.5 MVC Single layer project. Is it possible to add the HttpApi.Client layer from the Tiered project to the Single Layer project? Can I use the endpoints here in the same way I used them in the Web layer of the Tiered project? What should I pay attention to in this regard? I would appreciate it if you could also answer how to make an authorized request.
Hello; I have opened multiple MVC+Postgresql+Tiered projects. Their tasks are:
I want all applications to use the Auth Server for authentication and authorization. I filled in the AuthServer section in appsettings.json in the projects (web and host). I added the relevant project names to the AuthServer openiddict tables. I even disabled DynamicClaims. However, the clients' web applications cannot obtain permissions from the AuthServer.
Is there an article, video, or sample client/server project that explains this topic from the beginning?
How much does Abp.io support CQRS?
Is there a method, library or library customization you recommend to use CQRS pattern in Abp project?
Hello; As far as I can see, abp.io has reached a good point in microservices as stated on the website and it is possible to create projects and get support in this architecture. But I could not find any information about SCS projects.
Is it possible to find a solution in abp.io in SCS (Self-Contained System) type projects? Are there any friends who have done it? Is there any documentation on this subject?
I updated my commercial project from 7.4 to 9.1. The multi-tenant system is active. When I try to enter the administration (Angular) panel on the server, it automatically brings “api” to the end of the subdomain name and a subdomain address that I do not have appears and falls into CORS error.
For host tenant: Angular subdomain : xtest Api subdomain : xapitest
Faulty subdomain that the system automatically tries to go to: xtestapi
Is there anywhere I need to change about this after the update?
Hello there
We know that there is a problem with the dbcontext class running concurrently in the same scope.
In Hangfire, if different background workers run at the same time, will there be a concurrency problem when recording data related to dbcontext? How is it safe to use multiple dbcontexts in ABP.IO in Hangfire at the same time?
I am attaching below the working code in a sample worker (DoWorkAsync method in HangfireBackgroundWorkerBase class). Is it ok if all my worker classes work like this?
According repository guide, I try to close entity tracking but it doesn't work as below as you can see. By the way, I don't want to close the whole repository or class, I just want to close some queries.
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info:
Tenant management does not appear in the admin user, although we have authorization in the angular management tab. Only the SaaS management section appears. How can we see and use normal tenant management?
When we add a tenant from the SaaS section, it assigns a record to the SaasTenants table, but we cannot enter the administration panel with this customer.
When we manually add a record to the AbpTenants table, we can log in with the relevant customer user. But we also had an authorization problem.
IsMultiTenant variable is also marked as true.