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
After local deployment it can only be accessed via localhost, can not via ip on other devices, and modifying the next dev command in next.config.js to next dev -H 0.0.0.0 didn't work either.
Steps to reproduce
Code snippet:
no change to code or config
If applicable, please provide the steps we should take to reproduce the bug:
All my steps were performed exactly as per the procedure in REDAME.md, apart from that I also tried to pass the following commands and the end result was the same.
git clone https://github.com/streamlit/docs.git
yarn install
yarn dev -H 0.0.0.0
Expected behavior:
Locally deployed documents can also be accessed via ip:port same as via localhost:port.
Thanks for the report. I'm not sure if development mode for docs was intended to support network access. I'll inquire with engineering, but for now, I've marked this as an enhancement request since the primary mode for docs development is through localhost.
Summary
After local deployment it can only be accessed via localhost, can not via ip on other devices, and modifying the
next dev
command in next.config.js tonext dev -H 0.0.0.0
didn't work either.Steps to reproduce
Code snippet:
If applicable, please provide the steps we should take to reproduce the bug:
All my steps were performed exactly as per the procedure in REDAME.md, apart from that I also tried to pass the following commands and the end result was the same.
Expected behavior:
Locally deployed documents can also be accessed via ip:port same as via localhost:port.
Actual behavior:
Debug info
The text was updated successfully, but these errors were encountered: