-
ABP Framework version: v9.0.2
-
UI Type: Angular
-
Database System: EF Core (SQL Serve)
-
Auth Server Separated (for Angular): yes
-
Exception message and full stack trace:
-
Steps to reproduce the issue:
After upgrading to version v9.0.2 the option LoginWithThisTenant disappear from tenant actions
-
All permission is granted
-
All backages from front-end packages are the same as the template project
-
I think the problem is something missing in the back end but I compared the template project with my project and couldn't find the issue
-The front end is working fine because when I connect the template front with my back--end server this option disappears -
I checked the Database by connecting the template project and my project to the same db, the template is working but my project is still missing this option
kindly your support
3 Answer(s)
-
0
Hi
Can you try to clear redis cache?
-
0
I already disabled redis in both project (my project and template)
and this option was working in v8 before upgrade -
0
can you share the
package.json
andyarn.lock
files?