Uncaught RuntimeException: A facade root has not been set

I deployed my Laravel project and followed the instructions, and I got the following error:

Fatal error : Uncaught RuntimeException: A facade root has not been set. in /storage/ssd5/952/15286952/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:258 Stack trace: #0 /storage/ssd5/952/15286952/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/RegisterErrorViewPaths.php(18): Illuminate\Support\Facades\Facade::__callStatic() #1 /storage/ssd5/952/15286952/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(564): Illuminate\Foundation\Exceptions\RegisterErrorViewPaths->__invoke() #2 /storage/ssd5/952/15286952/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(545): Illuminate\Foundation\Exceptions\Handler->registerErrorViewPaths() #3 /storage/ssd5/952/15286952/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(456): Illuminate\Foundation\Exceptions\Handler->renderHttpException() #4 /storage/ssd5/952/15286952/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(336): Illuminate\Foundation\Exceptions\Handl in /storage/ssd5/952/15286952/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php on line 258

I know there was a similar thread and I followed the instruction there but to no avail. Please help thank you

This might be of use (Google has your answers, know how to search :wink: )

This topic was automatically closed after 46 hours. New replies are no longer allowed.