Hi,
I am having this weird issue where the roles UI does not display when i am running locally but will display the list when published and deployed on other environments.
I you look at the screenshot it has data and I have checked the API as well where as the response of the API is having the exactly same response of 33 items in both the environments and list is displayed on other environments but not when running locally. I am using the ABP angular dotnet core framework. I do not see any code to debug this issue as it all comes from abp libraries.Any help in this regard is appreciated. Thank you pai
I need to add an API to the list of API in my project ;
abp generate-proxy -t ng ABP CLI 8.3.0 "@abp/ng.schematics" version is lower than ABP Cli version. Unknown option: '--url' Unknown option: '__default' Unknown option: '--entry-point' Unknown option: '__default' Unknown option: '--service-type' Unknown option: 'application'
abp generate-proxy -t ng -m identity -u https://localhost:44305 ABP CLI 8.3.0 "@abp/ng.schematics" version is lower than ABP Cli version. Unknown option: '--url' Unknown option: 'https://localhost:44305' Unknown option: '--entry-point' Unknown option: '__default' Unknown option: '--service-type' Unknown option: 'application'
Please advice
I am having Two Factor Authentication - Optional Some of my users have two factor authentication enable and they enter there user id - which is preconfigured in db
So for user who do **not **have two factor authentication enable - they enter there user id and password and then again they are redirected and asked for credentials.
Please advise for this issue.