Thank you!
I would like to ask if there's a planned timeline for releasing a version of the ABP Framework that supports .NET 10. We're currently evaluating our upgrade roadmap and would appreciate any information you can share regarding this.
Thanks in advance for your support!
Hi @EngincanV,
noted, I will explore the ExceptionSubcriber. Thank you!
Hi @EngincanV, I understand that I can wrap each endpoint in a try-catch block to handle unexpected errors, but that would be time-consuming for us. Is there a way to centrally handle unexpected errors and return a specific error code and message?
How can I set an error code and override the default generic error message ("An internal error occurred during your request!") for the unexpected exceptions?
{ "error": { "code": null, "message": "An internal error occurred during your request!", "details": null, "data": {}, "validationErrors": null } }
Thank @maliming
Hi, After migrated to OpenIdDict, the response from discovery endpoints are logged into the log file which consuming a lot of disk space, is there a configuration to turn it off?
Hi, please ignore it. I have fixed it by updating the Theme LeptonX version as well:
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="3.2.0" />