ghostpunter's avatar

Laravel app throwing Exception after running vagrant reload

So I decided to do upgrades on my framework and the working environment. I upgraded my laravel version from 5.7 to 5.8. Upgraded my vagrant, virtual box and homestead to the latest versions. Since this update, i've been getting this error: enter image description here

Now whenever I destroy the vagrant box and create another one, everything works fine. But the minute I do a vagrant reload again, this exception is thrown. I've searched through google and StackOverflow for days now but I don't get anything relating to what's causing my error. Any help will be truly appreciated.

Also anytime I try to run the php:artisan command, i'm getting the following error:

In LoadConfiguration.php line 68:

Unable to load the "app" configuration file.

0 likes
8 replies
jap115's avatar

I have exactly the same problem. Very frustrating and I cant find a solution anywhere. I Thing the problem is in the vagrant box. Can we downgrade?

ghostpunter's avatar

@jap115 I've actually not thought about downgrading but now that you say so, won't be a bad idea. The only upgrade that matters really is the laravel upgrade. Let me look into it and see if I can downgrade

ghostpunter's avatar

@JAP115 - I've downgraded my virtual box, homestead and vagrant but still getting the same error. I'm gonna have to downgrade my laravel and see if I can get it to work now. Would keep you posted

ghostpunter's avatar

@JAP115 - Still won't work after downgrading my laravel version to the previous one. What I need to know is why all works once I do vagrant destroy and then do vagrant up again. But once I do the vagrant reload the issue comes back.

land0r's avatar

I have the same issue with latest homestead box

svpernova09's avatar

https://github.com/laravel/homestead/issues/1174#issuecomment-498104987

It's important when trying to debug Homestead is that you share as much of the configuration and logs as you can, that's exactly why the Homestead repo has an extensive issue template to help people get the best help by providing the most information they can. I can almost always spot the issue from a complete log of: vagrant destroy && vagrant up and a copy of Homestead.yaml, and after.sh.

Please or to participate in this conversation.