Skip to main content

Running SignalR Locally in Utopia

To run locally, in the Utopia.Startup.ConfigureServices function, you need to comment out all the if statements and lines related to configuring signalr (see screenshot below) except services.AddSignalR();

image.png