- ABP Framework version: v9.0.5
- UI Type: Angular
- Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MongoDB
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
Hi team,
we have recently upgraded from 8.x.x to 9.0.5.
However the login with this tenant button from host-admin account seems to be gone.
we used to be able to use "Login with this tenant"
Thank you.
6 Answer(s)
-
0
Hi,
Did you follow migration guide properly?
https://abp.io/docs/latest/release-info/migration-guides/abp-9-0
-
0
Hi,
Did you follow migration guide properly?
https://abp.io/docs/latest/release-info/migration-guides/abp-9-0
Hi yes, we did follow the guide.
-
0
Hi,
I created an application template with Angular UI from scratch but I didn't reproduce your problem.
If
Impersonation
permission 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.
-
0
Hi,
I created an application template with Angular UI from scratch but I didn't reproduce your problem.
If
Impersonation
permission 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
-
0
Hi,
I created an application template with Angular UI from scratch but I didn't reproduce your problem.
If
Impersonation
permission 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
-
0
Closing the issue. Feel free to create a new issue if you have further questions.