Problem with Auth - Signup / Register - always get redirected to login page

I have a Auth-Signup/Register page for user to signup/register. I provided them the url. If user type the url link directly into the browser https://xxxx.fmbetterforms.com/#/signup, it always redirect them to the login page instead with the following url -> https://xxxx.fmbetterforms.com/#/login?redirect=%2Fsignup. So users unable to do signup. May I know how to resolve this ? TQ

Are you sure you have Auth turned off for the Signup page? It sounds like you may have this turned on which means that why they hit that page BF tries to authenticate the user before they can access it.

Problem resolved. TQ