79226084

Date: 2024-11-26 09:41:42
Score: 1.5
Natty:
Report link

Problem solved. I accidentally overwrote the exception handler with

app.UseDeveloperExceptionPage();

I need to make sure that

app.UseExceptionHandler();

is called AFTER

app.UseDeveloperExceptionPage();
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: HWS-SLS