Problem in LiveView redirect to LiveView Controller without refresh (server side)

Not possible. Your only option to redirect from controller <=> LV is redirect/2. If you want to support live navigation via push_redirect you need convert your controller to a LV. There are very few reasons to use live_render from the controller.

2 Likes