This is my situation. I have a branch that's ahead of my master in which I created a settings view with react-redux. I wanted to add a place for users to change their initial input info. When I added and connected this view, my site broke. I used to be able to 'sign up' a new user. Now I can't. When I click submit in the sign up view, nothing happens other than that I get a 422 error in the console.
I'm using an API that thinkster.io provides. I have no idea where to start on this one... Below is a link to my repo. I see the LONG warning about changing thew input state as well... could that be why this is not working. Even when this was working before I incorporated the settings page, I would frequently have to refresh the page upon starting my server. Any help would be much appreciated. Been stuck on this for too long!