akaunting / docker

Docker Image for Akaunting
https://github.com/akaunting/akaunting
GNU General Public License v3.0
185 stars 86 forks source link

With this image, I cannot start the installation wizard #22

Closed Allan-Perez closed 3 years ago

Allan-Perez commented 3 years ago

After following the installation guide, and trying to go to domain/akaunting-directory , the platform just redirects me to the login, and the login credentials I setted at env/run.env doesn't work, not even for "resetting password". How can I run the setup wizard? Maybe this is something obvious and I'm missing something, but so far it seems like a bug in the image. Btw I'm setting this up in my local machine, but I'm pretty sure this should be fine, since docker had no complaints. EDIT1: I forgot to tell that the platform, once installed and after trying to access to it through docker's host IP, it is unable to "verify credentials". When trying to log in with some random credentials, it keeps "loading" forever. I need to do "docker exec -it bash" and perform the "php artisan migrate --force" command, every time I do docker-compose up -d.

EDIT2: Something happened, I believe the image has been updated just now, and now it works properly. Thanks!