HHono•Created by N01R on 4/20/2024 in #help Cookies doesn't process
Found the issue now, I returned return new Response(null, { status: 204 })
and for resulted in this issue.
as I need to set the headers alongside the status for it to work.
solution is to use return c.body('', 204)