-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"If you are running in a headless environment, please do not use the open flag" #161
Comments
Hello, |
@kirkjaa I haven't tried running it on a server, following webpack-dev-server source code Can you try delete |
@heshan0131 I deleted --open in both examples/demo-app/packge.json and website it runs now without the headless message but still can't access from the server. So I have to figure it our from webpack-dev-server source code ? I supposed to get it working on server URL or IP address. Thanks anyway for the suggestion. |
This should be your fix.
Basically you need to set the edit: you can find this in the package.json file |
@nkochanek Sorry for a late reply since other project preoccupied my time for the past couple of days. I can vouched 100% your tip rocks ! I got it working now on DO Ubuntu 16.04 node 9. Thank you and your tip was probably the most helpful I got from this repo LOL |
I have taken your approach, but it still doesn't work. |
…control and time widget #UN-1038 (#161) * add setLayerAnimationTimeConfig and setFilterAnimationTimeConfig action to set custom timezone and timeFormat * pass timezone and timeFormat to time-range-slider and display time based on timezone * Pass timezone and timeFormat to floating-time-display and display time based on timezone or custom format * Add browser tests for time-widget and animation control * make time widget top factory, pass width to time widget to force rerender when width change * pass playback control width to range slider * pass timeformat * add wrapper to floating time display Signed-off-by: Shan He <heshan0131@gmail.com>
…control and time widget #UN-1038 (#161) * add setLayerAnimationTimeConfig and setFilterAnimationTimeConfig action to set custom timezone and timeFormat * pass timezone and timeFormat to time-range-slider and display time based on timezone * Pass timezone and timeFormat to floating-time-display and display time based on timezone or custom format * Add browser tests for time-widget and animation control * make time widget top factory, pass width to time widget to force rerender when width change * pass playback control width to range slider * pass timeformat * add wrapper to floating time display Signed-off-by: Shan He <heshan0131@gmail.com>
Hello,
I had no issue running this from my local environment, however as I tried to install this on DO Server:
I'm trying to have this run on a server and yes it gave me this error where I can't access the application on port 8080. Where to omit the open flag ?
The text was updated successfully, but these errors were encountered: