question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't set bind address

See original GitHub issue

I decided to try using create-react-app to bootstrap a project in one of those one-click remote browser-based dev environments. However, because the app only binds to localhost, I couldn’t connect to it (remote environment runs in a container, and you have to manually expose ports).

It’d be nice to be able to specify the bind address.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
gaearoncommented, Jul 27, 2016

OK, thanks for the info. I’ll file this as a bug and revisit later.

0reactions
gaearoncommented, Jul 27, 2016

Nitrous should work with latest alpha. Please give it a try and let me know. https://github.com/facebookincubator/create-react-app/pull/190

Read more comments on GitHub >

github_iconTop Results From Across the Web

not able to set bind-address=[ip of my server] in mysql
No it doesn't. It says 'you will have to make sure that the slave's address or hostname is matched by the bind-address setting'....
Read more >
MySQL won't start after setting external bind-address
When I comment bind-address, the server starts normally. However, when I comment it out it won't restart. The port is open and listens....
Read more >
How to Change MySQL Bind Address - Linux Hint
The first step to modifying the bind address of the MySQL server is editing the configuration file. By default, the MySQL configuration file...
Read more >
mysql-server: Setting bind-address not working without ...
Try changing the bind-address to 0.0.0.0 in that file and reboot. The default on my install doesn't have a /etc/my.conf and reads the...
Read more >
Configuring MariaDB for Remote Client Access
Some MariaDB packages bind MariaDB to 127.0.0.1 (the loopback IP address) by default as a security measure using the bind-address configuration directive.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found