You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry I'm a huge noob, but I just generated via composer and created my own app (i.e. selected some custom options, including installing confirmable and using a PostgreSQL database), and from the start the sign up form doesn't work.
I ran rake db:migrate and rake db:seed but when I try and create a new user account via the sign up page I get "Email can't be blank" and "Password can't be blank" errors even though I've filled out all fields.
What am I doing wrong?
The user login does work for "First User" though.
The text was updated successfully, but these errors were encountered:
Sorry I'm a huge noob, but I just generated via composer and created my own app (i.e. selected some custom options, including installing confirmable and using a PostgreSQL database), and from the start the sign up form doesn't work.
I ran rake db:migrate and rake db:seed but when I try and create a new user account via the sign up page I get "Email can't be blank" and "Password can't be blank" errors even though I've filled out all fields.
What am I doing wrong?
The user login does work for "First User" though.
The text was updated successfully, but these errors were encountered: