- ABP Framework version: v7.1.0
- UI type: Angula
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
Hey, we have a pretty urgent issue where we cannot login into our host side in one of our production environments after Abp 7 update. For some reason the login page now shows this for host side login. Tenant side logins work normally
Can you give us pointers on what affects this. I know there is a Abp.Account.EnableLocalLogin -setting that for some reason was in False for our host, but I think that value has not changed in the Abp 7 update. I switched to True in database and tried to refresh the cache but that did not fix the issue.
4 Answer(s)
-
0
I switched to True in database and tried to refresh the cache but that did not fix the issue.
hi
Please share the settings table records.
liming.ma@volosoft.com
-
0
I got this fixed by installing the old Abp 5 version back, saving the EnableLocalLogin setting as true from the Account settings and re-installing the new version. I think that I was not able to refresh the cache after all. I guess the Abp 7 (or 6) version contained a bug fix that now the setting is correctly considered in the login page? However, I noticed that one of our tenants also had that setting as False, and their login page did not give that error. There might still be the same bug in the tenant side?
-
0
I don't remember
EnableLocalLogin
ever having such a bug. It should have been changed in the UI. -
0
Yes, we haven't customized the login page, so it is a weird situation. Anyway, closing the ticket since we got it working. Thank you