App Service returns nothing but no changes done

60856927 66 Reputation points
2025-01-11T17:29:03.54+00:00

I have Azure App Service (NET 8) running some APIs and few static pages. All worked well for months. Today I noticed that all APIs and pages stopped to work. At request (both to API and static pages) it returns 200 with empty response.

Local debug works well - APIs and pages response correct.

Nothing changed in the service. I restarted it several times but it doesn't help. I did Republish few times but result is the same - 200 with empty response.

On Azure portal nothing indicates about a problem.

Here is URL example that should return data: https://gamingwebapp.azurewebsites.net/api/Ads/GetIndieAds

In Application Event Logs I found:

Category: Microsoft.AspNetCore.Server.IIS.Core.IISHttpServer
EventId: 0

Unexpected exception in static IISHttpServer.HandleRequest.

Exception: 
System.MissingMethodException: Method not found: 'System.Nullable`1<System.Net.Security.TlsCipherSuite> Microsoft.AspNetCore.Connections.Features.ITlsHandshakeFeature.get_NegotiatedCipherSuite()'.
   at Microsoft.AspNetCore.Server.IIS.Core.IISHttpServer.IISContextFactory`1.CreateHttpContext
   at Microsoft.AspNetCore.Server.IIS.Core.IISHttpServer.HandleRequest(IntPtr pInProcessHandler, IntPtr pvRequestContext)

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,143 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. 60856927 66 Reputation points
    2025-01-11T20:16:12.2433333+00:00

    Solved the problem by removing SignalR nuget.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.