These only mention email settings and how to deploy using visual studio. I wanted to know if any default settings like JwtBearer need to be changed from the default ones for security reasons.
angular 7
No It was not gmaps.
That is a shame. It would be nice to have this feature. Is it possible to implement?
Thank you @ismcagdas
@ismcagdas The link you sent me does not show how can you change the exception message.
@ismcagdas I think the problem is on the design of aspnetboilerplate and aspnetzero exception and error handling.
As I explained earlier:
It is possible yes but that means that I have to go on all aspnetzero crud forms (users, organization units, roles etc..) and also change their error handling behavior. The way aspnetzero team implemented error handling is not scalable and convenient at all. Their implemenation is problematic as it guides the developer to a specific direction rather than give the freedom to choose whatever is needed based on client requirements. Such a little thing but so important is implemented in a strict way.
It is possible yes but that means that I have to go on all aspnetzero crud forms (users, organization units, roles etc..) and also change their error handling behavior. The way aspnetzero team implemented error handling is not scalable and convenient at all. Their implemenation is problematic as it guides the developer to a specific direction rather than give the freedom to choose whatever is needed based on client requirements. Such a little thing but so important is implemented in a strict way. Shame
No I dont want that solution which is not convenient at all. I have dozens of CRUD forms. Some of the form needs to handle errors differently.
I want to get the response back as usual and will handle the errors by my self. This is not a solution for me
Maliming you are correct this was just quick test code to show my problem. I already did what you suggested
Throw new UserFriendlyException("message")
but still I get the popup on angular which I dont want to display.
I have my own logic on how to handle errors on client and I dont want to use this ugly popup