I have recently upgraded our web API to .net framework 4.7.2
and updated all nuget packages then after deploying to azure I get the internal server error. I have turned on the logging and looked at the log stream and found the error below:
DynamicModule_Microsoft.Owin.Host.SystemWeb.OwinHttpModule, Microsoft.Owin.Host.SystemWeb, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_a97fda07-e3a4-4e32-a107-90f4ef0b9fca
All endpoints return 500 code
, but the token endpoint which works perfectly good. No idea how that version of owin could cause the issue for other endpoints but not the token.
When I change the framework to 4.7.1
, it works perfectly.
I have no idea how to fix the issue. Any thoughts?