What is your product version? 11.0.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .NET 6
Hi, we are facing the same issue like this https://support.aspnetzero.com/QA/Questions/9644/tenantId-null-on-Tenant-Custom-domains-under-Azure-Front-Door , we have applied all the suggestion which you guys provided in the ticket but it does not work and so we have search it for the solution and we have found one solution https://www.phillipsj.net/posts/using-azure-front-door-with-dotnet-core/ https://github.com/phillipsj/dotnetcore-frontdoorservice-issue/blob/master/README.md
Please let us know if we go with the finded solution. it is secure or not and also if it is not secure please provide a solution for the same
Thanks
Hi @ismcagdas, Yes I am asking the same but I am getting AbpSession.UserId as null
Hi @ismcagdas, Thanks for the respone, I understood all the scenario but still it is not answering my question
I am again repeating my question : If user is done the payment through subscription page which is inside naviagtion pannel how do I know which user done the payment becuase any one who has the persmission to that page can make a payment, so I need the details who perform the payment. I only required the user email address.I have tried the abpsession as well to get user id but it is returning null, so please provide a solution so that once the payment is successfully done I need user email address or userId in UpdateTenantAsync mentod of TenantManager .
Thanks
What is your product version? 11.0.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .NET 6
Hi, we want to show the currency based on user locality for ex. when paying from India we should show the payment in INR and alos amount should be show in INR not in USD
Thanks
can some one please ans my query
Hi @ismcagdas, Thanks for the response in first case I need user email address or user id , I do not required tenantId , I already put a check to get the user id from session but I am not getting it in second case how do I know weather the payments is done from subscription page or done from edition page while create new tenant
What is your product version? 11.0.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .NET 6
Hi , I want user detail who made the payment in stripe in TenantManager class, so once the user has successfully completed the payment we need userId or user email address in UpdateTenantAsync mentod of TenantManager class because we need to show the detial of the user who made the payment,
Thanks
Hi @ismcagdas, Yes the related Hangfire method is executed but when we are try to debug it, it is not hitting the debugger
Hi @ismcagdas , Yes I am able to debugg other method , but not from hangfire tiggerd
What is your product version? 11.0.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .NET 6
Hi , I want to debug one of the mentod which I am calling from hangfire but when I am trying to debug that job from hangfire dashboard , the trigger is fired correctly but it is attached debugger in vs 2022 previuously it is working fine but suddenly it is stop working from hangire dashboard. There is no error found so far while trigger it , so unable to provide any information. Please let me know that are you guys are available for a call so that you guys can understand the problem Thanks