Skip to content
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

local.divi-dev.site url not working in environment #34

Closed
jking2076 opened this issue Apr 26, 2018 · 10 comments
Closed

local.divi-dev.site url not working in environment #34

jking2076 opened this issue Apr 26, 2018 · 10 comments
Labels

Comments

@jking2076
Copy link

Problem Description

after installing the environment, the defatult IP address is the only url entry in the browser to access WP. On the front end, all links to files of any kind are ERR_CONNECTION_REFUSED. trying to access wp-admin produces "unreachable" browser error.

Steps To Reproduce

  1. install environment on Windows 7

Screenshot and/or gif

divi-dev1
divi-dev2

@elegantthemes elegantthemes deleted a comment from etstaging Apr 26, 2018
@richardginn
Copy link

I am running Windows 10 and could not get Docker to work right.

Xampp though works.

@jking2076
Copy link
Author

I wish there was a comprehensive doc to setup yarn and the rest with xampp. I may have to wing it.

@jking2076 jking2076 reopened this Apr 26, 2018
@richardginn
Copy link

I just downloaded yarn and installed it as is. I am winning it on creating a module.

@jking2076
Copy link
Author

what about node and such?

@richardginn
Copy link

The same with node as well.

@VladET
Copy link

VladET commented Apr 27, 2018

@jking2076 If you are using XAMPP, all you need to do is install NodeJS and Yarn (optional but recommended) and you are good to go.

Once you have that installed please follow How To Create A Divi Extension in our docs.

https://www.elegantthemes.com/documentation/developers/create-divi-extension/

Note: If you didn't install Yarn you can run npm start/npm build instead of yarn start/yarn build.

Let me know if that helps.

@lots0logs
Copy link
Member

Just a note about the local.divi-dev.site URL. It maps back to your local system using 127.0.0.1. For it to work properly, the docker container has to be mapped to port 80 on your system.

@PirryD3v
Copy link

PirryD3v commented Jun 3, 2020

I use docker toolbox.
I set all that inclusive Port Forwarding still i get a broken site .. and the
local.divi-dev.site url not working in environment.
Can you help me?

divi_problem

@lisbot
Copy link

lisbot commented Jul 22, 2020

I solve It!
First check the machine IP Address created by Docker by default is: 192.168.99.100

Second, edit your system host, C:\Windows\System32\Drivers\etc\hosts for some versions of Windows and add lines like this:
192.168.99.100 local.divi-dev.site

I hope it help you!

@martinmoserswiss
Copy link

I had the same issue on my mac. I was able to call up the url local.divi-dev.site again when I switched to another network (my mobile hotspot). But I didn't go further to the error why it didn't work in the other network.

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

No branches or pull requests

7 participants