I found that we have different errors for the Accounts.createUser, Accounts.setUsername, Accounts.setPassword in development and production modes.
I’m trying to save an already existing username:
Dev mode:
With --production flag:
Was this done intentionally, or is it a bug?
Thanks!