Installation is starting all over again

Hi, I have a self hosted V5 Version. During the Setup Process everything works fine. Until the last step. When I fill in the user data and click the submit button, the setup process starts all over again. Means I see the first step of the setup process again.

The server logs don’t sho any errors. Any idea what is going wrong?

Thanks
Jan

Hi,

Are you using the official dockerfile?

Hi, I installed it from git using git clone https://github.com/invoiceninja/invoiceninja

Are there any errors in the web server error logs?

Like I said: None. Everything looks fine in the errorlogs

@david do you have any suggestions?

@jan

Have the database tables been created? It may be a missing mysql-client package.

you could try running

php artisan migrate --seed

from the command lin

Thanks, that helped. After that, I saw errors in the logfile. And now everything works.