I understand 401 means unauthorized. I just wanted to show a Text-based response with 401. But I think it won't be possible then.
You can close the ticket. Thanks
I am not using UI for this one. My UI is just for tenant management. I am sharing API to be used by other integrations(outside of this project).
Yes indeed I am able to reach it with a get request locally, that is because i do have the files under the wwwroot folder which it is referencing to? In this case, I guess the solution is to commit these files into our repository
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 ?