Hi musa.demir,
ismcagdas had sent me the github invitition and it worked...
Thanks, Mahendra
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
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
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