getodk / docs

The documentation for all the ODK tools. This is one of the most popular artifacts our community produces. It's built in Sphinx. ✨📚✨
https://docs.getodk.org/
Other
53 stars 156 forks source link

The odk-cmd doesn't work #1421

Closed jniles closed 2 years ago

jniles commented 2 years ago

The following does not work:

docker-compose exec service odk-cmd --email YOUREMAIL@ADDRESSHERE.com user-create

However, this works:

docker-compose exec service odk-cmd user-create -u YOUREMAIL@ADDRESSHERE.com

I'm not sure if this is a bug in the software or the documentation.

matthew-white commented 2 years ago

Hi @jniles, nice to see you! The first command you mention is similar to the one listed in the docs, so we want to make sure that that's working. I tried running that command on a server, but I didn't encounter an error. What version of ODK Central are you running, and what version of docker-compose? It'd also be helpful to hear more about went wrong when you ran the first command. Did you see an error message?

matthew-white commented 2 years ago

I'm going to go ahead and close this issue for now so that we can keep the GitHub issues organized. Let us know if you have more details or encounter the error again!

jniles commented 2 years ago

Hi @matthew-white ,

Sorry for not getting back to you. This was a fresh install on digital ocean, and no error output was emitted, just a silent failure.

I will try to spin up a new droplet from the marketplace this week and see if the issue persists.