Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency

root@test-odk-server:~/central# docker-compose exec service odk-cmd --email zach@datainsights.co.ke user-create
prompt: password: (node:93) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency

(Use node --trace-warnings ... to show where the warning was created)

I am trying to create a ODK Central user but i am getting above error. I am using digital ocean and i have tried to reinstall the ODK Central twice but the problem is I cannot create user. The installation is going successfully. Any support highly appreciated

Hello, I am also seeing this error in a fresh installation on debian 10. I have previously installed central on this machine and worked, maybe ver 1.1 or 1.2
docker-compose version 1.29.2, build 5becea4c
central 1.3.2 pulled from git

Hi @zach and @marko! Thanks for reporting this issue. We're hoping to release a new version of ODK Central later this week that will remove this warning. Until then, you should be able to ignore the warning and proceed with entering the password.

This is now fixed in ODK Central v1.3.3. Thanks again for reporting this issue!

I have just installed 1.3.3 on debian 10 and it works. Thank you ODK team.