Unable to access my homestead.app:8000 sites after running vagrant up this morning. Browsers simply returning "can't find server homestead.app:8000". I'm not getting any errors in my error logs. This is a default install from laravel.com/docs/homestead. Nothing has changed to my knowledge since I last used it. Is this a common problem? Any way to diagnose?
Did you add homestead.app to your /etc/hosts?
127.0.0.1:8000 works?
I've the same problem, did you flush dns?
Actually, 127.0.0.1:8000 renders my landing page! But my homestead.app:8000 redirects to www.homestead.app in Firefox and Chrome stays at homestead.app:8000 stating that it can't find that server.
I'm in your same situation and I hope for a reply.
Well, I found my problem. I had unnecessarily included the port number in my hosts file so instead of:
127.0.0.1 homestead.app
It was:
127.0.0.1 homestead.app:8000
Removed it and it started working right away.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community