node-vue-chat icon indicating copy to clipboard operation
node-vue-chat copied to clipboard

which URL should be use

Open kawagan opened this issue 4 years ago • 6 comments

i uses this link: localhost:8080 , i get this issue: Cannot GET /

kawagan avatar Sep 12 '19 18:09 kawagan

Hi Kawagan,

Are you trying to run this in local development mode?

Cannot GET / indicates that this would be a server route not being located properly

Could you list the steps you took?

When I run npm run dev my localhost port is linked to 8080 which is the default for Vue and my server is running on port 5000.

image

luvuong-le avatar Sep 13 '19 12:09 luvuong-le

@kawagan

I have added another section in the README.md section that may be what you're trying to achieve. Let me know if that's what you were looking for or if not I can help you further

luvuong-le avatar Sep 15 '19 10:09 luvuong-le

which file or place i have to put this line: NODE_ENV=development and HEROKU_DEPLOYMENT=false

kawagan avatar Sep 15 '19 16:09 kawagan

Those would go inside your .env file in your server folder as an environment variable

luvuong-le avatar Sep 16 '19 09:09 luvuong-le

now , it has error in register

kawagan avatar Sep 16 '19 21:09 kawagan

@kawagan

Without any details about what error you're getting, assisting you is rather difficult. Can you send me what error you are getting?

Have you also filled out all the environment variables that are required as described in the readme?

There seems to be an issue with the OAuth right now but regular login/register should be working from what I have tested

luvuong-le avatar Sep 17 '19 11:09 luvuong-le