Vahag Dudukgian
Vahag Dudukgian
I would like to add that setting mappingPolicy to 'restrict' changes the response to a 404.
@annjawn you need to throw the error, not return it.
@arekko are you using promises via async function modifier? if so, you would throw the error. If not, use the callback approach.
Thanks for your reply. Using ECS for microservices makes more sense because that's analogous to the examples provided in the quick start guide, except scaled using a containerized environment -...
I think that's part of the solution. The other issue is that the `this.graphqlHandler`function in moleculerApollo.js has a try/catch block that doesn't rethrow the error and instead returns `undefined` when...
@erfanium For this particular use case, I'm using it client side for form validation. 
@ilyaLibin I'm having the same issue and trying to figure out the reasoning for array as response. Were you able to make any progress with this?
But it's not just there for convenience since it can cause error if not set: ``` // Redirect if (res.statusCode==201 || (res.statusCode >= 300 && res.statusCode < 400 && res.statusCode...
I suggest we use the following code: `const location = ctx.meta.$location ?? ctx.meta.$responseHeaders?.['Location'];`
Can you give me an example of your preinsert method? On Mar 19, 2012, at 7:39 AM, "gwagner" [email protected] wrote: > There are a multitude of ways to go about...