Any assistance is appreciated. Thanks
Any assistance is appreciated. Thanks
Actually I noticed that the notifications are being received. But since I am running in Chrome, Chrome asked me to Allow/Block notifications. So now notifications are appearing as a desktop-popup rather than they appear in the header top-bar notification area. Even if I go to /app/notifications page, they are not stored there at all.
any idea?
Hello gentlemen, I am also facing problem trying to configure Hangfire. It only worked after I add this line too:
JobStorage.Current = new SqlServerStorage(_appConfiguration.GetConnectionString("Default"));
I thought that was already configured when this line runs:
services.AddHangfire(config =>
{
config.UseSqlServerStorage(_appConfiguration.GetConnectionString("Default"));
});
Thanks
Thanks. Maybe this is the best option. To make use of server-side events since they exist and then use SignalR to call some code on client side to invalidate the data in Local Storage.
Thank you
Thanks for your time Ismail.
I could make use of the abp.event.trigger and abp.event.on but then I have to add this code to the OU screen, is that okay? Or I shouldnt be touching those screens in general.
Thanks for taking the time to answer my post. It is understood now.
Thanks a lot
Thanks :)
Any assistance?