Redirect URL problem (We have to click the button twice to redirect to the dashboard )

Here is my (Test) site Read-Only: Sign up

Once a new member signs in to Memberstack, we will create a new live item in Webflow, and immediately we will update the Memberstack Login redirect URL with the Webflow slug (Here my redirect URL goes like → Domine/members/webflow_slug ) through Zapier

Once you sign in here, you will see a loader for 4 seconds and after that, there will be a Button appears says ‘To dashboard’. so here the problem starts , we have to click the button twice to go to the dashboard
1st click → Request URL : https://domin/signup-success
2nd click → Request URL : https://domin/members/mem_sb_clwotf6a108wl0sqggydpeea9

Vodeo reference : Demo of Test Version 1.0.0.1 | Loom

I need a solution to fix this

1 Like

I’ve not done much customization of the default Memberstack login flow, but if you’re storing the user info in a Memerstack user variable, then you could;

Login goes to /login-success ( or /signup-success if this is first-time only )
That page gets the member variable data, and then immediately redirects to that page

You might have to handle the signup process specially if that’s the first login, since the automation may not have run yet. In that case, you’ll need to refresh member data, or thank them, log them out, ask them to log in again. Something like that.

1 Like