Base solution for your next web application

Activities of "zyrel.sermon"

Question

Hi,

We are having issues changing languages on version 8.2 of aspnetzero, our setup is multi-tenant with different default languages. What we need is to limit certain languages per tenant but we are having issues doing it, we've tried bypassing it on the database but still it doesn't work.

Please advise,Thanks.

Question

Hi,

We are experiencing sudden increase in connections in our server, is there a documention or guide in anz on how to handle/ dispose connections? Is there any retry mechanism in anz if theres a failed connection? or is there a way to reused connections? Please advise.

Thanks

Question

Hi,

Is there any tutorial or documentation on how to implement interception logic in EF Core? Is there a retry mechanism in anz for creating connections in the database? we are using v8.2.0.0

Thanks

Question

Hi Is there any chance that you are using the service bus in the latest version of anz with devexpress reporting? We are using the 8.2.0 version of anz and integrated it with devexpress, based on our observation the processing time of the service bus has an average of 5 secs. Upon checking on the changelogs the latest version there are already integration of devexpress. I was wondering if you could give us some steps to follow on how to setup this up properly? It is possible that we miss some step on our integration that's why it takes some time to process. Please advise, Thank you.

Question

is there any docs or guide on how to implement webhook reciever on anz 8.2?

thanks

Hi,

We're unable to disable a webhook subscription on anz 8.2, after clicking the disable button, it says disabled but after refreshing the page it goes back to enabled. Do you have a fix for this on version 8.2? or do we need to update our version of anz? Please advise thanks.

Hi

after upgrading to 9.2 we're having issues after logging in as admin and it keep us logging out after logging in. Please advise,thanks

Question

Hi is Metronic Demo 1 the default theme in version 9.2?

Hi

After upgrading to 9.1 we encounter this issue upon start of the application

Cannot read property 'currency' of undefined

upon checking the code

export function getCurrencyCode(injector: Injector): string {
    let appSessionService: AppSessionService = injector.get(AppSessionService);
    return appSessionService.application.currency;
}

the appSessionService.application returns undefined

are we missing an import? Please advise, thanks

Hi Im having issues during npm start

already added

import { ModalModule  } from 'ngx-bootstrap/modal';

and

ModalModule.forRoot()

in the app.module.ts

still got the same error, Am i missing something? Please Advise, thanks.

Showing 1 to 10 of 15 entries