Next.js Discord

Discord Forum

`redirect` does not fire after `revalidatePath`

Unanswered
piscopancer posted this in #help-forum
Open in Discord
revalidatePath('/')
redirect(route(`/question/${inserted.id}`))

the route gets refreshed but there is no redirection to the newly created question page

1 Reply

Munchkin
isnt it when the route get refreshed you reload the page with it cause the script to start from the beginning?