moleculer-realworld-example-app icon indicating copy to clipboard operation
moleculer-realworld-example-app copied to clipboard

TypeError : this.Promise.map is not a function

Open fidelis opened this issue 5 years ago • 1 comments

npm run dev

http://localhost:3000/#/

[2020-05-07T20:24:16.263Z] ERROR ip-c613f45b-11900/API: Request error! TypeError : this.Promise.map is not a function TypeError: this.Promise.map is not a function at Service.transformResult (D:\moleculer-realworld-example-app\services\articles.service.js:570:25) at D:\moleculer-realworld-example-app\services\articles.service.js:223:27

fidelis avatar May 07 '20 20:05 fidelis

Please change it to this.Promise.mapSeries(). I will fix it.

icebob avatar May 08 '20 10:05 icebob