HHono•Created by kylemandell on 6/13/2024 in #help TypeError: Response constructor: Invalid response status code 204
Hi, I seem to be getting the following error on the latest version of Hono when using any 2XX status from 204 and above. It is ocurring when I set the context status using c.status(2XX) before I return a JSON response.