When any single API call is made from aspnetzero its causing the .Net Core Host process to report High CPU usage. The aspnetzero application is hosted on Windows Server 2016. Database is also located on the same server. Customer is complaining of High CPU Usage around 90% , when just one user is using the application.
Can you suggest what we can do as the dev team to reduce this CPU usage ? We have for now suggested client to separate DB server and Application server. Performance is not an issue since data is populated quite fast on the UI.
Any improvements and suggestions are most welcome to satisfy our customer.
Thanks,
We are unable to run the Tests Suite using Playwright. Getting the following error while using CI as well as npm test
Followed instruction as per the aspnetzero documentation for UI testing.
Can you please guide as to what is happening here ?
Thanks
Hi ANZ ,
I have recently upgraded ANZ template version to 10.4.0, After running nswag command template updates the methods in service-proxies and then it shows an errors to accept null values in methods arguments available in service-proxies.ts file. Can you please let me know what I am missing? is this is a bug or a feature introduced in latest version?
when we do any CRUD operation on any component , after getting the result, we can see the notify.success message. But we get this console error(below) and greyout page and unable to perform any action until the page refreshes.
ERROR TypeError: Cannot read property 'removeEventListener' of undefined at removePopupAndResetState (scripts.js:33343) at handlePopupAnimation (scripts.js:33417) at SweetAlert.close (scripts.js:33386) at dismissWith (scripts.js:34217) at scripts.js:34278 at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (polyfills.js:12578) at Object.onInvokeTask (vendor.js:71493) at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (polyfills.js:12577) at Zone.push../node_modules/zone.js/dist/zone.js.Zone.runTask (polyfills.js:12350) at push../node_modules/zone.js/dist/zone.js.ZoneTask.invokeTask (polyfills.js:12653)
This issue is encountered only sometimes and mostly when logged in for first time.
we have updated aspnetzero version from 9.2 to 10.1 but still are getting this issue in 10.1 this issue is there in both version ie 9.2 and 10.1
Can you please help ?
We are trying to install Survey Analytics for SurveyJS . SurveyJS is installed without issue. However, while installing Survey Analytics, we always get this error
Here are the Survey Analytics version
We tried following :
Hence it seems to us as an aspnetzero framework issue. Can you please provide suggestions or resolution to this ? This is urgent.
Thanks
I am working on version 8.9.2 ( ASP.Net Core & Angular) with LDAP enabled. When I try to login on http://localhost:4200/account/login, I always get an unhandled exception:” LdapException: The LDAP server is unavailable”. If LDAP is unavailable , it should use standard template login automatially but, unfortunately this is not working in this version. Could you please provide a solution for this?
What is your product version - 9.0
What is your product type - Angular
What is product framework type - .net core
Which theme are you using?
What are the theme settings?
In the sidebar menu in the image below, we are facing the issue for last few items in the dropdown. We have used dropdown menu in the implementation.
In last few items , if we have submenus, they are not scrollable and not visible. Can you please help here ? This issue has been observed on the metronic website as well.
Any pointers to resolve this issue would be greatly helpful....
Thanks.
In the aspnetzero framework of above version , instead of subdomain as a tenancy name , our client wants domain as a tenancy name For example :
Agentes.domain1.com or
Agentes.domain2.com
It will be the following option: "http://mydomain.{TENANCY_NAME}.com/" . requirement needs each tenant holder should have their own registered domain
My question is , is this possible and if yes how can we do this ? How do we handle the tenant url ? I know this can be done with a DNS entry on Admin part, but what about the implementation in aspnetzero ?
Thanks
product version .NET Core and Angular 9.2.1
I have a Query regarding tenant database creation on Azure elastic pools :
In current template 8.9 , When we create a new tenant with separate database option, its DB get created using following method
_abpZeroDbMigrator.CreateOrMigrateForTenant(tenant);
As this method is present in library , I am unable to modify this method. I want to change the DB creation logic so that DB gets created on Azure elastic pool
Can you please guide me how to extend existing template method to achieve this functionality ?
Thanks you
We migrated our Angular & .NET Core version to 9.3.1 - rc , but it seems that in latest version of the template , previous Metronic classes do not exist anymore.They have been replaced with new ones. So the issue is we are not able to migrate easily to the newest template. Same is the case for version 9.2.1
Our client project is already using the metronic classes since last 6 months.
Can you suggest the quickest solution for this please ? we do not want migration to affect the existing UI of client project already in production.
Any urgent help would be appreciated.
Thanks