Base solution for your next web application

Activities of "zyrel.sermon"

Answer

Hi @musa.demir,

sorry for the late response, i've already created a webhook receiver, thanks for the documenation that you've provided. is there any way for us to generate a webhook secret key on 8.2 and use it on the receiver?

Question

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

thanks

Hi musa.demir<span class="colour" style="color: rgb(0, 0, 0);">

it worked on a clean project, were using angular by the way, i'm still checking what causes the </span>ActivateWebhookSubscriptionAsync to fail. 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

Answer

Just wanted to confirm, thank you very much

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.

Hi Im having issues after upgrading to 9.1 during npm start

its says "Add WidgetComponentBaseComponent to the NgModule to fix it." After adding it on the app.module.ts in the declarations it says

Am i missing something? Please Advise, thanks

Showing 21 to 30 of 38 entries