Login page stills loading, it
I have the same issue here.

Please install latest source code from master branch and run composer install. If you still face this problem then share full error code with full image.
Login page works fine in my PC in both local and production mode.

Hi!, I am having the same challenge as stated above.

Please, can anyone help with what to do?
error code

Try changing environment to production in .env file.
i have used the latest code and followed all the step correctly in video tutorial.. for 3 weeks it worked .. but i tried now in ubuntu and windows 100 the login page did not load
Try changing environment to production in .env file.
it worked.. can you please tell us what is wrong in local
Same issue here but changing the environment from local to production solve the issue. @ahmadkakarr i my case the probleme related to this function Located in application.js :
function loader_fade_out() { $('.loader').fadeOut(); }
Must Change .env file the environment from local to production solved the issue.
Hello guys, I had the same issue and this how I solved it
- locate the file AppServiceProvider.php
- comment out the line $this->app->register(\Barryvdh\Debugbar\ServiceProvider::class)
Then you can serve it again
Hello guys, I had the same issue and this how I solved it
- locate the file AppServiceProvider.php
- comment out the line $this->app->register(\Barryvdh\Debugbar\ServiceProvider::class)
Then you can serve it again
this solved my problem too