Wix Blocks - events.js Backend file - Wix Chat Events

Very simply.

//events.js

export function wixChat_onMessage(event) {
console.log(event);
}

  • A basic function is not firing when in Wix Blocks. However it works fine when I create a events.js file on the site itself and try it.

Wix Blocks says its supports events.js but its not the case.

Did you get any answer on this? I’ve tried the wixEcom_onCartCreated(event) and it is not fired on the WixBlocks as well…

I believe I’ve found the solution, at least for WixStore, you need to configure on the Wixblock app dash permission to the WixStore and then the event is fired.