We are encountering this issue after deployment. It works fine in the local environment. Although the issue does not occur every time, it happens most of the time. I'm sending you the mail with logs.
I'm encountering an issue related to impersonation in our multi-tenant application. When I impersonate a tenant user from the host admin account and then attempt to switch back to the host admin, the system automatically logs me out. I have to manually click the login button to reauthenticate as the host admin.
This behavior seems unintended, as I expect to return to the host session seamlessly after ending the impersonation.
I’ve attached a video demonstrating the issue. Has anyone else faced this? Any suggestions or recommended fixes would be appreciated. DOWNLOAD THE VIDEO https://drive.google.com/file/d/1EQBKG6MHoEv3MP8UprrPCQ0TNU1RRLhc/view?usp=drive_link
Hi, Below are the ABP configuration I am using for my project.
I will try to explain it as easy as possible. So what I am trying to achieve is a subscription recurring service that can be with stripe. Now I have created 2 or 3 product in product catalog section of stripe.
This is the code in documentation on payment module:
And below is the code I wrote with the output debug
Thanks in advance.