benhutchins / docker-taiga

Docker container for Taiga https://taiga.io
https://hub.docker.com/r/benhutchins/taiga/
GNU General Public License v3.0
288 stars 154 forks source link

Taiga error but nothing wrong in stdout #50

Closed ajira86 closed 6 years ago

ajira86 commented 6 years ago

Hello,

I'm trying to run Taiga through Synology Docker interface. After some tests the system launch, connect to postgresql container and land me to the discover page. Unfortunatly I have an error message "Something happened and our Oompa Loompas are working on it." and don't know how to debug it.

Synology provide to me logs and terminal output but nothing seams wrong. What can I do from here ? Is there a way to enable a more verbose debug mode ? Or perhaps enable debug directly in Django ?

Thanks in advance for your help.

ajira86 commented 6 years ago

Ok, never mind, I just changed the port after the first container start. So system tried to call backend from the wrong port.

amjha commented 6 years ago

I am facing the same issue. I tried mapping port through portainer.io but it did not help. Can you provide details for changing the port for back end call?

ajira86 commented 6 years ago

The problem it that hostname is replaced in configuration at container creation. I rewrite docker entrypoint file to fix it in my own "fork" if you are interested. But if you want a quick wait, you should simply delete and rebuilt your container. Ensure to have your data in a linked volume and an external database before doing this.

benyanke commented 6 years ago

I also have a fork which I'm using in production which you might try.

http://github.com/benyanke/docker-taiga