I deployed a new version of our application last night and tested it. This morning when I went to log in, I received the following error message:
Server Error in ‘/’ Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.] Auth0.Client.ExchangeAuthorizationCodePerAccessToken(String code, String redirectUri) +641 Pdi.Ordering.Admin.Web.Controllers.Timestamp.WebApi.Controllers.AuthenticationController.ExternalLogInCallback(String code, String state) in C:\Projects\pdi\src\Pdi.Ordering.Admin.Web\Controllers\AuthenticationController.cs:37 lambda_method(Closure , ControllerBase , Object[] ) +178
Nothing has changed my end, but the application just doesn’t load any more.
Is there anyone else with a similar experiance?