C
C#8mo ago
Justin_H

✅ SignalR Debug / launch fail

For as long as I've worked on my current project I haven't need to debug signalr related pieces of the app so I forgot that i disabled it locally months ago. Now I need to get it working but no googling seems to lead me to solving this startup problem on my local environment. The uri template in launchsettings looks good afaik. So I'm left beliving some component is missing on my machine. This error is unhelpful though so I'm hoping someone here can point me in the right direction.
No description
3 Replies
Unknown User
Unknown User8mo ago
Message Not Public
Sign In & Join Server To View
JakenVeina
JakenVeina8mo ago
yeah, it looks like {url.port} is supposed to be subbed-out for an actual value determined at runtime, and it's not try creating a brand new project from template (if there is one for a SignalR project) and see if you can spot what your project is missing or doing differently, during setup
Unknown User
Unknown User8mo ago
Message Not Public
Sign In & Join Server To View