FHIR/fhir.js

Middleware Error Trace Produced In Docker

开放

#129 创建于 2018年11月2日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (142 个派生)auto 404
buggood first issue

仓库指标

星标
 (437 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Version 0.0.20 Platform Linux(Ubuntu) Docker Container

Hey I'm trying to running a smart client on one of lx boxes and the following ugly stack trace is outputed

     Cannot read property 'trim' of undefined
     at buildPathPart (/app/checkItOut/node_modules/fhir.js/src/middlewares/url.js:33:30)
     at new_chain (/app/checkItOut/node_modules/fhir.js/src/middlewares/url.js:45:62)
     at new_chain (/app/checkItOut/node_modules/fhir.js/src/middlewares/url.js:45:32)
     at /app/checkItOut/node_modules/fhir.js/src/middlewares/core.js:67:30
     at /app/checkItOut/node_modules/fhir.js/src/middlewares/core.js:58:28
     at /app/checkItOut/node_modules/fhir.js/src/middlewares/core.js:58:28
     at /app/checkItOut/node_modules/fhir.js/src/middlewares/core.js:58:28
     at /app/checkItOut/node_modules/fhir.js/src/middlewares/http.js:27:20
     at /app/checkItOut/node_modules/fhir.js/src/middlewares/core.js:56:28
     at /app/checkItOut/node_modules/fhir.js/src/middlewares/core.js:58:28

Anyone else getting this?

贡献者指南