gothinkster / react-redux-realworld-example-app

Exemplary real world application built with React + Redux
https://react-redux.realworld.io
MIT License
5.57k stars 2.51k forks source link

warning.js:33 conduit.productionready.io/api/users Failed to load resource: the server responded with a status of 422 (Unprocessable Entity) #103

Open rockomatthews opened 6 years ago

rockomatthews commented 6 years ago

I am all of a sudden getting this error instead of being signed in...

warning.js:33 conduit.productionready.io/api/users Failed to load resource: the server responded with a status of 422 (Unprocessable Entity) This started when I was trying to save a user's updated info. So I had made it to the 'settingsform' section. I reverted back a few commits to try to make it disappear but it won't and is now not even letting me sign up s new user. It is following me and I don't know why. Someone elsewhere on the web suggested the API might be down or something but I'm almost certain I botched something.

The only other unusual thing I saw start to pop up at the same time was this error message:

Warning: Register is changing an uncontrolled input of type text to be controlled. Input elements should not switch from uncontrolled to controlled (or vice versa). Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://fb.me/react-controlled-components printWarning @ warning.js:33

it comes in immediately upon my mouse clicking in any field. Anyone have any ideas? Here's my repo. This is giving me such a headache...

REPO

sastava007 commented 3 years ago

@rockomatthews Were you able to fix this?