Giter Site home page Giter Site logo

Compatibility with Valet about dusk HOT 13 CLOSED

laravel avatar laravel commented on May 12, 2024
Compatibility with Valet

from dusk.

Comments (13)

mirorauhala avatar mirorauhala commented on May 12, 2024 7

If anyone is still having issues, try clearing the config cache:

php artisan config:cache

from dusk.

JordanDalton avatar JordanDalton commented on May 12, 2024 6

Issue is resolved. Leave the RemoteWebDriver::create() to use http://localhost:9515. However, you need to make sure the APP_URL in your .env matches your dev url which in my case was http://dusk.dev.

from dusk.

Maidomax avatar Maidomax commented on May 12, 2024 1

@nezaboravi I figured it out. In config\app.php you should set url to env('APP_URL', 'http://localhost').

The environment variable was not being used. The migration docs are incomplete.

from dusk.

nezaboravi avatar nezaboravi commented on May 12, 2024

I am having same problem you described. I have APP_URL set to blog.dev
RemoteWebDriver::create() use http://localhost:9515
I see this in error log:
[
{
"level": "SEVERE",
"message": "http://localhost/ - Failed to load resource: the server responded with a status of 404 (Not Found)",
"source": "network",
"timestamp": 1489117992750
},
{
"level": "SEVERE",
"message": "http://localhost/favicon.ico - Failed to load resource: the server responded with a status of 404 (Not Found)",
"source": "network",
"timestamp": 1489117992779
}
]

I dont know why it hits localhost? my dev env is blog.dev and its set in config/app.php , do i need to set it somewhere else?

from dusk.

JordanDalton avatar JordanDalton commented on May 12, 2024

Does your env say this?

APP_URL=http://blog.dev

from dusk.

nezaboravi avatar nezaboravi commented on May 12, 2024

yes it does

from dusk.

nezaboravi avatar nezaboravi commented on May 12, 2024

I dont know if this is expected:

i am running php storm in full view and having terminal window open in php storm. So i am running php artisan dusk within full windowed php storm
whenever i run php artisan dusk, very quickly php storm is minimized, chrome browser window opens with http://localhost and 404 in the window, but its very very fast cant read if tehre is something more, then dissapears and php storm does not come back into full screen i have to do it manually. Then all my project files are closed (not collapsed as it was before). Its just annoying.

Anyway, the log file from dusk keep telling me that reposnd is 404

from dusk.

Maidomax avatar Maidomax commented on May 12, 2024

Same problem as @nezaboravi
Any clue what might be going on?

from dusk.

nezaboravi avatar nezaboravi commented on May 12, 2024

@Maidomax i had to create a new project and i copied my working files over and run dusk and got it working.

from dusk.

bravohex avatar bravohex commented on May 12, 2024

I just change APP_URL=http://localhost to APP_URL=http://localhost:8080/myproject in .evn file and it's work fine all. I dont know why!!!

from dusk.

Maidomax avatar Maidomax commented on May 12, 2024

@bravohex Definately does not work for me. It's still trying to test http://localhost

from dusk.

eduardocruz avatar eduardocruz commented on May 12, 2024

Just in case anyone has a similar problem. In my case is because I had to install Google Chrome on Laravel Homestead. More details here: #50

from dusk.

jpcaparas avatar jpcaparas commented on May 12, 2024

Wouldn't it be alright if we could specify the URL as a command option? (i.e. php artisan dusk --url=<your-url>)

from dusk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.