meteor-event-hooks
meteor-event-hooks copied to clipboard
Provides hooks for various user-triggered events.
i'm trying to check the user object but it's always undefined
To prevent server exception: ``` I20141008-11:21:18.950(2)? Exception while invoking method 'eventsOnLoggedOut' Error: Did not check() all arguments during call to 'eventsOnLoggedOut' I20141008-11:21:19.045(2)? at _.extend.throwUnlessAllArgumentsHaveBeenChecked (packages/check/match.js:303) I20141008-11:21:19.046(2)? at Object.Match._failIfArgumentsAreNotAllChecked (packages/check/match.js:80) I20141008-11:21:19.046(2)?...
I receive this error, as soon as I started using Meteor 0.83. The error is actually valid, as I see a call to "eventsOnHooksInit" inside Hooks.init() method, which corresponds to...
I'm opening a new issue as I'm using the latest meteor version. Getting this error on - Error invoking Method 'eventsOnHooksInit': Method not found [404] In my client I have...
Hi, Are you working on making event hooks compatible with the new package system?
Another small fix to enable support for Meteor 0.6.5+. I was getting the following errors without these api.use statements. ``` TypeError: Object # has no method 'methods' TypeError: Cannot call...
License?
@BenjaminRH what is the license for your code?
i haven't been able to debug exactly what part of event hooks is causing this but when i have the package in my project my cpu usage goes up to...
Hi Benjamin, I am not sure if this is a bug or intended behaviour. Whenever the application gets a hot code push or the browser is refreshed manually, the Hooks.onLoggedIn...