Display of a new title after a change by page.update:after without reload?

Hi,
I want to change the title of a page automatically when certain fields have changed. This works great with the page.update:after-hook and $page->changeTitle().
But my problem: The changed title is only shown after a browser reload.
Is there a solution for this?

This is related and known issue:

Hi @ahmetbora,
thanks for your quick response. However, Iā€™m afraid that this is not quite my problem, because I only change the title and not the slug!?

The similar error is that the API is not aware of the update you made.

Hi @ahmetbora,
Thank you! I see more clearly now :wink: