Hi
please try by executing command=> yarn and then => npm start
Hi,
Please check interservice communication https://docs.abp.io/en/commercial/latest/startup-templates/microservice/interservice-communication
Also you can synchronize entity across service to do the query. you can see the cmskit module have synchronized identity users using event bus https://docs.abp.io/en/abp/latest/Distributed-Event-Bus
https://github.com/abpframework/abp/blob/dev/modules/cms-kit/src/Volo.CmsKit.Domain/Volo/CmsKit/Users/CmsUser.cs https://github.com/abpframework/abp/blob/dev/modules/cms-kit/src/Volo.CmsKit.Domain/Volo/CmsKit/Users/CmsUserSynchronizer.cs
Hi,
Can i know what challenges are you facing when using RoutersService?
Hi,
You can increase the token expiration time. https://github.com/abpframework/abp/blob/1863a619f172634b2eb4842f0c241c40a9642c91/docs/en/Modules/OpenIddict.md?plain=1#L425
Hi,
I am checking on this do you need a workaround?
Hi,
Can you please change url's of App--SelfUrl and AuthServer--Authority to deployed application URLs https://localhost:44325 to "deployed-application-url"
Hi,
You should add this Services.AddSignalR().AddAzureSignalR(); where your hub is created. is your hub created in {POJECT_NAME}BlazorModule ?
Please use Install the Microsoft.AspNetCore.SignalR.Client package to use the SignalR client
. to communicate to your hub as mentioned in this example https://learn.microsoft.com/en-us/azure/azure-signalr/signalr-tutorial-build-blazor-server-chat-app