loopback-ds-computed-mixin
loopback-ds-computed-mixin copied to clipboard
Not working with MongoDb connector
Not certain it's an issue with the MongoDb connector, but it works locally with memory datasource. Once I switch over to mongo, no luck. Adding some extra logging, the computed value gets computed correctly, and ctx.instance[property] = res
gets executed with the correct value. But somehow this value never makes it to the output.