In my app, I added a Stripe link that allows user to pay a certain amount of money.
After the successful payment, the Stripe link is configured to route the user back to my app.
Sometime it work correctly, but other times it does not.
After debugging, I found out that the reason why it does not work correctly is that sometimes bubble finds that the user is logged out, for that reason it activates a workflow I set up that redirects the user to the login page.
I tried to replicate this issue with different browsers on my laptop and for me, it always works correctly however when my business partners does it, using Chrome on Mac (like myself) he encounters this issue and I am slowly losing my sanity over it.
Any idea on what could cause this behavior?
Please note I am NOT using the Stripe plugin in this case, only a Stripe payment link, so I can exclude the plugin as one of the causes.
Thank you in advance