delay / feathers-vue-blog-admin-demo

Example app for using Feathers with Vue 2.0. It includes authentication, vue-router, vue-infinite-loading and roles.
70 stars 14 forks source link

Cant find way to login #1

Closed maco144 closed 7 years ago

maco144 commented 7 years ago

Running as client creating an account works but there seems to be no way to login. I have ran the npm install commands in server. I realize I'm not giving much to troubleshoot with here (im a beginner) but as is I cannot get logged in.

delay commented 7 years ago

Do you see the signup and login screen? If so, can you signup? Then use that account to login... If it doesn't allow you to signup then my guess would be the server side portion is not actually running to receive your signup/login input.

delay commented 7 years ago

Also to check whether server side is running. http://localhost:3030/ does that show you a webpage about feathers?

maco144 commented 7 years ago

I had the server running and was getting the confirmation of the account created - yet after I couldnt login. I was trying to reproduce today and everything worked. I am not sure what changed but the issue for me is closed at this point.