eramba / docker

Docker helper files for running eramba software
29 stars 24 forks source link

Dashboard never shows up #23

Closed dziuzdy closed 1 year ago

dziuzdy commented 1 year ago

Eramba works but the Dashboard never shows up (never ending rotating circle). There are no errors in logs.

Zrzut ekranu_20221025_144835 Zrzut ekranu_20221025_144514

elsombrante commented 1 year ago

Hello,

Can you give us steps to reproduce the issue? You were changing MySQL credentials or something? In settings/system health everything is green? Worker is running?

dziuzdy commented 1 year ago

It's completely fresh install. Everything seems to be working properly except Dashboard. There is one problem in settings/system:

Zrzut ekranu_20221025_152830

Crontab entries are in place - as shown in settings/cron jobs/crontab. I don't know how to solve this problem also.

Zrzut ekranu_20221025_153027

shrkz1 commented 1 year ago

What platform did you start the Community Installation in ? Windows/Linux?

dziuzdy commented 1 year ago

It's Linux Debian 11.

shrkz1 commented 1 year ago

Yes you are right, when changing from default mysql configuration to something else within the simple installation, CRON container wont reflect these changes and fails to run jobs correctly. Its duplicate of issue #19. You need to docker compose -f docker-compose.simple-install.yml down to stop containers, then apply this change https://github.com/eramba/docker/pull/21/files, and start it up again. CRON container should start working properly and system health should get green. NOTE: it might take a minute for system health - worker to start showing "OK" status. after starting it up again OR Download a new version of docker (1.x) and set it up cleanly from start.

dziuzdy commented 1 year ago

Thank you for your help. Everything is ok now :-)