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.