Description
I tried using multiple docker solution.
First, https://github.com/wekan/wekan-mongodb, the 2 dockers run perfectly, the html page is callable. But when I click on sign-in or sign-up, any response, blank behavior.
Second, I use the same docker-compose.yml as previous, but I replace the docker image mquandalle/wekan:latest
by wekanteam/wekan:meteor-1.4
because you says the image is broken. But same behavior as before.
Next, you told me to checkout the branch meteor-1.4. I build it and deploy it, same behavior.
And finally, you show me that https://github.com/wekan/wekan/wiki/Platforms with 2 docker command, and same behavior.
The application is running, I can call it. I can log to mongodb an inspect the db, the DB is empty I see table without entrys. And when I'm on the browser and click on button, nothing happen, nothing related in the network flux.
I have missed something in config or ...?