Closed elie222 closed 8 years ago
Is this code on the client or on the server?
I have the same problem. On the server
What other packages are you using? It's likely some kind of package interference.
I just tested with a minimal app and confirmed that Meteor.users.after.insert
is successfully called after Accounts.createUser
.
I recommend closing this issue and re-opening if someone posts a repro.
Agreed, thanks @alanning for popping in and helping out -- much appreciated
I realise that there's the Accounts.onCreateUser method, but this can only be called once, and is called before the user is created anyway.
I'm probably missing something. Here's my code:
The log isn't printed to the console.