Always get 204 no content when using async await on lucid orm #1472
Unanswered
DeVoresyah
asked this question in
Help
Replies: 1 comment 3 replies
-
What happens when you |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
version:
Example controller:
it always return 204 no content. But when I comment
const user = await User.all()
and return a dummy data, it's fineBeta Was this translation helpful? Give feedback.
All reactions