No login screen after install

I installed v5 on my hosted server, after installation I get the setup screen… i allready filled this form a thousand times… The setup wizard says everything is OK, all tests are OK, my .env file is made, my DB is filled with the tables… but I get the setup screen over and over again… my lavarel log says '[2021-01-25 09:15:52] production.INFO: db fails ’ on a total different time than today…

Any tips of or ideas?

Hi @JurgenThys

not sure if this helps you, but it helped me: you can run
php artisan migrate:fresh --seed
This will empty your db tables and after you refresh the page, you can start the setup again.

Cheers,
Gijs

Hi @ecomsilio

No solution, I keep getting the setup Screen…

my .env file is correctly filled.
my DB is filled with tables… so everything is correct I guess, but I keep getting the setup screen…
my Laveral.log tells me nothing…

Any other suggestions?

Thanks

Hmm, sorry but I have no other options. In my case it looked like the setup process would not create the db tables as the tables already exist but somehow wasn’t able to finish setup.

But than it seems to be a different issue at your server. I guess you will have to wait for someone official.

Maybe it’s a permissions issue, are there any errors in the web server error logs?

Hi hi… I deleted all and started again from scratch… now it’s working…

No idea what went wrong…

Thanks for the ideas…

1 Like