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
Having an endpoint that allows nested JSON structure doesn't seem to work. In this example i create an endpoint and use it with eden. Im not quite sure if it's eden that has the issue or Elysia. Please direct the issue accordingly.
What version of Elysia is running?
1.1.26
What platform is your computer?
Darwin 23.6.0 arm64 arm
What steps can reproduce the bug?
Having an endpoint that allows nested JSON structure doesn't seem to work. In this example i create an endpoint and use it with eden. Im not quite sure if it's eden that has the issue or Elysia. Please direct the issue accordingly.
test.ts
:What is the expected behavior?
200 status code, properly validating the
nested
objectWhat do you see instead?
Output:
Additional information
No response
Have you try removing the
node_modules
andbun.lockb
and try again yet?yep
The text was updated successfully, but these errors were encountered: