Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Middleware Error Trace Produced In Docker #129

Open
aspencerpsu opened this issue Nov 2, 2018 · 1 comment
Open

Middleware Error Trace Produced In Docker #129

aspencerpsu opened this issue Nov 2, 2018 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@aspencerpsu
Copy link

aspencerpsu commented Nov 2, 2018

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?

@aspencerpsu aspencerpsu reopened this Nov 2, 2018
@aspencerpsu aspencerpsu changed the title Middleware Error Trace Produced Middleware Error Trace Produced In Docker Nov 2, 2018
@mike1pol mike1pol added bug Something isn't working good first issue Good for newcomers labels Dec 18, 2018
@mike1pol
Copy link
Collaborator

Please send your call stack.
Most likely this is due to the fact that instead of a string, comes a function, null or undefined

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants