Replies: 1 comment 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Steps to reproduce
Hi,
Create a FeatherService with a custom method:
If you call this method, you will get an error on server side:
The issue is coming out from the resolveExternal.
here is the resolver definition:
When looking at the code level, the resolver always expect an object so he can manipulate the property, but in case of custom method, we don't have any requirements in docs that that we must return an object (even empty).
Expected behavior
We should receive a 204 when the custom method return a promise.
Actual behavior
System configuration
Tell us about the applicable parts of your setup.
Module versions (especially the part that's not working):
NodeJS version: 20.x
Operating System: win10
Module Loader: 5.0.11
Beta Was this translation helpful? Give feedback.
All reactions