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.
Hello @ismcagdas
NO. We are still struggling with this issue and client has raised this from time to time. Can you look at this issue please ? Maybe look at issue remotely via zoom ?
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
Yes we did that however, its not working.
My question is , can we use metronic 6 with latest template.. 9.3.1 - rc ? If yes it would great because our application is already in production.
Can you help here ? Or any other suggestions ?
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