#nextjs devs,
Since nextjs redirect can't be used inside `try/catch` block, How do you handle the redirections in server actions?
Especially when you don't want to handle `| undefined` in the return type of function in #TypeScript.
As of now I am doing redirection on client.
Is there a better way?