jacekschae / learn-re-frame-course-files

:cinema: Learn re-frame course files for building Cheffy app
https://www.learnreframe.com/
57 stars 43 forks source link

Uncaught error with signing up user locally #6

Closed NguyenDa18 closed 4 years ago

NguyenDa18 commented 4 years ago

Getting error with sign up of new test user: First name: "Henry" Last name: "Kissel" Email: "kissel@fakeamail.com" Password: "#Kisseltalks2020!"

Screenshots:

Screen Shot 2020-01-21 at 4 03 41 PM Screen Shot 2020-01-21 at 4 03 47 PM
jacekschae commented 4 years ago

Hi again,

Thanks for this again. Just fixed it. Will have to re-record some of the videos - thanks for making the course better!

Just fixed the signup event - let me know if this works for you. https://github.com/jacekschae/learn-re-frame-course-files/blob/ec2b3e10976ecf41b96236741e16080849d81ef3/increments/complete/src/app/auth/events.cljs#L41

Thanks Jacek

NguyenDa18 commented 4 years ago

No problem! Thanks for the fix again and my attempt of signing up again was successful!