Alexey Kuznetsov Sat, 09 Dec 2017 04:59:21 -0800
Hi! There a bug in modules/web-console/frontend/app/utils/SimpleWorkerPool.js
To fix you need to add missing import: import 'rxjs/add/operator/map'; And rebuild frontend. This is already fixed in master. -- Alexey Kuznetsov