Unifiedtransform icon indicating copy to clipboard operation
Unifiedtransform copied to clipboard

Login page stills loading, it

Open MessaoudAzidane opened this issue 6 years ago • 11 comments

loginPage

MessaoudAzidane avatar Aug 14 '19 18:08 MessaoudAzidane

I have the same issue here. image

JoneyXiao avatar Aug 15 '19 08:08 JoneyXiao

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.

uniflogin masterpage adminpage

changeweb avatar Aug 15 '19 10:08 changeweb

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

loading login

Please, can anyone help with what to do?

KwameTuga avatar Aug 21 '19 11:08 KwameTuga

error code

error code

KwameTuga avatar Aug 21 '19 11:08 KwameTuga

Try changing environment to production in .env file.

changeweb avatar Aug 21 '19 16:08 changeweb

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 Capture

ahmadkakarr avatar Aug 24 '19 10:08 ahmadkakarr

Try changing environment to production in .env file.

it worked.. can you please tell us what is wrong in local

ahmadkakarr avatar Aug 24 '19 10:08 ahmadkakarr

loading

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(); }

wilfried11 avatar Sep 07 '19 14:09 wilfried11

Must Change .env file the environment from local to production solved the issue.

engrmahe avatar Oct 11 '19 14:10 engrmahe

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

AsiwajuDev avatar Dec 17 '19 09:12 AsiwajuDev

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

purnomosejati avatar Dec 19 '19 06:12 purnomosejati