When i launch grunt serve command, a page opens and a message is written : A communication error occurred: ""
I must type my ip-address:9000 to see my app because localhost:9000 is not working.
Thanks for your help.
When i launch grunt serve command, a page opens and a message is written : A communication error occurred: ""
I must type my ip-address:9000 to see my app because localhost:9000 is not working.
Thanks for your help.
I am not sure but could you verify if in the
Grunfile.js
you have this on line 69 - 72 :You must have the 'localhost' in the hostname if you're running your server on local.
Hope it will help.