redux-auth icon indicating copy to clipboard operation
redux-auth copied to clipboard

Auth not working from production redux-auth-demo

Open JustinJKlein opened this issue 8 years ago • 0 comments

Hi Thanks for taking the time to create this repo. I am very interested in using this to run my auth but have run into a few issues...

When trying to use email signup I keep getting there was an error processing this form: "Please Check each field and try again."

I get this on both dev and production builds locally and on heroku box. (it is also on the demo link) There are errors shown when I don't meet the input validator requirements like too few characters but in the case described above there are no red comments on the form.

Also, is there any thought on setting this up to work with redux-saga or redux-observable middleware instead of redux-thunk . There are quite a few cases where I could see using saga/observable would be very useful and a bit more performant.

JustinJKlein avatar Oct 19 '16 23:10 JustinJKlein