Field updated by hook `page.update:after` not visible to user until panel refresh

I used the hook page.update:after to change the value of a field.

However the panel does not show the new value when I save, the change is only visible after refresh.

Is there a way to fix this?

From a page.update:after hook, which runs server-side, you cannot refresh the Panel.

Thanks. Seems like there’s a usability gap, but I’ll made do without for now.

1 Like