rlindskog / vueniverse

Full stack, user based, PWA, Vue template.
MIT License
335 stars 48 forks source link

Production usage #25

Open arturgoms opened 6 years ago

arturgoms commented 6 years ago

Hi, first of all this is a great project and im using for my mainly project, really thankful for that.

So i'm trying to build the project and i stuck in some things, first when you start the server in production mode ( after build ) this get a error saying that there is no DB_URL, so i just put "mongodb://127.0.0.1/test" in .prod.env and fixed, after that i get a error because its not that simple to use port 80 to server, so i changed to 3000 and its okay, but now, in production mode the login function its not working, when i put the credentials in console says " Sign In pending... " forever, but sign up works correctly, can you help me with that ?

Thank you for all.