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
Removing the validation check I log out undefined when printing: console.log(body); as well as get a {"name":"RangeError","message":"Maximum call stack size exceeded."} response.
I assume according to best practices you shouldn't send HTTP body with GET requests. Do the docs need to be updated with .post(...) or is there a way to allow Elysia to parse GET body content?
What is the type of issue?
Documentation is incorrect, Documentation is confusing, Example code is not working
What is the issue?
Using the example code found at https://elysiajs.com/patterns/mvc.html#service:
And running with postman:
I get a validation error:
Removing the validation check I log out
undefined
when printing:console.log(body);
as well as get a{"name":"RangeError","message":"Maximum call stack size exceeded."}
response.I assume according to best practices you shouldn't send HTTP body with GET requests. Do the docs need to be updated with
.post(...)
or is there a way to allow Elysia to parse GET body content?Related Issue: #313
Where did you find it?
https://elysiajs.com/patterns/mvc#service
The text was updated successfully, but these errors were encountered: