CORS error when accessing a SignalR hub hosted on Azure App Service
I have a .Net Core application running on an Azure App Service instance. The application is a WebAPI that also has a SignalR Hub. Both the backend and the hub are being consumed by a client hosted on Azure Static Web App.