Hooks not firing, can't find any logs

Created a hook on post-registration, in edit mode, all worked, however when a new user registers nothing happens. Logs for hooks also nowhere to be found :frowning:

Hi @info34,

Welcome to the Community. You can use the real-time webtask logs extension to see your console.log output. There’s also a log window in the hooks editor but I find the RT webtask logs extension easy to use.

module.exports = function (user, context, cb) {
  console.log("THIS IS A POST-REGISTRATION HOOK");
  cb();
};

RT webtask logs:

11:45:17 AM: new webtask request
11:45:17 AM: THIS IS A POST-REGISTRATION HOOK
11:45:17 AM: finished webtask request
1 Like

Previous message deleted because of SPAM reasons.

Hey there!

As this topic is related to Rules - Hooks - Actions and Rules & Hooks are being deprecated soon I’m excited to let you know about our next Ask me Anything session in the Forum on Thursday, January 18 with the Rules, Hooks and Actions team on Rules & Hooks and why Actions matter! Submit your questions in the thread above and our esteemed product experts will provide written answers on January 18. Find out more about Rules & Hooks and why Actions matter! Can’t wait to see you there!

Learn more here!