You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to access my development server from another machine and found the server was not accepting remote connections. I determine that using this comand sequence will allow other machines on the network to connect:
npm run dev -- --host=0.0.0.0
Of course, you do impair your security doing this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I wanted to access my development server from another machine and found the server was not accepting remote connections. I determine that using this comand sequence will allow other machines on the network to connect:
npm run dev -- --host=0.0.0.0Of course, you do impair your security doing this.
All reactions