Hi ASPNETZERO Support,
Is there a way to access a page inside the web app from an external application? Or any idea on how to do it? I'm planning to generate a PDF of an HTML page inside the Angular 2 Web App. But it needs login first to access the page.
Hi
The current web api of .net core automatically converts the result to json format i am having some problem exporting a CSV file from web api.
Hi,
I'm trying to extend non-abstract abp entity (OrganizationUnit) and followed this document (<a class="postlink" href="https://www.aspnetzero.com/Documents/Ex">https://www.aspnetzero.com/Documents/Ex</a> ... g-Entities). When I build it, there's no error. But when I'm trying to access the services that initializes an IRepository of that extended entity, I'm getting an error. "An internal error occurred during your request!"
We're using .net core project
I have deployed application client: mydomain.com/index.html server: mydomain.com
so for server I have used Visual studio publish and for client(ng2) I have used ng build --prod and copied files under from dist folder to wwwroot(folder on azure).
It works fine but when I go and hit some specific url it donot work, like if I share you url <a class="postlink" href="http://mydomain.com/app/admin/users">http://mydomain.com/app/admin/users</a> and as you to click and navigate you will see no page coming up.
So the problem is client is deployed at mydomain.com/index.html and routing is considering mydomain.com base url. Let me know whats the quick fix to this problem as I'm unable to share url of specific page. Thanks.
(PS: This is not a merged solution where we can deploy both client and server using visual studio)
I'm moved to the root directory and running the ng build --prod command but its not working. it says "you have to be inside an angular-cli project in order to use the build command." What should I do to fix it? I went through some post here and on other websites all I found is to uninstall angular-cli and install the updated version. But our aspnet zero v3.1 doesn't support updated version of angular cli.
Another solution I went through was updation of angular-cli.json file which is also not working because if go that way our application starts behaving abnormally like redirects after login stops working.
there is another problem with updation angular-cli module is dependency with other modules.
I need to deploy application to present it to client. Need help asap. Thanks.
Hi do we have any documentation for angular2 localization,jtable, and permissions management, I'm going through users, languages etc implementation to explore how they are implemented. I need to implement jtable for my other components and need to implement localization Also permissions management is required. Please share me some documents or reference url etc. thanks.
Hi I am adding few metronic layout4 pages to my angular2 front-end, I need to know how I can add my css and js files coming with those pages in order to make them work with webpack? Thanks.
I have followed this documentation to setup angular2+Core Solution <a class="postlink" href="https://www.aspnetzero.com/Documents/Getting-Started-Angular">https://www.aspnetzero.com/Documents/Ge ... ed-Angular</a>
things went really good as expected. But after successful login I'm unable to see dashboard, it redirects me back to login. I can find response of getCurrentLoginInformations in network tab of chrome developer area as below:
{"result":{"user":{"name":"admin","surname":"admin","userName":"admin","emailAddress":"[email protected]","profilePictureId":null,"id":1},"tenant":null,"application":{"version":"3.1.0.0","releaseDate":"2017-02-21T11:49:24.2387011+05:00"}},"targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}
but still getting navigated to login page. I guess in auth-route-guard.ts inside canActivate method its finding this._sessionService Undefined so navigating to login again?
Can you confirm if the email activation token expires? If so, where is this set in the code and how long for is the default?
Thanks
Is is possible to enable external authentication by Tenant?
For example: