I have a form that is used to add users, it that calls a method with Accounts.CreateUser. I added a callback on the server but I’m getting an irritating error:
Exception while invoking method 'createNewUser' Error: Accounts.createUser with callback not supported on the server yet.
I need to somehow let the user know if an account has been successfully added, how can I go about doing this