When changing the slug or moving a page in a hook, the Panel gives an error as it currently does not get notified that the location has changed.
As discussed in Discord, the upcoming move to Intertia.js could possibly enable forwarding the Panel location from a backend hook?
For a description of a use case, also see https://forum.getkirby.com/t/redirect-to-new-page-in-panel/22418
Any news on this, now that 3.6 is released with Fiber? I found and tried Panel::go() in the docs, but couldn’t figure it out…
Possible via e.g.
Panel::go('pages/fields+info')
Does not work. Just throws a Redirect exception Panel.php:149
… ?