jcc117 / KanjiMaster

A quiz based Japanese kanji study tool
0 stars 0 forks source link

Cannot Create User #3

Open danieljustice opened 6 years ago

danieljustice commented 6 years ago

Cannot create new user. Steps to reproduce: 1) clone repo 2) $ export FLASK_APP=server.py 3) $ flask initdb 4) $ flask run 5) open up port 5000 on browser 6) click "Click here to sign up!" 7) enter "you" for user name and "Aaaa1111" for both password slots 8) click submit

Expected outcome: To have a user created and to be redirected to the home page to sign in or to be automatically signed in

Actual outcome: redirected to a page that says Internal Server Error and when I attempt to sign in the user does not exist.

jcc117 commented 6 years ago

Very strange. I tried it on mine and it worked. I might have a newer version I never pushed