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
I'm encountering a TypeError when using Elysia. The error message is:
TypeError: undefined is not an object (evaluating 'value.schema.noValidate')
at response (/app/node_modules/elysia/src/compose.ts:244:29)
This happens during request handling, but it's unclear what causes it. The error seems to indicate that the code is trying to access schema.noValidate on an undefined value object, possibly within a middleware or response handler.
I'm not explicitly passing anything related to schema.noValidate in my route definitions.
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
Have you try removing the node_modules and bun.lockb and try again yet?
No response
The text was updated successfully, but these errors were encountered:
What version of Elysia is running?
No response
What platform is your computer?
No response
What steps can reproduce the bug?
I'm encountering a TypeError when using Elysia. The error message is:
This happens during request handling, but it's unclear what causes it. The error seems to indicate that the code is trying to access schema.noValidate on an undefined value object, possibly within a middleware or response handler.
I'm not explicitly passing anything related to schema.noValidate in my route definitions.
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
Have you try removing the
node_modules
andbun.lockb
and try again yet?No response
The text was updated successfully, but these errors were encountered: