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
{{ message }}
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
When running the server on Pixelbook Chrome OS Version 79.0.3945.123 (Official Build) (64-bit) from the terminal (Crostini), the server is not accessible from Google Chrome Browser. It is accessible from Firefox installed within the Linux container.
The text was updated successfully, but these errors were encountered:
mradenovic
added a commit
to mradenovic/reactnd-contacts-server2
that referenced
this issue
Jan 19, 2020
When installed on Linux on Chrome OS, the server is not accessible
in Google Chrome out of the box.
To map ports automaticaly, host parameter needs to be passed to a
express app.listen() call.
Fixesudacity#4
When running the server on Pixelbook
Chrome OS Version 79.0.3945.123 (Official Build) (64-bit)
from the terminal (Crostini), the server is not accessible from Google Chrome Browser. It is accessible from Firefox installed within the Linux container.The text was updated successfully, but these errors were encountered: