Open eriansuwandi opened 5 years ago
Hi Erian. Unfortunately for this project, I'm not working in Sitecore anymore and I don't have access to any Sitecore instances to freshen my memories and help you. I will archive this repository soon as I don't expect to work on it.
@eriansuwandi
Hi Erian, Not sure if you are still looking for this solution. This repo was really helpful and this fix might help someone.
You are getting this error because SignalR is not initialized. Patch SignalR initialization after first Sitecore processor, something similar to the below given example.
Note: Replace xxx below with your assembly.
<owin.initialize>
<processor type="xxx.xxx.xxx.InitializeSignalR, xxx.xxx"
patch:after="processor[@type='Sitecore.Owin.Pipelines.Initialize.SetGlobalExceptionHandler, Sitecore.Owin']"/>
</owin.initialize>
Hi cheers,
I'm using sitecore 9.1 and i got 404 errors when load the /signalr/hubs.
I already tried with many approach but the result still same. Hope someone can help me..
Thanks in advance!!