How can I redirect user directly to Sign Up page - again?

From looking at other posts related to this, it appears to be no problem if you are calling Lock via js. There is also a reference to being able to add a query parameter to set the initial screen but the link does not go to anywhere that refers to query string. I have tried adding &initialScreen=signup but this didn’t work.

Is there a way of providing a url that will open the Signup tab automatically?

Well you can redirect your app to login url by setting login url in application ->Allowed Callback URLs. In this way you will be redirected to login URL whenever you logout from application.

1 Like

That is totally correct!

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.