Register button is not available
Describe the bug
Register button is not available。
I use a Linux server. I installed taskcafe after installing Docker and related components. After accessing the server IP and specifying the port, I jumped directly to the login interface, but did not jump to the registration page. Ask for help.
Expected behavior What did you expect to happen?
Screenshots / Live demo link
If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.
Please send the Taskcafe web service logs if applicable.
Same problem, I don't have any idea about what are the actual credentials, and the instalation page doesn't appear.
+1 to this as it's happened to me as well
Seems the current solution is to go to http://<ip>/register
It seems the installation instruction miss one command using the docker-compose.migrate.yml part :
The second command runs the database schema migrations.
But the documentation has no second command
I wish I had seen this issue, it would spare me the time of actually adding a user directly on the database (which was no mean feat for me!).
Grr. http://<IP>/register. Who would have thought it was that easy?! It should really be mentioned on the documentation!
@thorin19 wrote:
But the documentation has no second command
Indeed, although the -d option seems to do the migration correctly...?
is this by mistake or does the button need to have this url added to it?
is this by mistake or does the button need to have this url added to it?
This is a workaround. The button didn't work for me either. I looked in the browser that the current address was /login, changed it to /register and was able to register. True, now I can’t create a team))