What is the problem of automatically opening the browser after webpack starts?

at first, the configuration item for start is

"start": "webpack-dev-server --open",
After

npm start, I automatically open the browser http://localhost:9000/-sharp/
but cannot access it through ip. After
, I change the configuration item as shown in the following figure

.

After

npm start, I automatically open the browser http://0.0.0.0:9000/. I can"t find the web page
there is no problem after manually entering ip, but it is 0.0.0.0.What is the reason for opening it directly? I think he can also open the web page when he opens it automatically.

Mar.28,2021

replace 0.0.0.0 with your local area network ip.


try to add-- useLocalIp in the start script

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7c28a8-96f5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7c28a8-96f5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?