0
I am a full Noob on Linux, was working normally, and Linux installed some updates that suddenly instead of showing the Laravel error screen, I get the screen.
HTTP ERROR 500
In the middle of that I was using the git stash command without knowing exactly how, but I’m not sure what might have caused this problem.
the APP_DEBUG in your file . env is true? if yes change to false.
– sant0will
Error 500 is an internal error, there may be an error in your Laravel code, you can put photo or some of this to help better. A hint looks in the console of your browser it can give you some hint . Git stash is roughly to remove all changes made and go back to the state of your commit. Look in the git documentation for more information.
– Ricardo Lucas