SignalR stream locally accessible, no longer accessible after deploy with docker
I’ve been working with ASP.Net for about 3 months now and wanted to have a look at the SignalR streams today. Everything works fine locally, but as soon as I build it via Github Actions with Docker and deploy it to my Ubuntu server (Docker and Portainer are not running anything else) the SignalR stream is no longer accessible. All other endpoints (GET, POST, etc.) are perfectly accessible.