0

I'm running valet open *project-name* to display the project in my view but instead I get redirected to a page that's giving me a 502 error.

I've tried running valet start (all it did was restart nginx), ran valet open *project-name* again but I got the 502 error.

I also tried running valet install which installed dnsmasq via brew. After this I ran valet open *project-name* again but I got the same 502 error.

What can I do to fix this?

mr test
  • 375
  • 1
  • 3
  • 12
  • Have you any error log to provide? – Morteza Pouretemadi Apr 28 '19 at 16:44
  • @MortezaPouretemadi hmm, it appears that if you create a Laravel project using `laravel new *project name*`, then inside the storage folder, there are no logs, only a `.gitignore` file. However, if you create a Laravel project using `composer create-project --prefer-dist laravel/laravel *project name*`, then it does give logs. Why's there a disparity of this nature? – mr test Apr 28 '19 at 18:00
  • There is no difference between them. In all cases your error logs are located in storage/logs – Morteza Pouretemadi Apr 28 '19 at 18:42

0 Answers0