sergiodxa / remix-hono

Hono middlewares for Remix
MIT License
425 stars 11 forks source link

fix: redirect not working #265

Open vKongv opened 1 month ago

vKongv commented 1 month ago

redirect should be returned or else hono will crash with error error: context is not finalized. did you forget to return a response object orawait next()``

ref: https://hono.dev/docs/api/context#redirect