Skip to content Skip to sidebar Skip to footer

Issue With Parse.com User Signup Not Working

Using parse.com and javaScript SDK 1.6.7. The below code is used to register new users on my site, it works. What is really strange is, if I register a user, they are logged in and

Solution 1:

After hours of testing this and basically recreating the page from scratch I identified the issue. It was completely unrelated to the js code, on my html page the sign up fields were held within a form, by removing the form element the problem is resolved.

I'm not suggesting this is an issue with parse, but anytime I try and put the fields into a <form> the issue presents itself.

I'm using a bootstrap html template so something could be complicating it further from that angle also.

I guess if anyone has an issue like this, try removing the form element.


Post a Comment for "Issue With Parse.com User Signup Not Working"