Sign-up Form Returning 404

I recently had issue with my sign-up page returning a pop-up “passwords cannot be submitted”, after doing some research I changed the action of the user sign-up form to ‘GET’ .wf_auth

Now when I sign-up, I no longer get the password submit error pop-up from my browser but instead the page returns the slug: /.wf_auth which is a 404. When I go to my user accounts the account has also not been created in the database.

Any help appreciated!
My client’s live site is: Nosboss

The page you sent is working fine.

Note that Webflow has stricter password requirements now, letters number symbols, but there is no default message I’ve seen to that effect, you’ll want to add one or it looks broken with “There was a problem…”

Your description is a bit odd also- the Sign Up form in User Accounts is not a “regular” form, and you cannot change the method to GET. The HTML for this page you’ve sent show the form is a POST ( which is correct ).