NuxtN
Nuxt12mo ago
Helfo

Redirect from server handler

Hi, I wonder if it's possible to call
useFetch
from FE and BE will redirect you to other Nuxt page like this

This doesn't work for me (Should it?)

export default defineEventHandler((event) => {
  return sendRedirect(event, '/posts/123', 301);
})
Was this page helpful?