Sign Up & Log In page issues

On a website I am building I am having an issue getting links for the “Sigh-Up” and “Log-In” pages to direct to those pages. When I utilize the preview in the designer it works, but then after published and look at the page, utilizing Chrome and Edge, both of those two links redirect to the home page instead of their intended page. I have tried making those links link to other internal and external pages and it works fine, but not to “Sign Up” or “Log In”. I cannot even type the web addresses for those pages into the URL bar and get them to populate…it again redirects to the home page. At this point even when I try alternate means to those pages (through a password protected page, triggering a need to log in) I cannot get to them, it redirects to the home page.

Specifically on the page, the issues are in the menu bar under the “Members” drop-down.

You’re getting the redirection because you’re already logged in.
Basically you’re clicking the link to /log-in, Webflow is seeing that you’re already logged in, and then you’re getting redirected to the home page.

A better way is to use the log-in / log-out component, because it will show the right action depending on your auth state.

Hi @jbayles :wave: welcome to the forum.

I’m not sure I’m 100% following you, but here are some of my thoughts, maybe they help (or maybe not :smile:)

Redirects:

If you open up the login form for Webflow Memberships, select the form block, you get a handy setting “redirect fallback”.

If you have some access groups setup and some pages restricted behind them, they’ll show up here.

Login, get redirected to it!

Regular Links:

There is nothing special about the login or signup links for Webflow Memberships. They all go to the same destination url.

But a hidden feature is a parameter you can append to that url called “usredir” which stands for “user redirect”.

In the above screenshot I just use a regular ol’ link element and append the destination I always want it to go to.

Login, go there. Easy peasy!

Hope that helps!