The thing is that the files are not able to be generated even though we already ran this command(both locally and on the pipeline). Let's say we run this command in our root folder, can it detect the module itself and install the corresponding library for them as well? If not where should we run the command for the modules? Any suggestion?
If you say they are removed in the newer version, does that mean these two pages are no longer available? Do you think we should upgrade our project abp version again?
Hi, after some testing, we figure out that we are not able to access to these two pages after commenting out those two lines
so these two files are sitting under here(this is my local env and i don't know how they are being generated)
I am pretty sure these files are generated by abp install-libs command right? but we are not able to run it in the Account.Pro project
Thanks, I found it myself actually.
I was following this https://abp.io/docs/latest/framework/ui/angular/data-table-column-extensions#data-table-column-or-entity-prop-extensions-for-angular-ui
but I was not able to find the correct import.
I was importing PropContributers from @abp/ng.tenant-manegement
, but infact the correct import is '@volo/abp.ng.saas'
How do I change the UI for login page ?
I see the login is redirecting to https://localhost:44000/ server side
Also, I want to keep login page as my landing page, how can I achieve that ?
Thanks, I will try this
Thanks, I appreciate your help. I will use /connect/token
Thanks, the cookie was the issue.
I removed cookies from the postman. Is there any other way to handle it or I will have to manually remove cookies every time? They were added in my previous /account/login call