0
sukhdeep.dhillon created
- ABP Framework version: v8.1.1
- UI Type: MVC
- Database System: EF Core (SQL Server)
based on the ABP documentation, whenever we are throwing AbpValidationException in app service, it should return 400 bad request. but I don't know why its retuning 500.
following is the screenshot of postman, making request to the endpoint and returning 500
3 Answer(s)
-
0
Hi,
Could you please share your code to reproduce it
-
0
-
0
Hi,
after seeing your screenshot when I tried that endpoint from swagger. its working fine with swagger returning 400 but with postman its still returning 500. not sure, seems like postman issue