Base solution for your next web application

Activities of "dev.touchpoint"

I found a way to catch error, now can straight away get the error code after parsed to JSON:

const parsedObj = JSON.parse(error.response);
if (parsedObj.error.code !== 1) {
    this.message.error(this.l('ContactAdmin'));
}

Thanks, Kenny.

Hi support team,

This module is no more in v8.8.0, so is there any other way to catch the error?

Thanks, Kenny.

Hi support team, I'm using ASP.NET Core , Angular, v6.9.0.0 project.

Loading spinner is not showing when the code reaches here:

MainActivity.cs:

Thanks, Kenny.

Hi,

Thanks for the information, I will try and come back here if there is any issue or challenge.

Thanks, Kenny.

Hi,

We are using non-core project, any reference for non-core project?

Thanks, Kenny.

Hi, our concern is how to implement sending verification code by SMS to user based on the phone number. I don't see any function similar to send verification code from AbpLogInManager.

Do we need to implement third party framework or ASP.NET has this function?

Thanks, Kenny.

Hi, nope.

What we are trying to achieve is register/sign up by phone number + SMS verification code.

Sorry for late response.

Thanks, Kenny.

Hi, yes I meant phone number sign up.

Sorry for late response.

Thanks, Kenny.

Hi maliming,

Thanks for the quick response.

Thanks, Kenny.

Hi, me and my team are using non-core ASP.NET Zero Version 5.6.0 (ASP.NET MVC 5 & AngularJs 1.x).

We are wondering how to implement so call User site and Admin site, which means:

  1. If a user login, system will directs the user to User site
  2. If admin login, system will directs admin to Admin site.

Thanks, Kenny.

Showing 1 to 10 of 25 entries