samohub
Results
2
comments of
samohub
Hi @truc0, I have had a similar issue where the response of readBody was an `Uint8Array`. Also for me, the issue doesn't arise locally, only when building it for CloudFlare...
We encountered the same issue, and created a helper function to use instead of DefineEventHandler, to more easily handle middleware per route. ``` import { H3Event } from 'h3' const...