Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opening localhost:1000 in Chrome in cmd

I can't seem to open localhost:1000 in Chrome via cmd. I can, however, open other urls using start chrome www.stackoverflow.com, but when I try this with localhost:1000 it opens an empty window. Anyone know how to fix this problem?

like image 252
Bastijn Kostense Avatar asked Sep 04 '25 04:09

Bastijn Kostense


1 Answers

Simply add protocol to URL. E.g start chrome http://localhost:1000 works well.

like image 121
crazyfruit Avatar answered Sep 06 '25 07:09

crazyfruit