İsmail ÇAĞDAŞ
İsmail ÇAĞDAŞ
@waghanza sure, you can add [aspnetboilerplate](https://github.com/aspnetboilerplate/aspnetboilerplate). Let us know if you need any help from our side. Thanks 🙂
Are Product and ProductTranslation both multi tenant ?
We can check it after implementation of https://github.com/aspnetboilerplate/aspnetboilerplate/issues/6473
See https://github.com/aspnetboilerplate/aspnetboilerplate/issues/6255
@pepearreola thanks, I will check your PR.
Could you share your entire startup.cs file ?
I will cehck it out, I couldn't see anything problematic on your code for now.
@ahmedtolba1984 I assume this is caused by https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.AspNetCore/AspNetCore/Mvc/ExceptionHandling/AbpExceptionFilter.cs#L47. So, you can create your own exception filter simiar to AbpExceptionFilter and also use it if you want to handle UserFriendlyException throwed...
We can allow this for the next version.
@uumarasif thanks, we will check this.