-
-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Timeout when running from Code9 IDE #177
Comments
We haven’t tried supporting Cloud9IDE yet but this is on our list of things to check. |
No worries... I love what you're trying to accomplish. |
@gaearon Why not just use process.env.HOST & process.env.PORT in the listen statement? |
@reiner23fx If we randomly add configuration as people ask for it, we will end up with a webpack-like config. I think we should approach this more holistically and first figure out all the things people want to configure, then design a sensible config for them. Please see #102. |
HOST and PORT environment variables are really standardised. If we support them, we probably won't need to tell anyone about them and things will Just Work™ in environments that provide them (e.g. I think Cloud9IDE may provide them). I think most of the users who want to customise the port number will also be OK with setting an environment variable. |
Sure, it’s a possible option. |
This is fixed by 2fe84ec. |
Please try the latest alpha and let us know if it fixes the issue. Here's how: #190 |
Works like a champ. Thanks! On Wed, Jul 27, 2016 at 3:56 PM, Dan Abramov notifications@github.com
|
Works perfectly !! Thanks alot !! |
When using Cloud9IDE hosting, when you get to the point The app is running at http://localhost:3000/... I get a timeout when clicking the link.
This is resolved if I follow the npm run build directions.
The text was updated successfully, but these errors were encountered: