Executing npm start with Remote development gives broken URL #7462
-
Hi there, So I am trying to do remote development on my Linux server using VS Code remote SSH plugin. Now when do npm start with my Angular application I get the normal localhost URL, but when I try to do the same with my Loopback it gives the following URL http://[::1]:3000 which doesn't work. What would you advise in this situation, should I stop using the npm start command and let it run using pm2 ecosystem instead or something else? Kind regards, Billy Cottrell |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You can use HOST env var to configure the server hostname/ip. |
Beta Was this translation helpful? Give feedback.
-
Is your Nginx running on the server as the LoopBack application? If not, |
Beta Was this translation helpful? Give feedback.
You can use HOST env var to configure the server hostname/ip.