akaunting / docker

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

Wizzard not loading on fresh install #71

Closed piiq closed 11 months ago

piiq commented 2 years ago

Hey 👋

Just cloned the repo added localhost/127.0.0.1 to the env file

The login page loaded and verified the admin credentials but the wizzard fails on the frontend with this error

image

If there is something I'm missing in the installation instruction - help appreciated. If this is a bug/regression - can you advice an older version of the container (instead of latest) where this bug does not exist?

vitek-dev commented 1 year ago

Had same issue. All you have to do is correctly set APP_URL in env/run.env (including the port)!

I gave up on it and ended up like this :))

piiq commented 1 year ago

@MohammedAl-Mahdawi @denisdulici I've added a PR that clarifies the documentation (#72 ) Is there anything I can do to get it merged?