You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another incredibly strange datapoint.... I have this route handler in the same Elysia instance as the above example (though the real code was swapped out for the foo/bar example)
In this code, I don't get a validation error on recipes (even though it's returning way more data than the DTO is asking for) and it also isn't normalized... literally nothing happens. And this is in the same instance as I get a validation error on my too-big object...
What version of Elysia is running?
1.2.10
What steps can reproduce the bug?
In a cloudflare worker environment with
aot: false
, the default behavior of normalizing responses seems to be broken.For:
We get:
The text was updated successfully, but these errors were encountered: