Event for one-click update on item detail stopped working

This was working last week, on an item detail block “one-click” update button. I verified the row in airtable is being updated and the block name/id is correct. Has something changed in the events?

window.addEventListener('update-record-success-intake-task', () => {
    console.log('task updated'); // no console log appears :(
    window.location.href = '/';
});

I have two other event listeners in the script that are working correctly.

1 Like

I’m seeing the same issue with the ‘update-record-success’ event listener. They stopped responding after an update a few weeks ago.

Idea’s anyone?