Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Unable to bring up the application per instructions #115

Open
Asuza opened this issue Mar 25, 2019 · 5 comments
Open

Unable to bring up the application per instructions #115

Asuza opened this issue Mar 25, 2019 · 5 comments
Labels

Comments

@Asuza
Copy link

Asuza commented Mar 25, 2019

Running make dev in the /api folder seems to be successful.
Running make dev in the /web folder results in the following:

~/dev/crick/web · (master)
⟩ make dev
yarn start
yarn run v1.15.2
$ react-scripts start
Could not find an open port at crick.dev.
Network error message: listen EADDRNOTAVAIL 68.183.147.13

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
make: *** [Makefile:4: dev] Error 1

Is there a step I'm missing somewhere? Thanks.

@jmaupetit
Copy link
Member

Hi @Asuza!

You are right: it's mentioned in the docs!

You need to configure your system to resolve .dev TLD as localhost (127.0.0.1). We use dnsmasq to do so. You will find relevant tutorial over the web depending on your OS [1, 2].

Hope this helps.

[1] https://passingcuriosity.com/2013/dnsmasq-dev-osx/
[2] https://ziyan.jdeen.com/systems/2018/06/09/local-development-dot-test-localhost.html

@willdurand
Copy link
Member

I think another yet related problem is that .dev is now a reserved TLD :/ (owned by Google)

@jmaupetit
Copy link
Member

Yes, and I stumbled upon it while trying to visit https://github.dev ... 😓

@Asuza
Copy link
Author

Asuza commented Mar 28, 2019

@jmaupetit where is it mentioned in the docs? I looked all over (again, after reading your comment) and still couldn't find mention of it. Thank you!

@jmaupetit
Copy link
Member

@Asuza It's not 😢

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants