How to redirect to external URL from live view?

I have to redirect to external google URL from live view.
Currently I am using “redirect” method in live view. But it is nither redirecting nor giving any error.

3 Likes

https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html#redirect/2

for the second argument, use “:external” instead of “:to”

1 Like