Open Closed

BusinessException is not being converted to proper HTTP Response #337


User avatar
0
buaziz created
  • ABP Framework version: v3.0.5
  • UI type: Angular
  • Identity Server Seperated (Angular)
  • Exception message and stack trace:

on throwing a Business Exception in the Domain Service, the response is a default 403.

This is explained in this Issue : https://github.com/abpframework/abp/issues/3503 and my Comment : https://github.com/abpframework/abp/issues/3503#issuecomment-663976181


2 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi @buaziz

    Have you configured AbpExceptionLocalizationOptions?

    https://github.com/abpframework/abp/pull/4869/files

  • User Avatar
    0
    buaziz created

    Works now, Thanks.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11