Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "mahendra"

Answer

Hi musa.demir,

ismcagdas had sent me the github invitition and it worked...

Thanks, Mahendra

Answer

Hi ismcagdas,

Not sure why I am not able to access the link. I am a member of GitHub (See screen shot below)

I am logged in using cxs-mahendra

Still not able access the link

Please help

Regards, Mahendra

Question

Hi Expert,

We have lots of components in our angular project and similarly lots of AppSerivce created in .Net Core. It takes long to render even the login page. Whatever we could have analyze, fix, we have done that. Here is the login page URL:

https://tagrain.net/account/login

Could you please give us some hint as what could be the reason of loading the page so slow.

Appreciate your quick response on this.

Regards, Mahendra

  • What is your product version?
  • 5.2
  • What is your product type (Angular or MVC)?
  • Angular
  • What is product framework type (.net framework or .net core)?
  • .net Core

I am sending entity notification. I want to get the subcriber user against the Entity is there any method available in the Framework or otherways to get this list.

Thanks Ashish

Hi @musa.demir I have Checked the log file. I donot found any error in the log.

Thanks Ashish

Hi musa.demir ,

Currently we are using Abp, Version=5.2.0.0. I have implemented the code as per details given in link Still we are facing this Real-time notifications not working when an EntityIdentifier is set.

Please suggest.

Thanks Ashish Mohan

Hi ismcagdas,

yes , the same json file with the Strange Chanracter is generated . However we have noticed this behaviour for few fields like identififer, URL , version etc . as mentioned earlier.

Note : We are not making any changes in the generated JSON file.

Thanks Ashish

HI musa.demir ,

This Json file is generated from tool. We have not modified anything.

When we type the variable again, this error gone. Please suggest what i need to do.

Still we are facing same issue .

Thanks Ashish

Thanks ismcagdas,

But attached link is not working .

  • What is your product type (Angular or MVC)?
  • Angular
  • What is product framework type (.net framework or .net core)?
  • .net Core

i Have CHecked the notification with the EntityIdentifier but it is not working,I have added following code in the request

await _notificationPublisher.PublishAsync(AppNotificationNames.NotificationMessageProjectCreated, notificationData
                , entityIdentifier: new Abp.Domain.Entities.EntityIdentifier(typeof(OEProject), (int)OECore.NotifictionModule.Project),
                severity:NotificationSeverity.Info, tenantIds: new[] { user.TenantId }
                );

But not working when i have set EntityIdentifier

it is working fine with the following code

await _notificationPublisher.PublishAsync(AppNotificationNames.NotificationMessageProjectCreated, notificationData
                , tenantIds: new[] { user.TenantId }
                );

i Have Checked also in google https://github.com/aspnetboilerplate/aspnetboilerplate/issues/5230

Refernce of the Table https://aspnetboilerplate.com/Pages/Documents/Notification-System

Thanks Ashish

Showing 91 to 100 of 203 entries