You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: The /app/public directory is empty
Possible Workaround Steps:
Do not map /app/public on first load of the kcal-app container. Map a different directory that won't interfere. This will be remapped after. (I used /opt/kcal/data:/kcal-data)
run docker-compose exec app cp /app/public/ /kcal-data
stop the app container, confirm that the volume/host mapped path has the intended files.
remap /opt/kcal/data:/app/public
start the container.
This allowed me to take the /app/public directory that existed in the container before the host mapped drive replaced it.
If you use a reverse proxy that forces SSL/TLS you will encounter this issue: kcal-app/kcal#54 however there is a workaround for that as well.
Had the same issue, and the steps above did help - though I assume I'll have to re-do this whenever there is an update? It's a bit of a pain, not sure why this can't be implemented in a way that works better as it's the first time I've had to deal with an issue like this with a docker project.
Anyway, I get a login page now, but on logging in (with any credentials) I just get a 500 error - does anyone have any suggestions?
The docker-compose.yaml
kcal-app logs:
kcal-web logs:
.env:
nginx conf:
Portainer:
More info:
The text was updated successfully, but these errors were encountered: