`redirect` does not fire after `revalidatePath`
Unanswered
piscopancer posted this in #help-forum
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?