Next.js Discord

Discord Forum

Redirect function doesn’t work with client components?

Unanswered
Cape lion posted this in #help-forum
Open in Discord
Cape lionOP
I sent a post request from client component using axios with the traditional way of react to send a form data to a specific route handler then i returned redirect function to redirect the user to another page but the response was html with status 200! Anyone have any idea why is this happening instead of redirecting? I know i can use useRouter hook instead but I’m curious why it’s not being accomplished that way, thank you for ur time.

0 Replies