Hey, I need help with my app URLcallback url

After payment I want my users to go back to the page where they are already logged in.

Here’s a demonstrating loom video demonstrating what I am talking about. the

Please share and give suggestions

Thank you

This is an easy fix.

If you have cookies enabled, you need to have a way for a user to opt into cookies when they view your page. This will save their login cookie with your app.

If you don’t have cookies enabled, there might be a little more we should look into.

After payment, it logs the user out, instead of redirecting to the index page, it goes to the signup page