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
0.0.0.0 indicates that other clients should also be able to access the services of the server, but this doesn't work. I can use it normally on the server. However, when I try to access the IP address of the server where it is started (followed by port 3000) from other machines, the page I get is blank.
Sorry but I'm not able to understand what you are trying to achieve, what is your exact setup and what are the computers involved, your current network topology.
npm start is only meant to be used in dev locally, not exposed through the internet
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
I tried to use "npm run start -- --host 0.0.0.0" or "npx docusaurus start --host 0.0.0.0", but it didn't work
node: v18.20.5
docusaurus: 3.6.3
Reproducible demo
No response
Steps to reproduce
Expected behavior
I want other machines to be able to access the website as well
Actual behavior
He's still starting in localhost
Your environment
Self-service
The text was updated successfully, but these errors were encountered: