Hi,
I got it, this code comes from the Multi-Tenancy(open-source) module. Here is the code: https://github.com/abpframework/abp/blob/6f8847dd012fa715be029385b9bc1b52e1a0afd5/framework/src/Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy/Pages/Abp/MultiTenancy/TenantSwitchModal.cshtml
We have looked into your case, but we have never given source code access with the Team license. I think you are confusing it with open-source code.
Hello, I have forwarded your problem to the relevant people and they will contact you.
Hello,
ABP obtain a cancellation token from HttpContext. Other than that, it doesn't do anything extra to cancel a request. See more: https://abp.io/docs/latest/framework/infrastructure/cancellation-token-provider
I don't think the problem is caused by ABP, but if you can send a minimal reproducible example, we can solve your problem together.
Hello,
I tried to reproduce the problem but I could not. BackgroundJobEnabled should be false, but this value may also be coming from the cache. In order to determine this situation, can you confirm whether you see the value in the database when you close and open your Redis server or restart the application?
Closing the issue. Feel free to create a new issue if you have further questions.
Hi,
I created an application template with Angular UI from scratch but I didn't reproduce your problem.
If
Impersonationpermission is granted for the admin user, I can see the "Login with this tenant" button like above.
Can you also generate a new template from scratch? So, we can understand the problem is in ABP or your solution. If the problem is in your solution, we can only focus on your solution.
Hi, i found the bug, had to add these to angular env files
impersonation: { tenantImpersonation: true, userImpersonation: true, }this is not in the migration article - https://abp.io/docs/latest/release-info/migration-guides/abp-9-0
I am very glad that the problem is solved. Since I checked our documentation, this is mentioned in the migration guide we wrote for the migration from 8.0.* to 8.3. See: https://abp.io/docs/latest/release-info/migration-guides/abp-8-3#angular-ui
I can't find the js code to set the tenant with the __tenant value in querystring, can you show me where the js function is? because I want to change the UI a little bit. or is it just set by QueryStringTenantResolveContributor? QueryStringTenantResolveContributor -> CurrentTenant-> CurrentTenant.Name
When you remove tenant selection from the UI, the parameter from the query will not be very important. So you don't need to worry about it.
can you show me where the code for the switch tenant pop up window is? I couldn't find it
This code comes from the layout of the theme.
You can also look at the content published on this topic. See:
Hi,
This error does not seem to be related to us. Because one of the packages mentioned in the error is Volo.Abp.Localization. However, this package is located on nuget.org. See: https://www.nuget.org/packages/Volo.Abp.Localization/9.1.0-rc.3 .
Probably a short-term problem occurred in nuget.org. Is the problem still persisting now? If it is still happening, can you check the NuGet.config file of your project and confirm that it looks like the picture below?
Hi,
First of all, thank you for submitting the Domain layer of your project. Everything seems normal but there is one place I suspect. Can you send the content of your MyAppDbContex class?